nrfxlib API 2.8.99
Loading...
Searching...
No Matches

◆ ocrypto_pbkdf2_aes_cmac_prf128()

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.

Parameters
[out]keyPBKDF2 key to generate.
key_lenLength of key.
passwordPassword to use.
password_lenLength of password.
saltSalt to use.
salt_lenLength of salt. 0 < salt_len <= 32.
countIteration count.