Searched refs:fn (Results 1 – 5 of 5) sorted by relevance
/optee_test-3.20.0/host/openssl/include/openssl/ |
A D | lhash.h | 220 # define LHM_lh_doall(type, lh,fn) lh_doall(CHECKED_LHASH_OF(type, lh), fn) argument 221 # define LHM_lh_doall_arg(type, lh, fn, arg_type, arg) \ argument 222 lh_doall_arg(CHECKED_LHASH_OF(type, lh), fn, CHECKED_PTR_OF(arg_type, arg))
|
A D | safestack.h | 2452 # define lh_ADDED_OBJ_doall(lh,fn) LHM_lh_doall(ADDED_OBJ,lh,fn) argument 2469 # define lh_APP_INFO_doall(lh,fn) LHM_lh_doall(APP_INFO,lh,fn) argument 2486 # define lh_CONF_VALUE_doall(lh,fn) LHM_lh_doall(CONF_VALUE,lh,fn) argument 2503 # define lh_ENGINE_PILE_doall(lh,fn) LHM_lh_doall(ENGINE_PILE,lh,fn) argument 2520 # define lh_ERR_STATE_doall(lh,fn) LHM_lh_doall(ERR_STATE,lh,fn) argument 2554 # define lh_EX_CLASS_ITEM_doall(lh,fn) LHM_lh_doall(EX_CLASS_ITEM,lh,fn) argument 2571 # define lh_FUNCTION_doall(lh,fn) LHM_lh_doall(FUNCTION,lh,fn) argument 2588 # define lh_MEM_doall(lh,fn) LHM_lh_doall(MEM,lh,fn) argument 2605 # define lh_OBJ_NAME_doall(lh,fn) LHM_lh_doall(OBJ_NAME,lh,fn) argument 2639 # define lh_OPENSSL_STRING_doall(lh,fn) LHM_lh_doall(OPENSSL_STRING,lh,fn) argument [all …]
|
A D | engine.h | 826 # define IMPLEMENT_DYNAMIC_BIND_FN(fn) \ argument 844 if(!fn(e,id)) return 0; \
|
A D | objects.h | 1001 void OBJ_NAME_do_all(int type, void (*fn) (const OBJ_NAME *, void *arg), 1004 void (*fn) (const OBJ_NAME *, void *arg),
|
A D | evp.h | 929 void EVP_CIPHER_do_all(void (*fn) (const EVP_CIPHER *ciph, 932 void EVP_CIPHER_do_all_sorted(void (*fn) 936 void EVP_MD_do_all(void (*fn) (const EVP_MD *ciph, 939 void EVP_MD_do_all_sorted(void (*fn)
|
Completed in 43 milliseconds