/freebsd/contrib/libpcap/ |
H A D | sslutils.c | 76 …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/usr.sbin/pkg/ |
H A D | rsa.c | 57 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/tools/tools/crypto/ |
H A D | cryptocheck.c | 571 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/crypto/openssl/test/ |
H A D | params_conversion_test.c | 194 || !TEST_ulong_ne(ERR_get_error(), 0)) { in param_conversion_test() 215 || !TEST_ulong_ne(ERR_get_error(), 0)) { in param_conversion_test() 236 || !TEST_ulong_ne(ERR_get_error(), 0)) { in param_conversion_test() 257 || !TEST_ulong_ne(ERR_get_error(), 0)) { in param_conversion_test() 278 || !TEST_ulong_ne(ERR_get_error(), 0)) { in param_conversion_test()
|
H A D | errtest.c | 121 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() 418 if (!TEST_ulong_eq(ERR_get_error(), 0)) in test_save_restore()
|
/freebsd/contrib/wpa/src/crypto/ |
H A D | crypto_openssl.c | 295 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/crypto/openssl/doc/man3/ |
H A D | BN_mod_inverse.pod | 30 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)>
|
H A D | ASN1_OBJECT_new.pod | 33 code that can be obtained by L<ERR_get_error(3)>. 40 L<ERR_get_error(3)>, L<d2i_ASN1_OBJECT(3)>
|
H A D | ERR_get_error.pod | 5 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
|
H A D | RSA_new.pod | 31 code that can be obtained by L<ERR_get_error(3)>. Otherwise it returns 38 L<ERR_get_error(3)>,
|
H A D | DH_new.pod | 30 code that can be obtained by L<ERR_get_error(3)>. Otherwise it returns 37 L<DH_new(3)>, L<ERR_get_error(3)>,
|
H A D | DSA_dup_DH.pod | 30 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)>
|
H A D | CMS_sign_receipt.pod | 35 an error occurred. The error can be obtained from ERR_get_error(3). 39 L<ERR_get_error(3)>,
|
H A D | CMS_verify_receipt.pod | 37 The error can be obtained from L<ERR_get_error(3)> 41 L<ERR_get_error(3)>,
|
H A D | DSA_generate_key.pod | 33 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)>,
|
H A D | CMS_data_create.pod | 34 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)>
|
H A D | DSA_new.pod | 35 L<ERR_get_error(3)>. Otherwise it returns a pointer 43 L<DSA_new(3)>, L<ERR_get_error(3)>,
|
H A D | BN_add_word.pod | 43 on error. The error codes can be obtained by L<ERR_get_error(3)>. 50 L<ERR_get_error(3)>, L<BN_add(3)>
|
H A D | CMS_digest_create.pod | 38 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)>>
|
H A D | X509_check_private_key.pod | 31 obtained using L<ERR_get_error(3)>. 43 L<ERR_get_error(3)>
|
H A D | BN_new.pod | 43 by L<ERR_get_error(3)>. 49 L<ERR_get_error(3)>, L<OPENSSL_secure_malloc(3)>
|
H A D | CMS_uncompress.pod | 39 be obtained from ERR_get_error(3) 48 L<ERR_get_error(3)>, L<CMS_compress(3)>
|
H A D | DSA_do_sign.pod | 43 L<ERR_get_error(3)>. 47 L<DSA_new(3)>, L<ERR_get_error(3)>, L<RAND_bytes(3)>,
|
H A D | PKCS7_decrypt.pod | 34 The error can be obtained from ERR_get_error(3) 46 L<ERR_get_error(3)>, L<PKCS7_encrypt(3)>
|
/freebsd/contrib/ntp/util/ |
H A D | ntp-keygen.c | 488 ERR_error_string(ERR_get_error(), NULL)); in main() 996 cp, passwd, ERR_error_string(ERR_get_error(), in gen_rsa() 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(), NUL in x509() [all...] |