Home
last modified time | relevance | path

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

/optee_test/ta/bti_test/
A Dta_arm_bti.c23 void (*func)(void) = NULL; in test_bti() local
30 func = bti_c; in test_bti()
33 func = bti_j; in test_bti()
36 func = bti_jc; in test_bti()
39 func = bti_none; in test_bti()
47 call_using_blr(func); in test_bti()
50 call_using_br(func); in test_bti()
53 call_using_br_x16(func); in test_bti()
/optee_test/host/openssl/include/openssl/
A Dasn1_mac.h75 # define M_ASN1_D2I_vars(a,type,func) \ argument
98 # define M_ASN1_D2I_Finish(a,func,e) \ argument
129 # define M_ASN1_D2I_get(b, func) \ argument
131 if (func(&(b),&c.p,c.slen) == NULL) \
136 # define M_ASN1_D2I_get_x(type,b,func) \ argument
143 # define M_ASN1_D2I_get_int(b,func) \ argument
145 if (func(&(b),&c.p,c.slen) < 0) \
149 # define M_ASN1_D2I_get_opt(b,func,type) \ argument
153 M_ASN1_D2I_get(b,func); \
163 # define M_ASN1_D2I_get_imp(b,func, type) \ argument
[all …]
A Dlhash.h180 void lh_doall(_LHASH *lh, LHASH_DOALL_FN_TYPE func);
181 void lh_doall_arg(_LHASH *lh, LHASH_DOALL_ARG_FN_TYPE func, void *arg);
A Dstack.h85 void sk_pop_free(_STACK *st, void (*func) (void *));
A Dx509_vfy.h219 # define X509_STORE_set_verify_cb_func(ctx,func) ((ctx)->verify_cb=(func)) argument
220 # define X509_STORE_set_verify_func(ctx,func) ((ctx)->verify=(func)) argument
A Dcrypto.h437 void CRYPTO_set_locking_callback(void (*func) (int mode, int type,
441 void CRYPTO_set_add_lock_callback(int (*func)
462 void CRYPTO_set_id_callback(unsigned long (*func) (void));
A Derr.h319 void ERR_put_error(int lib, int func, int reason, const char *file, int line);
/optee_test/ta/crypt/
A Darith_taf.c308 void (*func)(TEE_BigInt *dest, in ternary_func()
323 func(dest, op1, op2, n); in ternary_func()
330 void (*func)(TEE_BigInt *dest, in binary_func()
343 func(dest, op1, op2); in binary_func()
350 void (*func)(TEE_BigInt *dest, in unary_func()
361 func(dest, op); in unary_func()
/optee_test/host/xtest/
A Dregression_1000.c2514 uint32_t func; member
2519 .func = bti_func, \
2591 op.params[0].value.a = test->func; in xtest_tee_test_1035()
2625 op.params[0].value.a = test->func; in xtest_tee_test_1035()
/optee_test/host/xtest/gp/include/
A Dxml_crypto_api.h3145 static void print_ossl_errors(const char *func) in print_ossl_errors() argument
3147 warnx("%s failed", func); in print_ossl_errors()

Completed in 35 milliseconds