Home
last modified time | relevance | path

Searched refs:MBEDTLS_ERR_MD_FEATURE_UNAVAILABLE (Results 1 – 10 of 10) sorted by relevance

/mbedtls/include/mbedtls/
A Dmd.h24 #define MBEDTLS_ERR_MD_FEATURE_UNAVAILABLE -0x5080 macro
/mbedtls/library/
A Derror.c249 case -(MBEDTLS_ERR_MD_FEATURE_UNAVAILABLE): in mbedtls_high_level_strerr()
A Dpsa_util.c57 { PSA_ERROR_NOT_SUPPORTED, MBEDTLS_ERR_MD_FEATURE_UNAVAILABLE },
A Dpsa_crypto_pake.c116 case MBEDTLS_ERR_MD_FEATURE_UNAVAILABLE: in mbedtls_ecjpake_to_psa_error()
A Dmd.c349 return MBEDTLS_ERR_MD_FEATURE_UNAVAILABLE; in mbedtls_md_clone()
A Decjpake.c109 return MBEDTLS_ERR_MD_FEATURE_UNAVAILABLE; in mbedtls_ecjpake_setup()
A Dpsa_crypto.c451 case MBEDTLS_ERR_MD_FEATURE_UNAVAILABLE: in mbedtls_to_psa_error()
A Dssl_tls.c9368 return MBEDTLS_ERR_MD_FEATURE_UNAVAILABLE; in mbedtls_ssl_get_key_exchange_md_tls1_2()
/mbedtls/tests/suites/
A Dtest_suite_md.function464 ? MBEDTLS_ERR_MD_FEATURE_UNAVAILABLE
/mbedtls/docs/architecture/psa-migration/
A Dmd-cipher-dispatch.md511 * If no dispatch is possible, return `MBEDTLS_ERR_MD_FEATURE_UNAVAILABLE`.

Completed in 44 milliseconds