Home
last modified time | relevance | path

Searched refs:ERR_get_error (Results 1 – 18 of 18) sorted by relevance

/dragonfly/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 …rbuflen, "Cannot read certificate file %s: %s", certfile, ERR_error_string(ERR_get_error(), NULL)); in ssl_init_once()
96 …rrbuflen, "Cannot read private key file %s: %s", keyfile, ERR_error_string(ERR_get_error(), NULL)); 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()
/dragonfly/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()
/dragonfly/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()
/dragonfly/usr.bin/dc/
H A Dmem.c99 err(1, "big number failure %lx", ERR_get_error()); in bn_check()
106 err(1, "allocation failure %lx", ERR_get_error()); in bn_checkp()
/dragonfly/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()
404 ERR_error_string(ERR_get_error(), NULL)); in aes_decrypt()
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()
2027 ERR_error_string(ERR_get_error(), NULL)); in crypto_ecdh_set_peerkey()
2041 ERR_error_string(ERR_get_error(), NULL)); in crypto_ecdh_set_peerkey()
[all …]
H A Dtls_openssl.c297 while ((err = ERR_get_error())) { in _tls_show_errors()
312 while ((err = ERR_get_error())) { in tls_show_errors()
817 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()
1215 ERR_error_string(ERR_get_error(), NULL)); in tls_engine_init()
1242 unsigned long err = ERR_get_error(); in tls_engine_init()
1313 while ((err = ERR_get_error())) { in tls_get_errors()
2662 while (ERR_get_error()) { in tls_connection_ca_cert()
3507 unsigned long err = ERR_get_error(); in tls_engine_get_cert()
4970 while ((err = ERR_get_error())) { in tls_connection_set_params()
[all …]
H A Dtls_openssl_ocsp.c30 func, txt, ERR_error_string(ERR_get_error(), NULL)); in tls_show_errors()
32 while ((err = ERR_get_error())) { in tls_show_errors()
/dragonfly/crypto/openssh/
H A Dentropy.c71 ERR_get_error()); in rexec_send_rng_seed()
H A Dsshkey.c4568 while (ERR_get_error() != 0) in clear_libcrypto_errors()
/dragonfly/crypto/libressl/apps/openssl/
H A Drsa.c348 ERR_get_error(); /* remove e from error in rsa_main()
H A Dapps.c2284 while ((err = ERR_get_error()) != 0) in pkey_check()
/dragonfly/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 …]
/dragonfly/usr.sbin/keyserv/
H A Dsetkey.c87 ERR_error_string(ERR_get_error(), 0)); in setmodulus()
/dragonfly/libexec/dma/
H A Dnet.c71 while ((nerr = ERR_get_error()) != 0) in ssl_errstr()
/dragonfly/crypto/libressl/include/openssl/
H A Derr.h362 unsigned long ERR_get_error(void);
/dragonfly/contrib/wpa_supplicant/src/utils/
H A Dhttp_curl.c1101 func, txt, ERR_error_string(ERR_get_error(), NULL)); in tls_show_errors()
1103 while ((err = ERR_get_error())) { in tls_show_errors()
/dragonfly/crypto/libressl/crypto/err/
H A Derr.c764 ERR_get_error(void) in ERR_get_error() function
/dragonfly/crypto/libressl/
H A DREADME.DELETED320 man/ERR_get_error.3