Searched refs:mbedtls_pkcs5_pbkdf2_hmac_ext (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/ |
H A D | pkcs5.c | 219 if ((ret = mbedtls_pkcs5_pbkdf2_hmac_ext(md_type, pwd, pwdlen, salt.p, in mbedtls_pkcs5_pbes2_ext() 369 int mbedtls_pkcs5_pbkdf2_hmac_ext(mbedtls_md_type_t md_alg, in mbedtls_pkcs5_pbkdf2_hmac_ext() function 470 ret = mbedtls_pkcs5_pbkdf2_hmac_ext(MBEDTLS_MD_SHA1, password_test_data[i], in mbedtls_pkcs5_self_test()
|
/aosp_15_r20/external/mbedtls/library/ |
H A D | pkcs5.c | 217 if ((ret = mbedtls_pkcs5_pbkdf2_hmac_ext(md_type, pwd, pwdlen, salt.p, in mbedtls_pkcs5_pbes2_ext() 365 int mbedtls_pkcs5_pbkdf2_hmac_ext(mbedtls_md_type_t md_alg, in mbedtls_pkcs5_pbkdf2_hmac_ext() function 466 ret = mbedtls_pkcs5_pbkdf2_hmac_ext(MBEDTLS_MD_SHA1, password_test_data[i], in mbedtls_pkcs5_self_test()
|
/aosp_15_r20/external/mbedtls/include/mbedtls/ |
H A D | pkcs5.h | 148 int mbedtls_pkcs5_pbkdf2_hmac_ext(mbedtls_md_type_t md_type,
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/ |
H A D | pkcs5.h | 149 int mbedtls_pkcs5_pbkdf2_hmac_ext(mbedtls_md_type_t md_type,
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/ |
H A D | test_suite_pkcs5.function | 18 TEST_ASSERT(mbedtls_pkcs5_pbkdf2_hmac_ext(hash, pw_str->x, pw_str->len,
|
/aosp_15_r20/external/mbedtls/tests/suites/ |
H A D | test_suite_pkcs5.function | 18 TEST_ASSERT(mbedtls_pkcs5_pbkdf2_hmac_ext(hash, pw_str->x, pw_str->len,
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/docs/ |
H A D | psa-transition.md | 611 Applications currently using `mbedtls_pkcs5_pbkdf2_hmac` or `mbedtls_pkcs5_pbkdf2_hmac_ext` can swi…
|