Home
last modified time | relevance | path

Searched refs:fallback_f (Results 1 – 2 of 2) sorted by relevance

/mbedtls-3.5.0/include/mbedtls/
Dpsa_util.h383 int (*fallback_f)(psa_status_t));
391 #define PSA_TO_MBEDTLS_ERR_LIST(status, error_list, fallback_f) \ argument
394 fallback_f)
/mbedtls-3.5.0/library/
Dpsa_util.c116 int (*fallback_f)(psa_status_t)) in psa_status_to_mbedtls()
123 return fallback_f(status); in psa_status_to_mbedtls()