OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LHASH_HASH_FN_TYPE
(Results
1 - 2
of
2
) sorted by null
/external/openssl/crypto/lhash/
lhash.h
89
typedef unsigned long (*
LHASH_HASH_FN_TYPE
)(const void *);
142
LHASH_HASH_FN_TYPE
hash;
175
_LHASH *lh_new(
LHASH_HASH_FN_TYPE
h, LHASH_COMP_FN_TYPE c);
/external/openssl/include/openssl/
lhash.h
89
typedef unsigned long (*
LHASH_HASH_FN_TYPE
)(const void *);
142
LHASH_HASH_FN_TYPE
hash;
175
_LHASH *lh_new(
LHASH_HASH_FN_TYPE
h, LHASH_COMP_FN_TYPE c);
Completed in 355 milliseconds