Home
last modified time | relevance | path

Searched refs:mbedtls_pkcs5_pbkdf2_hmac (Results 1 – 3 of 3) sorted by relevance

/reactos/dll/3rdparty/mbedtls/
H A Dpkcs5.c221 if( ( ret = mbedtls_pkcs5_pbkdf2_hmac( &md_ctx, pwd, pwdlen, salt.p, salt.len, in mbedtls_pkcs5_pbes2()
245 int mbedtls_pkcs5_pbkdf2_hmac( mbedtls_md_context_t *ctx, const unsigned char *password, in mbedtls_pkcs5_pbkdf2_hmac() function
413 ret = mbedtls_pkcs5_pbkdf2_hmac( &sha1_ctx, password[i], plen[i], salt[i], in mbedtls_pkcs5_self_test()
/reactos/sdk/include/reactos/libs/mbedtls/
H A Dpkcs5.h114 int mbedtls_pkcs5_pbkdf2_hmac( mbedtls_md_context_t *ctx, const unsigned char *password,
H A Dcompat-1.3.h2204 #define pkcs5_pbkdf2_hmac mbedtls_pkcs5_pbkdf2_hmac