Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/openssl/include/openssl/
H A Dlhash.h102 # define DECLARE_LHASH_HASH_FN(name, o_type) \ argument
104 # define IMPLEMENT_LHASH_HASH_FN(name, o_type) \ argument
106 const o_type *a = arg; \
111 # define DECLARE_LHASH_COMP_FN(name, o_type) \ argument
113 # define IMPLEMENT_LHASH_COMP_FN(name, o_type) \ argument
115 const o_type *a = arg1; \
116 const o_type *b = arg2; \
121 # define DECLARE_LHASH_DOALL_FN(name, o_type) \ argument
123 # define IMPLEMENT_LHASH_DOALL_FN(name, o_type) \ argument
125 o_type *a = arg; \
[all …]