Home
last modified time | relevance | path

Searched refs:ERR_peek_error (Results 1 – 21 of 21) sorted by relevance

/openbsd/src/lib/libssl/
Dtls13_legacy.c42 if (ERR_peek_error() == 0 && errno != 0) in tls13_legacy_wire_read()
79 if (ERR_peek_error() == 0 && errno != 0) in tls13_legacy_wire_write()
106 if (ERR_peek_error() == 0 && errno != 0) in tls13_legacy_wire_flush()
155 if (reason == SSL_R_UNKNOWN && ERR_peek_error() != 0) in tls13_legacy_error()
426 if (ERR_peek_error() == 0) in tls13_legacy_accept()
458 if (ERR_peek_error() == 0) in tls13_legacy_connect()
Dssl_lib.c2612 if ((l = ERR_peek_error()) != 0) { in SSL_get_error()
/openbsd/src/regress/lib/libcrypto/rsa/
Drsa_padding_test.c174 err = ERR_peek_error(); in test_pkcs1_type1()
310 err = ERR_peek_error(); in test_pkcs1_type2()
/openbsd/src/usr.bin/openssl/
Drsa.c339 while ((err = ERR_peek_error()) != 0 && in rsa_main()
349 if (r == -1 || ERR_peek_error() != 0) { /* should happen only if in rsa_main()
Ds_client.c1045 long ssl_err = ERR_peek_error(); in s_client_main()
Dreq.c828 if ((ERR_GET_REASON(ERR_peek_error()) == in req_main()
/openbsd/src/regress/lib/libcrypto/asn1/
Dasn1object.c252 err = ERR_peek_error(); in do_asn1_object_test()
396 err = ERR_peek_error(); in asn1_object_txt_test()
Dasn1complex.c177 err = ERR_peek_error(); in do_asn1_constructed_test()
Dasn1api.c340 err = ERR_peek_error(); in asn1_get_object()
/openbsd/src/lib/libtls/
Dtls_keypair.c159 if ((ssl_err = ERR_peek_error()) != 0) in tls_keypair_load_cert()
Dtls.c785 if ((err = ERR_peek_error()) != 0) { in tls_ssl_error()
801 if ((err = ERR_peek_error()) != 0) { in tls_ssl_error()
Dtls_signer.c109 if ((ssl_err = ERR_peek_error()) != 0) in tls_signer_add_keypair_mem()
/openbsd/src/usr.sbin/unbound/testcode/
Dpetal.c224 int e = ERR_peek_error(); in read_http_headers()
248 int e = ERR_peek_error(); in setup_ctx()
/openbsd/src/lib/libcrypto/err/
Derr.c924 ERR_peek_error(void) in ERR_peek_error() function
928 LCRYPTO_ALIAS(ERR_peek_error);
Derr.h356 unsigned long ERR_peek_error(void);
/openbsd/src/lib/libcrypto/asn1/
Dasn1_item.c522 e = ERR_GET_REASON(ERR_peek_error()); in asn1_d2i_read_bio()
/openbsd/src/usr.sbin/nsd/
Dnsd-control.c158 err = ERR_peek_error(); in ssl_path_err()
/openbsd/src/lib/libcrypto/pem/
Dpem_lib.c290 if (ERR_GET_REASON(ERR_peek_error()) == in PEM_bytes_read_bio()
/openbsd/src/usr.sbin/unbound/smallapp/
Dunbound-control.c512 err = ERR_peek_error(); in ssl_path_err()
/openbsd/src/lib/libcrypto/
DSymbols.list1042 ERR_peek_error
/openbsd/src/usr.bin/ssh/
Dsshkey.c3453 if (translate_libcrypto_error(ERR_peek_error()) == in convert_libcrypto_error()