nrfxlib API 2.8.99
|
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.
[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. | |
count | Iteration count. |