Home
last modified time | relevance | path

Searched refs:ERR_GET_LIB (Results 1 – 25 of 42) sorted by relevance

12

/freebsd/crypto/openssl/doc/man3/
H A DERR_GET_LIB.pod5 ERR_GET_LIB, ERR_GET_REASON, ERR_FATAL_ERROR
12 int ERR_GET_LIB(unsigned long e);
21 number and reason code. ERR_GET_LIB()
37 ERR_GET_LIB(), ERR_GET_REASON(), and ERR_FATAL_ERROR() are macros.
59 ERR_GET_LIB() and ERR_GET_REASON() are available in all versions of OpenSSL.
H A DERR_get_error.pod64 See L<ERR_GET_LIB(3)> for obtaining further specific information
120 L<ERR_GET_LIB(3)>
H A DPEM_read.pod138 L<ERR_peek_last_error(3)>, L<ERR_GET_LIB(3)>,
/freebsd/crypto/openssl/test/
H A Dasn1_stable_parse_test.c51 if (ERR_GET_LIB(errcode) != ERR_LIB_ASN1) in test_asn1_stable_parse()
H A Drecordlentest.c73 if (ERR_GET_LIB(err) == ERR_LIB_SSL in fail_due_to_record_overflow()
H A Dasn1_internal_test.c209 int l = ERR_GET_LIB(err); in test_obj_create_once()
H A Dec_internal_test.c58 || !TEST_true(ERR_GET_LIB(ERR_peek_last_error()) == ERR_LIB_EC) in group_field_tests()
63 || !TEST_true(ERR_GET_LIB(ERR_peek_last_error()) == ERR_LIB_EC) in group_field_tests()
H A Dossl_store_test.c240 && TEST_int_ne(ERR_GET_LIB(ERR_peek_error()), ERR_LIB_OSSL_STORE) in test_store_attach_unregistered_scheme()
/freebsd/crypto/openssl/crypto/err/
H A Derr.c176 ret = l ^ ERR_GET_LIB(l); in err_string_data_hash()
531 l = ERR_GET_LIB(e); in ossl_err_string_int()
596 l = ERR_GET_LIB(e); in ERR_lib_error_string()
630 l = ERR_GET_LIB(e); in ERR_reason_error_string()
H A Derr_prn.c129 put_error(ERR_GET_LIB(err), func, err, file, line); in ERR_add_error_txt()
/freebsd/crypto/openssl/crypto/bio/
H A Dbio_err.c107 else if (ERR_GET_LIB(errcode) == ERR_LIB_BIO in BIO_err_is_non_fatal()
H A Dbio_lib.c1043 if (ERR_GET_LIB(err) == ERR_LIB_BIO) { in BIO_do_connect_retry()
/freebsd/crypto/openssl/providers/implementations/encode_decode/
H A Ddecode_pvk2key.c154 lib = ERR_GET_LIB(err); in pvk2key_decode()
/freebsd/crypto/openssl/crypto/pkcs12/
H A Dp12_kiss.c88 if (ERR_GET_LIB(err) != ERR_LIB_EVP in PKCS12_parse()
/freebsd/crypto/openssl/crypto/ec/
H A Dec2_oct.c85 if (ERR_GET_LIB(err) == ERR_LIB_BN in ossl_ec_GF2m_simple_set_compressed_coordinates()
H A Decp_oct.c109 if (ERR_GET_LIB(err) == ERR_LIB_BN in ossl_ec_GFp_simple_set_compressed_coordinates()
/freebsd/crypto/openssl/crypto/
H A Dprovider_core.c1114 if (ERR_GET_LIB(reasonstrings[cnt].id) != 0) in provider_init()
2400 if (ERR_GET_LIB(reason) != 0) { in core_vset_error()
2401 ERR_vset_error(ERR_GET_LIB(reason), ERR_GET_REASON(reason), fmt, args); in core_vset_error()
/freebsd/crypto/openssl/include/openssl/
H A Derr.h241 static ossl_unused ossl_inline int ERR_GET_LIB(unsigned long errcode) in ERR_GET_LIB() function
H A Derr.h.in243 static ossl_unused ossl_inline int ERR_GET_LIB(unsigned long errcode) function
/freebsd/crypto/openssl/providers/implementations/storemgmt/
H A Dfile_store.c580 && ERR_GET_LIB(err) == ERR_LIB_OSSL_DECODER in file_load_file()
/freebsd/crypto/openssl/crypto/rsa/
H A Drsa_gen.c421 if (ERR_GET_LIB(error) == ERR_LIB_BN in rsa_multiprime_keygen()
/freebsd/contrib/wpa/src/crypto/
H A Dtls_openssl.c1247 return ERR_GET_LIB(err) == ERR_LIB_PKCS11 && in tls_is_pin_error()
2767 if (ERR_GET_LIB(err) == ERR_LIB_X509 && in tls_load_ca_der()
2872 if (ERR_GET_LIB(err) == ERR_LIB_X509 && in tls_connection_ca_cert()
3851 if (ERR_GET_LIB(err) == ERR_LIB_X509 && in tls_connection_engine_ca_cert()
4535 ERR_GET_LIB(error) == ERR_LIB_SSL && in openssl_handshake()
/freebsd/crypto/openssl/ssl/
H A Dssl_rsa.c572 if (ERR_GET_LIB(err) == ERR_LIB_PEM in use_certificate_chain_file()
/freebsd/contrib/unbound/smallapp/
H A Dunbound-control.c533 if(ERR_GET_LIB(err) == ERR_LIB_SYS) { in setup_ctx()
/freebsd/crypto/openssl/util/
H A Dother.syms294 ERR_GET_LIB define

12