Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/tests/scripts/
Dgenerate_pkcs7_tests.py26 def __init__(self, name, depends, func_call): argument
29 self.func_call = func_call
33 return "\n" + self.name + "\n" + self.depends + "\n" + self.func_call + "\n"
71 def add(self, name, func_call): argument
75 self.test_function + '"' + func_call + '"'))
/openthread-latest/third_party/mbedtls/repo/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()