Home
last modified time | relevance | path

Searched refs:ERR_error_string (Results 1 – 17 of 17) sorted by relevance

/dflybsd-src/contrib/libpcap/
H A Dsslutils.c78 …snprintf(errbuf, errbuflen, "Cannot get a new SSL context: %s", ERR_error_string(ERR_get_error(), … in ssl_init_once()
89 …snprintf(errbuf, errbuflen, "Cannot read certificate file %s: %s", certfile, ERR_error_string(ERR_… in ssl_init_once()
96 …snprintf(errbuf, errbuflen, "Cannot read private key file %s: %s", keyfile, ERR_error_string(ERR_g… in ssl_init_once()
148 ERR_error_string(ERR_get_error(), NULL)); in ssl_promotion()
154 ERR_error_string(ERR_get_error(), NULL)); in ssl_promotion()
205 ERR_error_string(ERR_get_error(), NULL)); in ssl_send()
229 ERR_error_string(ERR_get_error(), NULL)); in ssl_recv()
/dflybsd-src/usr.bin/newkey/
H A Dgeneric.c76 ERR_error_string(ERR_get_error(), 0)); in itobn()
110 ERR_error_string(ERR_get_error(), 0)); in genkeys()
114 ERR_error_string(ERR_get_error(), 0)); in genkeys()
130 ERR_error_string(ERR_get_error(), 0)); in genkeys()
136 ERR_error_string(ERR_get_error(), 0)); in genkeys()
/dflybsd-src/lib/libtelnet/
H A Dpk.c177 ERR_error_string(ERR_get_error(), 0)); in itobn()
211 ERR_error_string(ERR_get_error(), 0)); in genkeys()
215 ERR_error_string(ERR_get_error(), 0)); in genkeys()
231 ERR_error_string(ERR_get_error(), 0)); in genkeys()
237 ERR_error_string(ERR_get_error(), 0)); in genkeys()
/dflybsd-src/contrib/wpa_supplicant/src/crypto/
H A Dcrypto_openssl.c162 ERR_error_string(ERR_get_error(), NULL)); in openssl_digest_vector()
170 ERR_error_string(ERR_get_error(), NULL)); in openssl_digest_vector()
177 ERR_error_string(ERR_get_error(), NULL)); in openssl_digest_vector()
347 ERR_error_string(ERR_get_error(), NULL)); in aes_encrypt()
361 "%s", ERR_error_string(ERR_get_error(), NULL)); in aes_encrypt_deinit()
404 ERR_error_string(ERR_get_error(), NULL)); in aes_decrypt()
418 "%s", ERR_error_string(ERR_get_error(), NULL)); in aes_decrypt_deinit()
1911 ERR_error_string(ERR_get_error(), NULL)); in crypto_ecdh_init()
1917 ERR_error_string(ERR_get_error(), NULL)); in crypto_ecdh_init()
1965 ERR_error_string(ERR_get_error(), NULL)); in crypto_ecdh_get_pubkey()
[all …]
H A Dtls_openssl.c310 func, txt, ERR_error_string(ERR_get_error(), NULL)); in tls_show_errors()
314 ERR_error_string(err, NULL)); in tls_show_errors()
817 ERR_error_string(ERR_get_error(), NULL)); in tls_engine_load_dynamic_generic()
827 ERR_error_string(ERR_get_error(), NULL)); in tls_engine_load_dynamic_generic()
843 id, ERR_error_string(ERR_get_error(), NULL)); in tls_engine_load_dynamic_generic()
852 ERR_error_string(ERR_get_error(), NULL)); in tls_engine_load_dynamic_generic()
1190 ERR_error_string(ERR_get_error(), NULL)); in tls_engine_init()
1209 engine_id, ERR_error_string(ERR_get_error(), NULL)); in tls_engine_init()
1215 ERR_error_string(ERR_get_error(), NULL)); in tls_engine_init()
1223 ERR_error_string(ERR_get_error(), NULL)); in tls_engine_init()
[all …]
H A Dtls_openssl_ocsp.c30 func, txt, ERR_error_string(ERR_get_error(), NULL)); in tls_show_errors()
34 ERR_error_string(err, NULL)); in tls_show_errors()
/dflybsd-src/crypto/libressl/tls/
H A Dtls_keypair.c158 errstr = ERR_error_string(ssl_err, NULL); in tls_keypair_load_cert()
H A Dtls.c743 errstr = ERR_error_string(err, NULL); in tls_ssl_error()
758 errstr = ERR_error_string(err, NULL); in tls_ssl_error()
H A Dtls_signer.c101 errstr = ERR_error_string(ssl_err, NULL); in tls_signer_add_keypair_mem()
/dflybsd-src/contrib/wpa_supplicant/src/common/
H A Ddpp.c542 ERR_error_string(ERR_get_error(), NULL)); in dpp_set_pubkey_point_group()
559 ERR_error_string(ERR_get_error(), NULL)); in dpp_set_pubkey_point_group()
625 ERR_error_string(ERR_get_error(), NULL)); in dpp_ecdh()
631 ERR_error_string(ERR_get_error(), NULL)); in dpp_ecdh()
638 ERR_error_string(ERR_get_error(), NULL)); in dpp_ecdh()
644 ERR_error_string(ERR_get_error(), NULL)); in dpp_ecdh()
667 ERR_error_string(ERR_get_error(), NULL)); in dpp_ecdh()
685 ERR_error_string(ERR_get_error(), NULL)); in dpp_ecdh()
1315 ERR_error_string(ERR_get_error(), NULL)); in dpp_set_keypair()
2739 ERR_error_string(ERR_get_error(), NULL)); in dpp_auth_derive_l_responder()
[all …]
/dflybsd-src/usr.sbin/keyserv/
H A Dsetkey.c87 ERR_error_string(ERR_get_error(), 0)); in setmodulus()
/dflybsd-src/libexec/dma/
H A Dnet.c74 return (ERR_error_string(oerr, NULL)); in ssl_errstr()
/dflybsd-src/crypto/libressl/include/openssl/
H A Derr.h375 char *ERR_error_string(unsigned long e, char *buf);
/dflybsd-src/contrib/wpa_supplicant/src/utils/
H A Dhttp_curl.c1101 func, txt, ERR_error_string(ERR_get_error(), NULL)); in tls_show_errors()
1105 ERR_error_string(err, NULL)); in tls_show_errors()
/dflybsd-src/crypto/libressl/crypto/err/
H A Derr.c946 ERR_error_string(unsigned long e, char *ret) in ERR_error_string() function
/dflybsd-src/crypto/libressl/
H A DREADME.DELETED319 man/ERR_error_string.3
/dflybsd-src/crypto/openssh/
H A Dssh-pkcs11.c90 error_f("libcrypto error: %s", ERR_error_string(e, NULL)); in ossl_error()