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

◆ ocrypto_pbkdf2_hmac_sha1()

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 
)

#include <crypto/nrf_oberon/include/ocrypto_pbkdf2_sha1.h>

Computes the PBKDF2-HMAC-SHA1 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.
countIteration count.