Searched refs:pkcs5_pbkdf2_hmac (Results 1 – 1 of 1) sorted by relevance
/openthread-latest/third_party/mbedtls/repo/library/ |
D | pkcs5.c | 268 static int pkcs5_pbkdf2_hmac(mbedtls_md_context_t *ctx, in pkcs5_pbkdf2_hmac() function 364 return pkcs5_pbkdf2_hmac(ctx, password, plen, salt, slen, iteration_count, in mbedtls_pkcs5_pbkdf2_hmac() 389 ret = pkcs5_pbkdf2_hmac(&md_ctx, password, plen, salt, slen, in mbedtls_pkcs5_pbkdf2_hmac_ext()
|