Searched refs:mbedtls_hkdf_extract (Results 1 – 3 of 3) sorted by relevance
41 ret = mbedtls_hkdf_extract( md, salt, salt_len, ikm, ikm_len, prk ); in mbedtls_hkdf()54 int mbedtls_hkdf_extract( const mbedtls_md_info_t *md, in mbedtls_hkdf_extract() function
96 int mbedtls_hkdf_extract( const mbedtls_md_info_t *md,
289 of misusing the mbedtls_hkdf_extract() and mbedtls_hkdf_expand()382 * Change the default behaviour of mbedtls_hkdf_extract() to return an error
Completed in 6 milliseconds