Home
last modified time | relevance | path

Searched refs:lh_new (Results 1 – 5 of 5) sorted by relevance

/external/openssl/include/openssl/
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/lhash/
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)))
Dlh_test.c70 conf=lh_new(lh_strhash,strcmp); in main()
Dlhash.c114 _LHASH *lh_new(LHASH_HASH_FN_TYPE h, LHASH_COMP_FN_TYPE c) in lh_new() function
/external/openssl/crypto/txt_db/
Dtxt_db.c230 if ((idx=(LHASH_OF(OPENSSL_STRING) *)lh_new(hash,cmp)) == NULL) in TXT_DB_create_index()