Home
last modified time | relevance | path

Searched refs:OPENSSL_LH_error (Results 1 – 10 of 10) sorted by relevance

/freebsd/crypto/openssl/include/openssl/
H A Dlhash.h87 int OPENSSL_LH_error(OPENSSL_LHASH *lh);
127 # define lh_error OPENSSL_LH_error
280 return OPENSSL_LH_error((OPENSSL_LHASH *)lh); \
369 #define lh_OPENSSL_STRING_error(lh) OPENSSL_LH_error(ossl_check_OPENSSL_STRING_lh_type(lh))
384 #define lh_OPENSSL_CSTRING_error(lh) OPENSSL_LH_error(ossl_check_OPENSSL_CSTRING_lh_type(lh))
H A Dlhash.h.in89 int OPENSSL_LH_error(OPENSSL_LHASH *lh);
129 # define lh_error OPENSSL_LH_error
282 return OPENSSL_LH_error((OPENSSL_LHASH *)lh); \
H A Dconf.h77 #define lh_CONF_VALUE_error(lh) OPENSSL_LH_error(ossl_check_CONF_VALUE_lh_type(lh))
H A Derr.h381 #define lh_ERR_STRING_DATA_error(lh) OPENSSL_LH_error(ossl_check_ERR_STRING_DATA_lh_type(lh))
/freebsd/crypto/openssl/doc/man3/
H A DOPENSSL_LH_COMPFUNC.pod17 OPENSSL_LH_get_down_load, OPENSSL_LH_set_down_load, OPENSSL_LH_error
76 int OPENSSL_LH_error(OPENSSL_LHASH *lh);
237 and OPENSSL_LH_error() are equivalent to the similarly named B<lh_I<TYPE>>
262 B<lh_I<TYPE>_error>() and OPENSSL_LH_error() return 1 if an error occurred in
273 B<lh_I<TYPE>_error>() or OPENSSL_LH_error() calls must be performed under
/freebsd/crypto/openssl/crypto/lhash/
H A Dlhash.c441 int OPENSSL_LH_error(OPENSSL_LHASH *lh) in OPENSSL_LH_error() function
/freebsd/crypto/openssl/util/
H A Dmissingcrypto111.txt918 OPENSSL_LH_error(3)
H A Dlibcrypto.num3310 OPENSSL_LH_error 3380 3_0_0 EXIST::FUNCTION:
/freebsd/secure/lib/libcrypto/
H A DVersion.map2033 OPENSSL_LH_error;
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile2842 MLINKS+= OPENSSL_LH_COMPFUNC.3 OPENSSL_LH_error.3