Home
last modified time | relevance | path

Searched refs:ERR_GET_LIB (Results 1 – 25 of 36) 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.pod119 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 Dossl_store_test.c171 && TEST_int_ne(ERR_GET_LIB(ERR_peek_error()), ERR_LIB_OSSL_STORE) in test_store_attach_unregistered_scheme()
H A Dec_internal_test.c57 || !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 Derr.c177 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 Derr_prn.c129 put_error(ERR_GET_LIB(err), func, err, file, line); in ERR_add_error_txt()
/freebsd/crypto/openssl/providers/implementations/encode_decode/
H A Ddecode_pvk2key.c127 lib = ERR_GET_LIB(err); in pvk2key_decode()
/freebsd/crypto/openssl/crypto/pkcs12/
H A Dp12_kiss.c85 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.c1004 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 Drsa_gen.c226 if (ERR_GET_LIB(error) == ERR_LIB_BN in rsa_multiprime_keygen()
/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.c539 && ERR_GET_LIB(err) == ERR_LIB_OSSL_DECODER in file_load_file()
/freebsd/crypto/openssl/crypto/bio/
H A Dbio_lib.c947 if (ERR_GET_LIB(err) == ERR_LIB_BIO) { in BIO_do_connect_retry()
/freebsd/crypto/openssl/util/
H A Dother.syms251 ERR_GET_LIB define
/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.c519 if (ERR_GET_LIB(err) == ERR_LIB_PEM in use_certificate_chain_file()
/freebsd/contrib/unbound/smallapp/
H A Dunbound-control.c519 if(ERR_GET_LIB(err) == ERR_LIB_SYS) { in ssl_path_err()
/freebsd/crypto/openssl/apps/
H A Dpkcs12.c790 if (ERR_GET_LIB(err) == ERR_LIB_PKCS12 in pkcs12_main()
/freebsd/crypto/openssl/crypto/http/
H A Dhttp_client.c1082 int lib = ERR_GET_LIB(err); in OSSL_HTTP_exchange()

12