Searched refs:OPENSSL_LH_new (Results 1 – 11 of 11) sorted by relevance
/freebsd/crypto/openssl/include/openssl/ |
H A D | lhash.h | 81 OPENSSL_LHASH *OPENSSL_LH_new(OPENSSL_LH_HASHFUNC h, OPENSSL_LH_COMPFUNC c); 107 # define lh_new OPENSSL_LH_new 172 OPENSSL_LH_new((OPENSSL_LH_HASHFUNC)hfn, (OPENSSL_LH_COMPFUNC)cfn); \ 253 #define lh_OPENSSL_STRING_new(hfn, cmp) ((LHASH_OF(OPENSSL_STRING) *)OPENSSL_LH_new(ossl_check_OPEN… 268 #define lh_OPENSSL_CSTRING_new(hfn, cmp) ((LHASH_OF(OPENSSL_CSTRING) *)OPENSSL_LH_new(ossl_check_OP…
|
H A D | lhash.h.in | 83 OPENSSL_LHASH *OPENSSL_LH_new(OPENSSL_LH_HASHFUNC h, OPENSSL_LH_COMPFUNC c); 109 # define lh_new OPENSSL_LH_new 174 OPENSSL_LH_new((OPENSSL_LH_HASHFUNC)hfn, (OPENSSL_LH_COMPFUNC)cfn); \
|
H A D | conf.h | 68 #define lh_CONF_VALUE_new(hfn, cmp) ((LHASH_OF(CONF_VALUE) *)OPENSSL_LH_new(ossl_check_CONF_VALUE_l…
|
H A D | err.h | 375 #define lh_ERR_STRING_DATA_new(hfn, cmp) ((LHASH_OF(ERR_STRING_DATA) *)OPENSSL_LH_new(ossl_check_ER…
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | OPENSSL_LH_COMPFUNC.pod | 13 OPENSSL_LH_new, OPENSSL_LH_free, OPENSSL_LH_flush, 50 OPENSSL_LHASH *OPENSSL_LH_new(OPENSSL_LH_HASHFUNC h, OPENSSL_LH_COMPFUNC c); 210 OPENSSL_LH_new() is the same as the B<lh_I<TYPE>_new>() except that it is not 225 B<lh_I<TYPE>_new>() and OPENSSL_LH_new() return NULL on error, otherwise a
|
/freebsd/crypto/openssl/crypto/txt_db/ |
H A D | txt_db.c | 160 if ((idx = (LHASH_OF(OPENSSL_STRING) *)OPENSSL_LH_new(hash, cmp)) == NULL) { in TXT_DB_create_index()
|
/freebsd/crypto/openssl/crypto/lhash/ |
H A D | lhash.c | 47 OPENSSL_LHASH *OPENSSL_LH_new(OPENSSL_LH_HASHFUNC h, OPENSSL_LH_COMPFUNC c) in OPENSSL_LH_new() function
|
/freebsd/crypto/openssl/util/ |
H A D | missingcrypto111.txt | 922 OPENSSL_LH_new(3)
|
H A D | libcrypto.num | 1963 OPENSSL_LH_new 2010 3_0_0 EXIST::FUNCTION:
|
/freebsd/secure/lib/libcrypto/ |
H A D | Version.map | 2037 OPENSSL_LH_new;
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 2688 MLINKS+= OPENSSL_LH_COMPFUNC.3 OPENSSL_LH_new.3
|