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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/include/openssl/
H A Dlhash.h88 typedef unsigned long (*LHASH_HASH_FN_TYPE)(const void *); typedef
141 LHASH_HASH_FN_TYPE hash;
173 LHASH *lh_new(LHASH_HASH_FN_TYPE h, LHASH_COMP_FN_TYPE c);
H A Dtxt_db.h99 LHASH_HASH_FN_TYPE hash, LHASH_COMP_FN_TYPE cmp);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/lhash/
H A Dlhash.h88 typedef unsigned long (*LHASH_HASH_FN_TYPE)(const void *); typedef
141 LHASH_HASH_FN_TYPE hash;
173 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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/txt_db/
H A Dtxt_db.h99 LHASH_HASH_FN_TYPE hash, LHASH_COMP_FN_TYPE cmp);
H A Dtxt_db.c214 LHASH_HASH_FN_TYPE hash, LHASH_COMP_FN_TYPE cmp)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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)

Completed in 136 milliseconds