Home
last modified time | relevance | path

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

1234567

/freebsd-14-stable/contrib/libpcap/
HDsslutils.c76 …snprintf(errbuf, errbuflen, "Cannot get a new SSL context: %s", ERR_error_string(ERR_get_error(), … in ssl_init_once()
87 …rbuflen, "Cannot read certificate file %s: %s", certfile, ERR_error_string(ERR_get_error(), NULL)); in ssl_init_once()
94 …rrbuflen, "Cannot read private key file %s: %s", keyfile, ERR_error_string(ERR_get_error(), NULL)); in ssl_init_once()
146 ERR_error_string(ERR_get_error(), NULL)); in ssl_promotion()
152 ERR_error_string(ERR_get_error(), NULL)); in ssl_promotion()
203 ERR_error_string(ERR_get_error(), NULL)); in ssl_send()
227 ERR_error_string(ERR_get_error(), NULL)); in ssl_recv()
/freebsd-14-stable/usr.sbin/pkg/
HDrsa.c57 warnx("ici: %s", ERR_error_string(ERR_get_error(), errbuf)); in load_public_key_file()
74 warnx("%s", ERR_error_string(ERR_get_error(), errbuf)); in load_public_key_buf()
110 warnx("%s", ERR_error_string(ERR_get_error(), errbuf)); in rsa_verify_data()
115 warnx("%s", ERR_error_string(ERR_get_error(), errbuf)); in rsa_verify_data()
119 warnx("%s", ERR_error_string(ERR_get_error(), errbuf)); in rsa_verify_data()
124 warnx("%s", ERR_error_string(ERR_get_error(), errbuf)); in rsa_verify_data()
/freebsd-14-stable/tools/tools/crypto/
HDcryptocheck.c571 ERR_error_string(ERR_get_error(), NULL)); in openssl_hash()
678 size, ERR_error_string(ERR_get_error(), NULL)); in run_hmac_test()
717 size, ERR_error_string(ERR_get_error(), NULL)); in openssl_cipher()
723 size, ERR_error_string(ERR_get_error(), NULL)); in openssl_cipher()
730 size, ERR_error_string(ERR_get_error(), NULL)); in openssl_cipher()
736 size, ERR_error_string(ERR_get_error(), NULL)); in openssl_cipher()
1011 aad_len, size, ERR_error_string(ERR_get_error(), NULL)); in run_eta_test()
1112 size, ERR_error_string(ERR_get_error(), NULL)); in openssl_gmac()
1118 size, ERR_error_string(ERR_get_error(), NULL)); in openssl_gmac()
1125 alg->name, size, ERR_error_string(ERR_get_error(), NULL)); in openssl_gmac()
[all …]
/freebsd-14-stable/usr.bin/dc/
HDmem.c131 err(1, "big number failure %lx", ERR_get_error()); in bn_check()
139 err(1, "allocation failure %lx", ERR_get_error()); in bn_checkp()
/freebsd-14-stable/crypto/openssl/doc/man3/
HDBN_mod_inverse.pod30 NULL on error. The error codes can be obtained by L<ERR_get_error(3)>.
34 L<ERR_get_error(3)>, L<BN_add(3)>
HDASN1_OBJECT_new.pod33 code that can be obtained by L<ERR_get_error(3)>.
40 L<ERR_get_error(3)>, L<d2i_ASN1_OBJECT(3)>
HDDSA_dup_DH.pod30 error codes can be obtained by L<ERR_get_error(3)>.
38 L<DH_new(3)>, L<DSA_new(3)>, L<ERR_get_error(3)>
HDDH_new.pod30 code that can be obtained by L<ERR_get_error(3)>. Otherwise it returns
37 L<DH_new(3)>, L<ERR_get_error(3)>,
HDRSA_new.pod31 code that can be obtained by L<ERR_get_error(3)>. Otherwise it returns
38 L<ERR_get_error(3)>,
HDERR_get_error.pod5 ERR_get_error, ERR_peek_error, ERR_peek_last_error,
17 unsigned long ERR_get_error(void);
54 ERR_get_error() returns the earliest error code from the thread's error
68 ERR_get_error_all() is the same as ERR_get_error(), but on success it
HDDSA_new.pod35 L<ERR_get_error(3)>. Otherwise it returns a pointer
43 L<DSA_new(3)>, L<ERR_get_error(3)>,
HDCMS_data_create.pod34 return NULL and set an error code that can be obtained by L<ERR_get_error(3)>.
39 L<ERR_get_error(3)>, L<CMS_final(3)>
HDCMS_sign_receipt.pod35 an error occurred. The error can be obtained from ERR_get_error(3).
39 L<ERR_get_error(3)>,
HDCMS_verify_receipt.pod37 The error can be obtained from L<ERR_get_error(3)>
41 L<ERR_get_error(3)>,
HDDSA_generate_key.pod33 The error codes can be obtained by L<ERR_get_error(3)>.
37 L<DSA_new(3)>, L<ERR_get_error(3)>, L<RAND_bytes(3)>,
HDX509_check_private_key.pod31 obtained using L<ERR_get_error(3)>.
43 L<ERR_get_error(3)>
HDCMS_digest_create.pod38 return NULL and set an error code that can be obtained by L<ERR_get_error(3)>.
43 L<ERR_get_error(3)>, L<CMS_final(3)>>
HDBN_add_word.pod43 on error. The error codes can be obtained by L<ERR_get_error(3)>.
50 L<ERR_get_error(3)>, L<BN_add(3)>
HDBN_new.pod43 by L<ERR_get_error(3)>.
49 L<ERR_get_error(3)>, L<OPENSSL_secure_malloc(3)>
HDPKCS7_decrypt.pod34 The error can be obtained from ERR_get_error(3)
46 L<ERR_get_error(3)>, L<PKCS7_encrypt(3)>
HDDSA_SIG_new.pod38 L<ERR_get_error(3)>. Otherwise it returns a pointer
48 L<ERR_get_error(3)>
/freebsd-14-stable/crypto/openssl/test/
HDerrtest.c121 ERR_get_error(); in preserves_system_error()
125 ERR_get_error(); in preserves_system_error()
246 || !TEST_ulong_eq(mallocfail, ERR_get_error()) in test_marks()
HDcipherlist_test.c225 if (!TEST_int_eq(ERR_GET_REASON(ERR_get_error()), SSL_R_NO_CIPHER_MATCH)) in test_default_cipherlist_clear()
236 if (!TEST_int_eq(ERR_GET_REASON(ERR_get_error()), in test_default_cipherlist_clear()
/freebsd-14-stable/contrib/wpa/src/crypto/
HDcrypto_openssl.c295 ERR_error_string(ERR_get_error(), NULL)); in openssl_digest_vector()
303 ERR_error_string(ERR_get_error(), NULL)); in openssl_digest_vector()
310 ERR_error_string(ERR_get_error(), NULL)); in openssl_digest_vector()
494 ERR_error_string(ERR_get_error(), NULL)); in aes_encrypt()
508 "%s", ERR_error_string(ERR_get_error(), NULL)); in aes_encrypt_deinit()
551 ERR_error_string(ERR_get_error(), NULL)); in aes_decrypt()
565 "%s", ERR_error_string(ERR_get_error(), NULL)); in aes_decrypt_deinit()
1054 ERR_error_string(ERR_get_error(), NULL)); in dh5_init()
1181 ERR_error_string(ERR_get_error(), NULL)); in dh5_init_fixed()
1253 ERR_error_string(ERR_get_error(), NULL)); in dh5_derive_shared()
[all …]
/freebsd-14-stable/contrib/ntp/util/
HDntp-keygen.c488 ERR_error_string(ERR_get_error(), NULL)); in main()
996 cp, passwd, ERR_error_string(ERR_get_error(), in readkey()
1022 ERR_error_string(ERR_get_error(), NULL)); in gen_rsa()
1034 ERR_error_string(ERR_get_error(), NULL)); in gen_rsa()
1079 ERR_error_string(ERR_get_error(), NULL)); in gen_dsa()
1089 ERR_error_string(ERR_get_error(), NULL)); in gen_dsa()
1183 ERR_error_string(ERR_get_error(), NULL)); in gen_iffkey()
1363 ERR_error_string(ERR_get_error(), NULL)); in gen_gqkey()
2014 ERR_error_string(ERR_get_error(), NULL)); in x509()
2034 ERR_error_string(ERR_get_error(), NULL)); in x509()
[all …]

1234567