Searched refs:OPENSSL_LH_error (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/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 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-current/crypto/openssl/crypto/lhash/
H A Dlhash.c384 int OPENSSL_LH_error(OPENSSL_LHASH *lh) function
/freebsd-current/secure/lib/libcrypto/man/man3/
H A DMakefile2684 MLINKS+= OPENSSL_LH_COMPFUNC.3 OPENSSL_LH_error.3

Completed in 84 milliseconds