Searched refs:RUNIT_API_ASSIGNMENT (Results 1 – 2 of 2) sorted by relevance
73 …RUNIT_API_ASSIGNMENT(md_info, mbedtls_md_info_from_string(HashAlgMode2mbedtlsString[CC_HASH_SHA256… in runIt_hmac()163 RUNIT_API_ASSIGNMENT(cipher_info, mbedtls_cipher_info_from_type(cipher_type)); in runIt_cmacProfiling()234 RUNIT_API_ASSIGNMENT(cipher_info, mbedtls_cipher_info_from_type(cipher_type)); in runIt_cmac()
166 #define RUNIT_API_ASSIGNMENT(_res, _c) \ macro