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 D | pkcs12.c | 102 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 D | pkcs12.c | 100 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 D | pkcs12.h | 177 int mbedtls_pkcs12_derivation(unsigned char *data, size_t datalen,
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/ |
H A D | pkcs12.h | 177 int mbedtls_pkcs12_derivation(unsigned char *data, size_t datalen,
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/ |
H A D | test_suite_pkcs12.function | 49 int ret = mbedtls_pkcs12_derivation(output_data,
|
/aosp_15_r20/external/mbedtls/tests/suites/ |
H A D | test_suite_pkcs12.function | 49 int ret = mbedtls_pkcs12_derivation(output_data,
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/docs/ |
H A D | psa-transition.md | 628 The functions `mbedtls_pkcs12_derivation` and `mbedtls_pkcs12_pbe` are only intended as support fun…
|