nrfxlib API 3.3.99
Loading...
Searching...
No Matches

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)
 

Detailed Description

PBKDF2 algorithm based on AES-CMAC-PRF-128.

PBKDF2 with HMAC-AES-CMAC-PRF-128 is password-based key derivation function.

See also
RFC - PKCS #5: Password-Based Cryptography Specification Version 2.1
RFC - The AES-CMAC-PRF-128 Algorithm for the Internet Key Exchange Protocol