Home
last modified time | relevance | path

Searched refs:mbedtls_pkcs12_derivation (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Dpkcs12.c102 if ((ret = mbedtls_pkcs12_derivation(key, keylen, unipwd, pwdlen * 2 + 2, in pkcs12_pbe_derive_key_iv()
112 if ((ret = mbedtls_pkcs12_derivation(iv, ivlen, unipwd, pwdlen * 2 + 2, in pkcs12_pbe_derive_key_iv()
326 int mbedtls_pkcs12_derivation(unsigned char *data, size_t datalen, in mbedtls_pkcs12_derivation() function
/aosp_15_r20/external/mbedtls/library/
H A Dpkcs12.c100 if ((ret = mbedtls_pkcs12_derivation(key, keylen, unipwd, pwdlen * 2 + 2, in pkcs12_pbe_derive_key_iv()
110 if ((ret = mbedtls_pkcs12_derivation(iv, ivlen, unipwd, pwdlen * 2 + 2, in pkcs12_pbe_derive_key_iv()
336 int mbedtls_pkcs12_derivation(unsigned char *data, size_t datalen, in mbedtls_pkcs12_derivation() function
/aosp_15_r20/external/mbedtls/include/mbedtls/
H A Dpkcs12.h177 int mbedtls_pkcs12_derivation(unsigned char *data, size_t datalen,
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/
H A Dpkcs12.h177 int mbedtls_pkcs12_derivation(unsigned char *data, size_t datalen,
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/
H A Dtest_suite_pkcs12.function49 int ret = mbedtls_pkcs12_derivation(output_data,
/aosp_15_r20/external/mbedtls/tests/suites/
H A Dtest_suite_pkcs12.function49 int ret = mbedtls_pkcs12_derivation(output_data,
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/docs/
H A Dpsa-transition.md628 The functions `mbedtls_pkcs12_derivation` and `mbedtls_pkcs12_pbe` are only intended as support fun…