Searched refs:MBEDTLS_ERR_MD_FEATURE_UNAVAILABLE (Results 1 – 11 of 11) sorted by relevance
114 return MBEDTLS_ERR_MD_FEATURE_UNAVAILABLE; in mbedtls_md_error_from_psa()
40 { PSA_ERROR_NOT_SUPPORTED, MBEDTLS_ERR_MD_FEATURE_UNAVAILABLE },
220 return MBEDTLS_ERR_MD_FEATURE_UNAVAILABLE; in mbedtls_md_error_from_psa()316 return MBEDTLS_ERR_MD_FEATURE_UNAVAILABLE; in mbedtls_md_clone()
257 case -(MBEDTLS_ERR_MD_FEATURE_UNAVAILABLE): in mbedtls_high_level_strerr()
156 case MBEDTLS_ERR_MD_FEATURE_UNAVAILABLE: in mbedtls_ecjpake_to_psa_error()
147 return MBEDTLS_ERR_MD_FEATURE_UNAVAILABLE; in mbedtls_ecjpake_setup()151 return MBEDTLS_ERR_MD_FEATURE_UNAVAILABLE; in mbedtls_ecjpake_setup()
234 case MBEDTLS_ERR_MD_FEATURE_UNAVAILABLE: in mbedtls_to_psa_error()
8811 return MBEDTLS_ERR_MD_FEATURE_UNAVAILABLE; in mbedtls_ssl_get_key_exchange_md_tls1_2()
123 #define MBEDTLS_ERR_MD_FEATURE_UNAVAILABLE -0x5080 macro
424 ? MBEDTLS_ERR_MD_FEATURE_UNAVAILABLE
395 * If no dispatch is possible, return `MBEDTLS_ERR_MD_FEATURE_UNAVAILABLE`.