Searched refs:mbedtls_pkcs12_derivation (Results 1 – 4 of 4) sorted by relevance
/openthread-latest/third_party/mbedtls/repo/library/ |
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
|
/openthread-latest/third_party/mbedtls/repo/include/mbedtls/ |
D | pkcs12.h | 177 int mbedtls_pkcs12_derivation(unsigned char *data, size_t datalen,
|
/openthread-latest/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_pkcs12.function | 49 int ret = mbedtls_pkcs12_derivation(output_data,
|
/openthread-latest/third_party/mbedtls/repo/docs/ |
D | psa-transition.md | 628 The functions `mbedtls_pkcs12_derivation` and `mbedtls_pkcs12_pbe` are only intended as support fun…
|