Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/library/
Dpsa_util_internal.h86 int (*fallback_f)(psa_status_t));
94 #define PSA_TO_MBEDTLS_ERR_LIST(status, error_list, fallback_f) \ argument
97 fallback_f)
Dpsa_util.c146 int (*fallback_f)(psa_status_t)) in psa_status_to_mbedtls()
153 return fallback_f(status); in psa_status_to_mbedtls()