nrfxlib API 2.8.99
|
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 ) |
#include <crypto/nrf_oberon/include/ocrypto_pbkdf2_cmac_prf128.h>
Computes the PBKDF2-AES-CMAC-PRF-128 key from password, salt, and iteration count.
[out] | key | PBKDF2 key to generate. |
key_len | Length of key. | |
password | Password to use. | |
password_len | Length of password. | |
salt | Salt to use. | |
salt_len | Length of salt. 0 < salt_len <= 32. | |
count | Iteration count. |