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

/macosx-10.10/OpenSSL098-52/src/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);
/macosx-10.10/OpenSSL098-52/src/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);
/macosx-10.10/OpenSSL098-52/src/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)
/macosx-10.10/OpenSSH-189/osslshim/ossl/
H A Dossl-lhash.h124 typedef unsigned long (*LHASH_HASH_FN_TYPE)(const void *); typedef
176 LHASH_HASH_FN_TYPE hash;
208 LHASH *lh_new(LHASH_HASH_FN_TYPE h, LHASH_COMP_FN_TYPE c);
H A Dossl-lhash.c137 lh_new(LHASH_HASH_FN_TYPE h, LHASH_COMP_FN_TYPE c)
152 ret->hash = ((h == NULL) ? (LHASH_HASH_FN_TYPE)lh_strhash : h);

Completed in 56 milliseconds