/freebsd/crypto/openssl/doc/man3/ |
H A D | ERR_GET_LIB.pod | 5 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 D | ERR_get_error.pod | 64 See L<ERR_GET_LIB(3)> for obtaining further specific information 120 L<ERR_GET_LIB(3)>
|
H A D | PEM_read.pod | 119 L<ERR_peek_last_error(3)>, L<ERR_GET_LIB(3)>,
|
/freebsd/crypto/openssl/test/ |
H A D | asn1_stable_parse_test.c | 51 if (ERR_GET_LIB(errcode) != ERR_LIB_ASN1) in test_asn1_stable_parse()
|
H A D | recordlentest.c | 73 if (ERR_GET_LIB(err) == ERR_LIB_SSL in fail_due_to_record_overflow()
|
H A D | ossl_store_test.c | 171 && TEST_int_ne(ERR_GET_LIB(ERR_peek_error()), ERR_LIB_OSSL_STORE) in test_store_attach_unregistered_scheme()
|
H A D | ec_internal_test.c | 57 || !TEST_true(ERR_GET_LIB(ERR_peek_last_error()) == ERR_LIB_EC) in group_field_tests() 62 || !TEST_true(ERR_GET_LIB(ERR_peek_last_error()) == ERR_LIB_EC) in group_field_tests()
|
/freebsd/crypto/openssl/crypto/err/ |
H A D | err.c | 177 ret = l ^ ERR_GET_LIB(l); in err_string_data_hash() 532 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 D | err_prn.c | 129 put_error(ERR_GET_LIB(err), func, err, file, line); in ERR_add_error_txt()
|
/freebsd/crypto/openssl/providers/implementations/encode_decode/ |
H A D | decode_pvk2key.c | 127 lib = ERR_GET_LIB(err); in pvk2key_decode()
|
/freebsd/crypto/openssl/crypto/pkcs12/ |
H A D | p12_kiss.c | 85 if (ERR_GET_LIB(err) != ERR_LIB_EVP in PKCS12_parse()
|
/freebsd/crypto/openssl/crypto/ec/ |
H A D | ec2_oct.c | 85 if (ERR_GET_LIB(err) == ERR_LIB_BN in ossl_ec_GF2m_simple_set_compressed_coordinates()
|
H A D | ecp_oct.c | 109 if (ERR_GET_LIB(err) == ERR_LIB_BN in ossl_ec_GFp_simple_set_compressed_coordinates()
|
/freebsd/crypto/openssl/crypto/ |
H A D | provider_core.c | 1004 if (ERR_GET_LIB(reasonstrings[cnt].id) != 0) in provider_init() 2020 if (ERR_GET_LIB(reason) != 0) { in core_set_error_mark() 2021 ERR_vset_error(ERR_GET_LIB(reason), ERR_GET_REASON(reason), fmt, args); in core_set_error_mark()
|
/freebsd/crypto/openssl/crypto/rsa/ |
H A D | rsa_gen.c | 226 if (ERR_GET_LIB(error) == ERR_LIB_BN in rsa_multiprime_keygen()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | err.h | 241 static ossl_unused ossl_inline int ERR_GET_LIB(unsigned long errcode) in ERR_GET_LIB() function
|
H A D | err.h.in | 243 static ossl_unused ossl_inline int ERR_GET_LIB(unsigned long errcode) function
|
/freebsd/crypto/openssl/providers/implementations/storemgmt/ |
H A D | file_store.c | 539 && ERR_GET_LIB(err) == ERR_LIB_OSSL_DECODER in file_load_file()
|
/freebsd/crypto/openssl/crypto/bio/ |
H A D | bio_lib.c | 947 if (ERR_GET_LIB(err) == ERR_LIB_BIO) { in BIO_do_connect_retry()
|
/freebsd/crypto/openssl/util/ |
H A D | other.syms | 251 ERR_GET_LIB define
|
/freebsd/contrib/wpa/src/crypto/ |
H A D | tls_openssl.c | 1247 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 D | ssl_rsa.c | 519 if (ERR_GET_LIB(err) == ERR_LIB_PEM in use_certificate_chain_file()
|
/freebsd/contrib/unbound/smallapp/ |
H A D | unbound-control.c | 519 if(ERR_GET_LIB(err) == ERR_LIB_SYS) { in ssl_path_err()
|
/freebsd/crypto/openssl/apps/ |
H A D | pkcs12.c | 790 if (ERR_GET_LIB(err) == ERR_LIB_PKCS12 in pkcs12_main()
|
/freebsd/crypto/openssl/crypto/http/ |
H A D | http_client.c | 1082 int lib = ERR_GET_LIB(err); in OSSL_HTTP_exchange()
|