nrfxlib API 2.7.99
Loading...
Searching...
No Matches

Type declaration and APIs for PBKDF2 with AES-CMAC-PRF-128. More...

Functions

void ocrypto_pbkdf2_aes_cmac_prf128 (uint8_t *key, size_t key_len, const uint8_t *password, size_t password_len, const uint8_t *salt, size_t salt_len, uint32_t count)
 
void ocrypto_pbkdf2_hmac_sha1 (uint8_t *key, size_t key_len, const uint8_t *password, size_t password_len, const uint8_t *salt, size_t salt_len, uint32_t count)
 
void ocrypto_pbkdf2_hmac_sha256 (uint8_t *key, size_t key_len, const uint8_t *password, size_t password_len, const uint8_t *salt, size_t salt_len, uint32_t count)
 

Detailed Description

Type declaration and APIs for PBKDF2 with AES-CMAC-PRF-128.

Type declaration and APIs for PBKDF2 with HMAC-SHA256.

Type declaration and APIs for PBKDF2 with HMAC-SHA1.

PBKDF2 with HMAC-AES-CMAC-PRF-128 is password-based key derivation function defined in RFC2898 and RFC4615.

PBKDF2 with HMAC-SHA1 is password-based key derivation function defined in RFC2898.