Home
last modified time | relevance | path

Searched refs:OBJ_NAME (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/host_include/openssl/
H A Dobj.h205 } OBJ_NAME; typedef
218 int type, void (*callback)(const OBJ_NAME *, void *arg), void *arg);
221 OPENSSL_EXPORT void OBJ_NAME_do_all(int type, void (*callback)(const OBJ_NAME *,
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/openssl/
H A Dobj.h225 } OBJ_NAME; typedef
238 int type, void (*callback)(const OBJ_NAME *, void *arg), void *arg);
241 OPENSSL_EXPORT void OBJ_NAME_do_all(int type, void (*callback)(const OBJ_NAME *,
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/openssl/
H A Dobj.h205 } OBJ_NAME; typedef
218 int type, void (*callback)(const OBJ_NAME *, void *arg), void *arg);
221 OPENSSL_EXPORT void OBJ_NAME_do_all(int type, void (*callback)(const OBJ_NAME *,
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/openssl/
H A Dobj.h225 } OBJ_NAME; typedef
238 int type, void (*callback)(const OBJ_NAME *, void *arg), void *arg);
241 OPENSSL_EXPORT void OBJ_NAME_do_all(int type, void (*callback)(const OBJ_NAME *,
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/openssl/
H A Dobj.h225 } OBJ_NAME; typedef
238 int type, void (*callback)(const OBJ_NAME *, void *arg), void *arg);
241 OPENSSL_EXPORT void OBJ_NAME_do_all(int type, void (*callback)(const OBJ_NAME *,
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/openssl/
H A Dobj.h225 } OBJ_NAME; typedef
238 int type, void (*callback)(const OBJ_NAME *, void *arg), void *arg);
241 OPENSSL_EXPORT void OBJ_NAME_do_all(int type, void (*callback)(const OBJ_NAME *,
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/openssl/include/openssl/
H A Dobjects.h989 } OBJ_NAME; typedef
1001 void OBJ_NAME_do_all(int type, void (*fn) (const OBJ_NAME *, void *arg),
1004 void (*fn) (const OBJ_NAME *, void *arg),
H A Dsafestack.h2601 # define lh_OBJ_NAME_new() LHM_lh_new(OBJ_NAME,obj_name)
2602 # define lh_OBJ_NAME_insert(lh,inst) LHM_lh_insert(OBJ_NAME,lh,inst)
2603 # define lh_OBJ_NAME_retrieve(lh,inst) LHM_lh_retrieve(OBJ_NAME,lh,inst)
2604 # define lh_OBJ_NAME_delete(lh,inst) LHM_lh_delete(OBJ_NAME,lh,inst)
2605 # define lh_OBJ_NAME_doall(lh,fn) LHM_lh_doall(OBJ_NAME,lh,fn)
2607 LHM_lh_doall_arg(OBJ_NAME,lh,fn,arg_type,arg)
2608 # define lh_OBJ_NAME_error(lh) LHM_lh_error(OBJ_NAME,lh)
2609 # define lh_OBJ_NAME_num_items(lh) LHM_lh_num_items(OBJ_NAME,lh)
2610 # define lh_OBJ_NAME_down_load(lh) LHM_lh_down_load(OBJ_NAME,lh)
2612 LHM_lh_node_stats_bio(OBJ_NAME,lh,out)
[all …]