Home
last modified time | relevance | path

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

/mbedtls-latest/library/
Dssl_msg.c104 #define PSA_CHK(func_call) \ in mbedtls_ct_hmac() argument
106 status = (func_call); \ in mbedtls_ct_hmac()
223 #define MD_CHK(func_call) \ in mbedtls_ct_hmac() argument
225 ret = (func_call); \ in mbedtls_ct_hmac()