Searched refs:lh_new (Results 1 - 10 of 10) sorted by relevance

/external/openssl/crypto/lhash/
H A Dlh_test.c70 conf=lh_new(lh_strhash,strcmp);
H A Dlhash.h175 _LHASH *lh_new(LHASH_HASH_FN_TYPE h, LHASH_COMP_FN_TYPE c);
208 ((LHASH_OF(type) *)lh_new(LHASH_HASH_FN(name), LHASH_COMP_FN(name)))
H A Dlhash.c114 _LHASH *lh_new(LHASH_HASH_FN_TYPE h, LHASH_COMP_FN_TYPE c) function
/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Dlhash_macros.h21 ((LHASH_OF(ASN1_OBJECT) *)lh_new( \
60 ((LHASH_OF(CONF_VALUE) *)lh_new( \
97 ((LHASH_OF(ERR_STATE) *)lh_new( \
133 ((LHASH_OF(ERR_STRING_DATA) *)lh_new( \
173 ((LHASH_OF(EX_CLASS_ITEM) *)lh_new( \
213 ((LHASH_OF(SSL_SESSION) *)lh_new( \
H A Dlhash.h148 /* lh_new returns a new, empty hash table or NULL on error. If |comp| is NULL,
151 OPENSSL_EXPORT _LHASH *lh_new(lhash_hash_func hash, lhash_cmp_func comp);
/external/chromium_org/third_party/boringssl/src/crypto/lhash/
H A Dmake_macros.sh30 ((LHASH_OF(${type})*) lh_new(CHECKED_CAST(lhash_hash_func, uint32_t (*) (const ${type} *), hash), CHECKED_CAST(lhash_cmp_func, int (*) (const ${type} *a, const ${type} *b), comp)))
H A Dlhash_test.c123 lh = lh_new(NULL, NULL);
H A Dlhash.c71 _LHASH *lh_new(lhash_hash_func hash, lhash_cmp_func comp) { function
/external/openssl/include/openssl/
H A Dlhash.h175 _LHASH *lh_new(LHASH_HASH_FN_TYPE h, LHASH_COMP_FN_TYPE c);
208 ((LHASH_OF(type) *)lh_new(LHASH_HASH_FN(name), LHASH_COMP_FN(name)))
/external/openssl/crypto/txt_db/
H A Dtxt_db.c230 if ((idx=(LHASH_OF(OPENSSL_STRING) *)lh_new(hash,cmp)) == NULL)

Completed in 167 milliseconds