Searched refs:func_call (Results 1 – 2 of 2) sorted by relevance
26 def __init__(self, name, depends, func_call): argument29 self.func_call = func_call33 return "\n" + self.name + "\n" + self.depends + "\n" + self.func_call + "\n"71 def add(self, name, func_call): argument75 self.test_function + '"' + func_call + '"'))
104 #define PSA_CHK(func_call) \ in mbedtls_ct_hmac() argument106 status = (func_call); \ in mbedtls_ct_hmac()223 #define MD_CHK(func_call) \ in mbedtls_ct_hmac() argument225 ret = (func_call); \ in mbedtls_ct_hmac()