![]() |
nrfxlib API 3.3.99
|
PBKDF2 algorithm based on AES-CMAC-PRF-128. More...
Files | |
| file | ocrypto_pbkdf2_cmac_prf128.h |
| PBKDF2 algorithm based on AES-CMAC-PRF-128. | |
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) |
PBKDF2 algorithm based on AES-CMAC-PRF-128.
PBKDF2 with HMAC-AES-CMAC-PRF-128 is password-based key derivation function.