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

/freebsd-10.1-release/crypto/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)
/freebsd-10.1-release/crypto/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);

Completed in 56 milliseconds