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

/openbsd-current/lib/libcrypto/hidden/openssl/
H A Derr.h36 LCRYPTO_USED(ERR_peek_last_error); variable
/openbsd-current/lib/libcrypto/x509/
H A Dby_file.c130 if ((ERR_GET_REASON(ERR_peek_last_error()) ==
187 if ((ERR_GET_REASON(ERR_peek_last_error()) ==
/openbsd-current/usr.sbin/lpd/
H A Diobuf.c423 if (ERR_peek_last_error())
451 if (ERR_peek_last_error())
H A Dio.c933 e = ERR_peek_last_error();
/openbsd-current/usr.sbin/smtpd/
H A Dca.c163 else if (ERR_peek_last_error())
164 *errstr = ERR_error_string(ERR_peek_last_error(), NULL);
/openbsd-current/lib/libcrypto/ec/
H A Decp_oct.c149 unsigned long err = ERR_peek_last_error();
/openbsd-current/lib/libcrypto/pem/
H A Dpem_info.c127 if (ERR_GET_REASON(ERR_peek_last_error()) ==
/openbsd-current/lib/libcrypto/conf/
H A Dconf_mod.c172 (ERR_GET_REASON(ERR_peek_last_error()) ==
H A Dconf_def.c201 if (ERR_GET_REASON(ERR_peek_last_error()) == BIO_R_NO_SUCH_FILE)
/openbsd-current/usr.bin/openssl/
H A Dopenssl.c414 if (ERR_GET_REASON(ERR_peek_last_error()) ==
/openbsd-current/lib/libcrypto/err/
H A Derr.c805 ERR_peek_last_error(void) function
809 LCRYPTO_ALIAS(ERR_peek_last_error); variable
H A Derr.h360 unsigned long ERR_peek_last_error(void);
/openbsd-current/lib/libssl/
H A Dssl_rsa.c708 err = ERR_peek_last_error();
/openbsd-current/usr.sbin/unbound/util/
H A Dnet_help.c1332 unsigned long error = ERR_peek_last_error();
/openbsd-current/sbin/unwind/libunbound/util/
H A Dnet_help.c1332 unsigned long error = ERR_peek_last_error();
/openbsd-current/usr.bin/ssh/
H A Dsshkey.c3365 return translate_libcrypto_error(ERR_peek_last_error());

Completed in 314 milliseconds