Home
last modified time | relevance | path

Searched refs:MBEDTLS_ERR_PKCS5_FEATURE_UNAVAILABLE (Results 1 – 3 of 3) sorted by relevance

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dpkcs5.c93 return MBEDTLS_ERR_PKCS5_FEATURE_UNAVAILABLE; in pkcs5_parse_pbkdf2_params()
168 return MBEDTLS_ERR_PKCS5_FEATURE_UNAVAILABLE; in mbedtls_pkcs5_pbes2_ext()
183 return MBEDTLS_ERR_PKCS5_FEATURE_UNAVAILABLE; in mbedtls_pkcs5_pbes2_ext()
188 return MBEDTLS_ERR_PKCS5_FEATURE_UNAVAILABLE; in mbedtls_pkcs5_pbes2_ext()
381 return MBEDTLS_ERR_PKCS5_FEATURE_UNAVAILABLE; in mbedtls_pkcs5_pbkdf2_hmac_ext()
H A Derror.c329 case -(MBEDTLS_ERR_PKCS5_FEATURE_UNAVAILABLE): in mbedtls_high_level_strerr()
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Dpkcs5.h30 #define MBEDTLS_ERR_PKCS5_FEATURE_UNAVAILABLE -0x2e80 macro