Searched refs:mbedtls_pkcs5_pbes2_ext (Results 1 – 4 of 4) sorted by relevance
| /optee_os/lib/libmbedtls/mbedtls/include/mbedtls/ |
| H A D | pkcs5.h | 125 int mbedtls_pkcs5_pbes2_ext(const mbedtls_asn1_buf *pbe_params, int mode,
|
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | pkcs5.c | 105 int mbedtls_pkcs5_pbes2_ext(const mbedtls_asn1_buf *pbe_params, int mode, 124 return mbedtls_pkcs5_pbes2_ext(pbe_params, mode, pwd, pwdlen, data, in mbedtls_pkcs5_pbes2() 129 int mbedtls_pkcs5_pbes2_ext(const mbedtls_asn1_buf *pbe_params, int mode, in mbedtls_pkcs5_pbes2_ext() function
|
| H A D | pkparse.c | 941 if ((ret = mbedtls_pkcs5_pbes2_ext(&pbe_params, MBEDTLS_PKCS5_DECRYPT, pwd, pwdlen, in mbedtls_pk_parse_key_pkcs8_encrypted_der()
|
| /optee_os/lib/libmbedtls/mbedtls/ |
| H A D | ChangeLog | 711 deprecated in favor of mbedtls_pkcs5_pbes2_ext() and 834 to the new functions mbedtls_pkcs5_pbes2_ext() or mbedtls_pkcs12_pbe_ext()
|