Searched refs:LHASH_HASH_FN_TYPE (Results 1 - 14 of 14) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dlhash.h89 typedef unsigned long (*LHASH_HASH_FN_TYPE)(const void *); typedef
142 LHASH_HASH_FN_TYPE hash;
174 LHASH *lh_new(LHASH_HASH_FN_TYPE h, LHASH_COMP_FN_TYPE c);
H A Dtxt_db.h100 LHASH_HASH_FN_TYPE hash, LHASH_COMP_FN_TYPE cmp);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/lhash/
H A Dlhash.h89 typedef unsigned long (*LHASH_HASH_FN_TYPE)(const void *); typedef
142 LHASH_HASH_FN_TYPE hash;
174 LHASH *lh_new(LHASH_HASH_FN_TYPE h, LHASH_COMP_FN_TYPE c);
H A Dlhash.c114 LHASH *lh_new(LHASH_HASH_FN_TYPE h, LHASH_COMP_FN_TYPE c)
126 ret->hash=((h == NULL)?(LHASH_HASH_FN_TYPE)lh_strhash:h);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/txt_db/
H A Dtxt_db.h100 LHASH_HASH_FN_TYPE hash, LHASH_COMP_FN_TYPE cmp);
H A Dtxt_db.c217 LHASH_HASH_FN_TYPE hash, LHASH_COMP_FN_TYPE cmp)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/txt_db/
H A Dtxt_db.h102 LHASH_HASH_FN_TYPE hash, LHASH_COMP_FN_TYPE cmp);
H A Dtxt_db.c222 LHASH_HASH_FN_TYPE hash, LHASH_COMP_FN_TYPE cmp)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/txt_db/
H A Dtxt_db.h102 LHASH_HASH_FN_TYPE hash, LHASH_COMP_FN_TYPE cmp);
H A Dtxt_db.c222 LHASH_HASH_FN_TYPE hash, LHASH_COMP_FN_TYPE cmp)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/lhash/
H A Dlhash.h88 typedef unsigned long (*LHASH_HASH_FN_TYPE) (const void *); typedef
142 LHASH_HASH_FN_TYPE hash;
175 _LHASH *lh_new(LHASH_HASH_FN_TYPE h, LHASH_COMP_FN_TYPE c);
H A Dlhash.c115 _LHASH *lh_new(LHASH_HASH_FN_TYPE h, LHASH_COMP_FN_TYPE c)
127 ret->hash = ((h == NULL) ? (LHASH_HASH_FN_TYPE)lh_strhash : h);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/lhash/
H A Dlhash.h88 typedef unsigned long (*LHASH_HASH_FN_TYPE) (const void *); typedef
142 LHASH_HASH_FN_TYPE hash;
175 _LHASH *lh_new(LHASH_HASH_FN_TYPE h, LHASH_COMP_FN_TYPE c);
H A Dlhash.c115 _LHASH *lh_new(LHASH_HASH_FN_TYPE h, LHASH_COMP_FN_TYPE c)
127 ret->hash = ((h == NULL) ? (LHASH_HASH_FN_TYPE)lh_strhash : h);

Completed in 145 milliseconds