Home
last modified time | relevance | path

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

/freebsd-14.2/crypto/openssl/include/openssl/
H A Dlhash.h80 int OPENSSL_LH_error(OPENSSL_LHASH *lh);
106 # define lh_error OPENSSL_LH_error
196 return OPENSSL_LH_error((OPENSSL_LHASH *)lh); \
259 #define lh_OPENSSL_STRING_error(lh) OPENSSL_LH_error(ossl_check_OPENSSL_STRING_lh_type(lh))
274 #define lh_OPENSSL_CSTRING_error(lh) OPENSSL_LH_error(ossl_check_OPENSSL_CSTRING_lh_type(lh))
H A Dlhash.h.in82 int OPENSSL_LH_error(OPENSSL_LHASH *lh);
108 # define lh_error OPENSSL_LH_error
198 return OPENSSL_LH_error((OPENSSL_LHASH *)lh); \
H A Dconf.h74 #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-14.2/crypto/openssl/doc/man3/
H A DOPENSSL_LH_COMPFUNC.pod16 OPENSSL_LH_get_down_load, OPENSSL_LH_set_down_load, OPENSSL_LH_error
65 int OPENSSL_LH_error(OPENSSL_LHASH *lh);
216 and OPENSSL_LH_error() are equivalent to the similarly named B<lh_I<TYPE>>
238 B<lh_I<TYPE>_error>() and OPENSSL_LH_error() return 1 if an error occurred in
249 B<lh_I<TYPE>_error>() or OPENSSL_LH_error() calls must be performed under
/freebsd-14.2/crypto/openssl/crypto/lhash/
H A Dlhash.c384 int OPENSSL_LH_error(OPENSSL_LHASH *lh) in OPENSSL_LH_error() function
/freebsd-14.2/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-14.2/secure/lib/libcrypto/
H A DVersion.map2098 OPENSSL_LH_error;
/freebsd-14.2/secure/lib/libcrypto/man/man3/
H A DMakefile2684 MLINKS+= OPENSSL_LH_COMPFUNC.3 OPENSSL_LH_error.3