Home
last modified time | relevance | path

Searched refs:ERR_peek_last_error (Results 1 - 25 of 113) sorted by relevance

12345

/third_party/openssl/test/
H A Derrtest.c178 mallocfail = ERR_peek_last_error(); in test_marks()
185 || !TEST_ulong_eq(mallocfail, ERR_peek_last_error()) in test_marks()
188 || !TEST_ulong_eq(mallocfail, ERR_peek_last_error())) in test_marks()
195 if (!TEST_ulong_ne(mallocfail, ERR_peek_last_error()) in test_marks()
197 || !TEST_ulong_eq(mallocfail, ERR_peek_last_error())) in test_marks()
205 if (!TEST_ulong_ne(mallocfail, ERR_peek_last_error()) in test_marks()
208 || !TEST_ulong_eq(mallocfail, ERR_peek_last_error())) in test_marks()
214 shouldnot = ERR_peek_last_error(); in test_marks()
219 if (!TEST_ulong_ne(shouldnot, ERR_peek_last_error()) in test_marks()
221 || !TEST_ulong_eq(shouldnot, ERR_peek_last_error()) in test_marks()
[all...]
H A Dec_internal_test.c57 || !TEST_true(ERR_GET_LIB(ERR_peek_last_error()) == ERR_LIB_EC) in group_field_tests()
58 || !TEST_true(ERR_GET_REASON(ERR_peek_last_error()) == in group_field_tests()
62 || !TEST_true(ERR_GET_LIB(ERR_peek_last_error()) == ERR_LIB_EC) in group_field_tests()
63 || !TEST_true(ERR_GET_REASON(ERR_peek_last_error()) == in group_field_tests()
H A Dx509aux.c157 if (ERR_GET_REASON(ERR_peek_last_error()) == PEM_R_NO_START_LINE) { in test_certs()
H A Dprovider_test.c97 err = ERR_peek_last_error(); in test_provider()
/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/rust/crates/rust-openssl/openssl-sys/src/handwritten/
H A Derr.rs42 pub fn ERR_peek_last_error() -> c_ulong; in ERR_peek_last_error() functions
/third_party/node/deps/openssl/openssl/crypto/err/
H A Derr_prn.c67 unsigned long err = ERR_peek_last_error(); in ERR_add_error_txt()
/third_party/openssl/crypto/err/
H A Derr_prn.c67 unsigned long err = ERR_peek_last_error(); in ERR_add_error_txt()
/third_party/openssl/providers/implementations/encode_decode/
H A Ddecode_pvk2key.c115 err = ERR_peek_last_error(); 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.c126 err = ERR_peek_last_error(); in pvk2key_decode()
/third_party/node/deps/openssl/openssl/crypto/pkcs12/
H A Dp12_kiss.c83 int err = ERR_peek_last_error(); in PKCS12_parse()
/third_party/openssl/crypto/pkcs12/
H A Dp12_kiss.c83 int err = ERR_peek_last_error(); 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/node/deps/openssl/openssl/crypto/encode_decode/
H A Ddecoder_lib.c66 lasterr = ERR_peek_last_error(); in OSSL_DECODER_from_bio()
99 if (ERR_peek_last_error() == lasterr || ERR_peek_error() == 0) in OSSL_DECODER_from_bio()
/third_party/openssl/crypto/encode_decode/
H A Ddecoder_lib.c66 lasterr = ERR_peek_last_error(); in OSSL_DECODER_from_bio()
99 if (ERR_peek_last_error() == lasterr || ERR_peek_error() == 0) in OSSL_DECODER_from_bio()
/third_party/node/deps/openssl/openssl/crypto/ec/
H A Decp_oct.c107 unsigned long err = ERR_peek_last_error(); in ossl_ec_GFp_simple_set_compressed_coordinates()
H A Dec2_oct.c83 unsigned long err = ERR_peek_last_error(); in ossl_ec_GF2m_simple_set_compressed_coordinates()
/third_party/node/deps/openssl/openssl/crypto/pem/
H A Dpem_info.c84 error = ERR_GET_REASON(ERR_peek_last_error()); in STACK_OF()
/third_party/openssl/crypto/ec/
H A Dec2_oct.c83 unsigned long err = ERR_peek_last_error(); in ossl_ec_GF2m_simple_set_compressed_coordinates()
H A Decp_oct.c107 unsigned long err = ERR_peek_last_error(); in ossl_ec_GFp_simple_set_compressed_coordinates()
/third_party/openssl/crypto/pem/
H A Dpem_info.c84 error = ERR_GET_REASON(ERR_peek_last_error()); in STACK_OF()
/third_party/openssl/ohos_lite/include/openssl/
H A Derr.h231 unsigned long ERR_peek_last_error(void);
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm/include/openssl/
H A Derr.h440 unsigned long ERR_peek_last_error(void);

Completed in 14 milliseconds

12345