Home
last modified time | relevance | path

Searched refs:ERR_GET_REASON (Results 1 - 25 of 138) sorted by relevance

123456

/third_party/rust/crates/rust-openssl/openssl-sys/src/
H A Derr.rs37 pub const fn ERR_GET_REASON(errcode: c_ulong) -> c_int {
62 pub const fn ERR_GET_REASON(l: c_ulong) -> c_int {
/third_party/openssl/test/
H A Dcipherlist_test.c225 if (!TEST_int_eq(ERR_GET_REASON(ERR_get_error()), SSL_R_NO_CIPHER_MATCH)) in test_default_cipherlist_clear()
236 if (!TEST_int_eq(ERR_GET_REASON(ERR_get_error()), in test_default_cipherlist_clear()
H A Derrtest.c70 reasoncode = ERR_GET_REASON(errorcode); in test_print_error_format()
162 || !TEST_int_eq(ERR_GET_REASON(e), ERR_R_INTERNAL_ERROR) in raised_error()
H A Dprov_config_test.c66 if (ERR_GET_REASON(err) == CONF_R_RECURSIVE_SECTION_REFERENCE) in test_recursive_config()
H A Dx509aux.c157 if (ERR_GET_REASON(ERR_peek_last_error()) == PEM_R_NO_START_LINE) { in test_certs()
H A Drecordlentest.c74 && ERR_GET_REASON(err) == reason) in fail_due_to_record_overflow()
H A Dd2i_test.c101 && !TEST_false(ERR_GET_REASON(ERR_peek_error()) == ERR_R_MALLOC_FAILURE)) in test_bad_asn1()
H A Dossl_store_test.c172 && TEST_int_ne(ERR_GET_REASON(ERR_peek_error()), in test_store_attach_unregistered_scheme()
H A Dprovider_test.c99 || !TEST_int_eq(ERR_GET_REASON(err), 1)) in test_provider()
H A Dsslcorrupttest.c244 } while (ERR_GET_REASON(err) != SSL_R_DECRYPTION_FAILED_OR_BAD_RECORD_MAC); in test_ssl_corrupt()
H A Dec_internal_test.c58 || !TEST_true(ERR_GET_REASON(ERR_peek_last_error()) == in group_field_tests()
63 || !TEST_true(ERR_GET_REASON(ERR_peek_last_error()) == in group_field_tests()
/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dby_file.c118 if ((ERR_GET_REASON(ERR_peek_last_error()) == in X509_load_cert_file_ex()
177 if ((ERR_GET_REASON(ERR_peek_last_error()) == in X509_load_crl_file()
/third_party/openssl/crypto/x509/
H A Dby_file.c118 if ((ERR_GET_REASON(ERR_peek_last_error()) == in X509_load_cert_file_ex()
177 if ((ERR_GET_REASON(ERR_peek_last_error()) == in X509_load_crl_file()
/third_party/openssl/providers/implementations/encode_decode/
H A Ddecode_pvk2key.c117 reason = ERR_GET_REASON(err); in pvk2key_decode()
/third_party/node/deps/openssl/openssl/crypto/asn1/
H A Da_d2i_fp.c164 e = ERR_GET_REASON(ERR_peek_last_error()); in asn1_d2i_read_bio()
/third_party/node/deps/openssl/openssl/providers/implementations/encode_decode/
H A Ddecode_pvk2key.c128 reason = ERR_GET_REASON(err); in pvk2key_decode()
/third_party/node/deps/openssl/openssl/crypto/pkcs12/
H A Dp12_kiss.c86 && ERR_GET_REASON(err) != EVP_R_UNSUPPORTED_ALGORITHM) in PKCS12_parse()
/third_party/node/deps/openssl/openssl/crypto/cmp/
H A Dcmp_util.c162 unsigned long reason = ERR_GET_REASON(err); in OSSL_CMP_print_errors_cb()
/third_party/openssl/crypto/pkcs12/
H A Dp12_kiss.c86 && ERR_GET_REASON(err) != EVP_R_UNSUPPORTED_ALGORITHM) in PKCS12_parse()
/third_party/openssl/crypto/asn1/
H A Da_d2i_fp.c164 e = ERR_GET_REASON(ERR_peek_last_error()); in asn1_d2i_read_bio()
/third_party/openssl/crypto/cmp/
H A Dcmp_util.c162 unsigned long reason = ERR_GET_REASON(err); in OSSL_CMP_print_errors_cb()
/third_party/rust/crates/rust-openssl/openssl/src/
H A Derror.rs270 unsafe { ffi::ERR_GET_REASON(self.code) } in reason_code()
/third_party/node/deps/openssl/openssl/crypto/err/
H A Derr.c545 r = ERR_GET_REASON(e); in ossl_err_string_int()
631 r = ERR_GET_REASON(e); in ERR_reason_error_string()
/third_party/openssl/crypto/err/
H A Derr.c545 r = ERR_GET_REASON(e); in ossl_err_string_int()
631 r = ERR_GET_REASON(e); in ERR_reason_error_string()
/third_party/node/deps/openssl/openssl/crypto/ec/
H A Decp_oct.c110 && ERR_GET_REASON(err) == BN_R_NOT_A_SQUARE) { in ossl_ec_GFp_simple_set_compressed_coordinates()

Completed in 17 milliseconds

123456