Searched refs:ERR_peek_error (Results 1 - 23 of 23) sorted by relevance

/openbsd-current/lib/libcrypto/hidden/openssl/
H A Derr.h33 LCRYPTO_USED(ERR_peek_error); variable
/openbsd-current/lib/libssl/
H A Dtls13_legacy.c42 if (ERR_peek_error() == 0 && errno != 0)
79 if (ERR_peek_error() == 0 && errno != 0)
106 if (ERR_peek_error() == 0 && errno != 0)
155 if (reason == SSL_R_UNKNOWN && ERR_peek_error() != 0)
426 if (ERR_peek_error() == 0)
458 if (ERR_peek_error() == 0)
H A Dssl_lib.c2587 if ((l = ERR_peek_error()) != 0) {
/openbsd-current/regress/lib/libcrypto/evp/
H A Devp_pkey_check.c133 if (ERR_peek_error() == 0) {
272 if (ERR_peek_error() == 0) {
371 if (ERR_peek_error() == 0) {
/openbsd-current/lib/libtls/
H A Dtls_keypair.c159 if ((ssl_err = ERR_peek_error()) != 0)
H A Dtls_signer.c100 if ((ssl_err = ERR_peek_error()) != 0)
H A Dtls.c785 if ((err = ERR_peek_error()) != 0) {
801 if ((err = ERR_peek_error()) != 0) {
/openbsd-current/usr.bin/openssl/
H A Drsa.c340 while ((err = ERR_peek_error()) != 0 &&
350 if (r == -1 || ERR_peek_error() != 0) { /* should happen only if
H A Ds_client.c1052 long ssl_err = ERR_peek_error();
H A Dreq.c828 if ((ERR_GET_REASON(ERR_peek_error()) ==
/openbsd-current/regress/lib/libcrypto/rsa/
H A Drsa_padding_test.c174 err = ERR_peek_error();
310 err = ERR_peek_error();
/openbsd-current/regress/lib/libcrypto/asn1/
H A Dasn1object.c252 err = ERR_peek_error();
396 err = ERR_peek_error();
H A Dasn1api.c340 err = ERR_peek_error();
H A Dasn1complex.c177 err = ERR_peek_error();
/openbsd-current/usr.sbin/unbound/testcode/
H A Dpetal.c224 int e = ERR_peek_error();
248 int e = ERR_peek_error();
/openbsd-current/lib/libcrypto/asn1/
H A Dasn1_item.c522 e = ERR_GET_REASON(ERR_peek_error());
/openbsd-current/usr.sbin/nsd/
H A Dnsd-control.c158 err = ERR_peek_error();
/openbsd-current/lib/libcrypto/err/
H A Derr.c783 ERR_peek_error(void) function
787 LCRYPTO_ALIAS(ERR_peek_error); variable
H A Derr.h356 unsigned long ERR_peek_error(void);
/openbsd-current/lib/libcrypto/pem/
H A Dpem_lib.c290 if (ERR_GET_REASON(ERR_peek_error()) ==
/openbsd-current/usr.sbin/unbound/smallapp/
H A Dunbound-control.c500 err = ERR_peek_error();
/openbsd-current/regress/lib/libssl/exporter/
H A Dexportertest.c622 err = ERR_peek_error();
/openbsd-current/usr.bin/ssh/
H A Dsshkey.c3362 if (translate_libcrypto_error(ERR_peek_error()) ==

Completed in 341 milliseconds