Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dssl_msg.c105 #define PSA_CHK(func_call) \ in mbedtls_ct_hmac() argument
107 status = (func_call); \ in mbedtls_ct_hmac()
224 #define MD_CHK(func_call) \ in mbedtls_ct_hmac() argument
226 ret = (func_call); \ in mbedtls_ct_hmac()