| /freebsd-13.1/tools/tools/crypto/ |
| H A D | cryptocheck.c | 551 ERR_error_string(ERR_get_error(), NULL)); in openssl_hash() 1260 ERR_error_string(ERR_get_error(), NULL)); in openssl_aead_encrypt() 1338 ERR_error_string(ERR_get_error(), NULL)); in openssl_ccm_encrypt() 1342 ERR_error_string(ERR_get_error(), NULL)); in openssl_ccm_encrypt() 1347 ERR_error_string(ERR_get_error(), NULL)); in openssl_ccm_encrypt() 1352 ERR_error_string(ERR_get_error(), NULL)); in openssl_ccm_encrypt() 1357 ERR_error_string(ERR_get_error(), NULL)); in openssl_ccm_encrypt() 1362 ERR_error_string(ERR_get_error(), NULL)); in openssl_ccm_encrypt() 1376 ERR_error_string(ERR_get_error(), NULL)); in openssl_ccm_encrypt() 1381 ERR_error_string(ERR_get_error(), NULL)); in openssl_ccm_encrypt() [all …]
|
| /freebsd-13.1/tests/sys/kern/ |
| H A D | ktls_test.c | 184 ERR_error_string(ERR_get_error(), NULL)); in cbc_decrypt() 190 ERR_error_string(ERR_get_error(), NULL)); in cbc_decrypt() 198 ERR_error_string(ERR_get_error(), NULL)); in cbc_decrypt() 205 ERR_error_string(ERR_get_error(), NULL)); in cbc_decrypt() 230 ERR_error_string(ERR_get_error(), NULL)); in verify_hash() 235 ERR_error_string(ERR_get_error(), NULL)); in verify_hash() 241 ERR_error_string(ERR_get_error(), NULL)); in verify_hash() 247 ERR_error_string(ERR_get_error(), NULL)); in verify_hash() 253 ERR_error_string(ERR_get_error(), NULL)); in verify_hash() 276 ERR_error_string(ERR_get_error(), NULL)); in aead_encrypt() [all …]
|
| /freebsd-13.1/crypto/openssl/doc/man3/ |
| H A D | DSA_dup_DH.pod | 22 error codes can be obtained by L<ERR_get_error(3)>. 30 L<DH_new(3)>, L<DSA_new(3)>, L<ERR_get_error(3)>
|
| H A D | ERR_get_error.pod | 5 ERR_get_error, ERR_peek_error, ERR_peek_last_error, 14 unsigned long ERR_get_error(void); 31 ERR_get_error() returns the earliest error code from the thread's error
|
| H A D | DH_new.pod | 26 code that can be obtained by L<ERR_get_error(3)>. Otherwise it returns 33 L<DH_new(3)>, L<ERR_get_error(3)>,
|
| H A D | DSA_generate_key.pod | 25 The error codes can be obtained by L<ERR_get_error(3)>. 29 L<DSA_new(3)>, L<ERR_get_error(3)>, L<RAND_bytes(3)>,
|
| H A D | BN_mod_inverse.pod | 26 NULL on error. The error codes can be obtained by L<ERR_get_error(3)>. 30 L<ERR_get_error(3)>, L<BN_add(3)>
|
| H A D | DSA_new.pod | 28 L<ERR_get_error(3)>. Otherwise it returns a pointer 35 L<DSA_new(3)>, L<ERR_get_error(3)>,
|
| H A D | RSA_new.pod | 27 code that can be obtained by L<ERR_get_error(3)>. Otherwise it returns 34 L<ERR_get_error(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 | DSA_do_sign.pod | 35 L<ERR_get_error(3)>. 39 L<DSA_new(3)>, L<ERR_get_error(3)>, L<RAND_bytes(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 | 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 | X509_check_private_key.pod | 31 obtained using L<ERR_get_error(3)>. 43 L<ERR_get_error(3)>
|
| H A D | ERR_GET_LIB.pod | 22 The error code returned by ERR_get_error() consists of a library 50 L<ERR_get_error(3)>
|
| H A D | DSA_SIG_new.pod | 37 L<ERR_get_error(3)>. Otherwise it returns a pointer 46 L<DSA_new(3)>, 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 | RSA_sign_ASN1_OCTET_STRING.pod | 45 The error codes can be obtained by L<ERR_get_error(3)>. 53 L<ERR_get_error(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 | PKCS7_decrypt.pod | 34 The error can be obtained from ERR_get_error(3) 46 L<ERR_get_error(3)>, L<PKCS7_encrypt(3)>
|
| H A D | RSA_sign.pod | 44 The error codes can be obtained by L<ERR_get_error(3)>. 52 L<ERR_get_error(3)>,
|
| /freebsd-13.1/usr.bin/dc/ |
| H A D | mem.c | 133 err(1, "big number failure %lx", ERR_get_error()); in bn_check() 141 err(1, "allocation failure %lx", ERR_get_error()); in bn_checkp()
|
| /freebsd-13.1/contrib/wpa/src/crypto/ |
| H A D | crypto_openssl.c | 221 ERR_error_string(ERR_get_error(), NULL)); in openssl_digest_vector() 229 ERR_error_string(ERR_get_error(), NULL)); in openssl_digest_vector() 236 ERR_error_string(ERR_get_error(), NULL)); in openssl_digest_vector() 420 ERR_error_string(ERR_get_error(), NULL)); in aes_encrypt() 477 ERR_error_string(ERR_get_error(), NULL)); in aes_decrypt() 2072 ERR_error_string(ERR_get_error(), NULL)); in crypto_ecdh_init() 2078 ERR_error_string(ERR_get_error(), NULL)); in crypto_ecdh_init() 2152 ERR_error_string(ERR_get_error(), NULL)); in crypto_ecdh_get_pubkey() 2214 ERR_error_string(ERR_get_error(), NULL)); in crypto_ecdh_set_peerkey() 2228 ERR_error_string(ERR_get_error(), NULL)); in crypto_ecdh_set_peerkey() [all …]
|
| /freebsd-13.1/contrib/ntp/util/ |
| H A D | ntp-keygen.c | 484 ERR_error_string(ERR_get_error(), NULL)); in main() 1003 ERR_error_string(ERR_get_error(), NULL)); in gen_rsa() 1015 ERR_error_string(ERR_get_error(), NULL)); in gen_rsa() 1060 ERR_error_string(ERR_get_error(), NULL)); in gen_dsa() 1070 ERR_error_string(ERR_get_error(), NULL)); in gen_dsa() 1164 ERR_error_string(ERR_get_error(), NULL)); in gen_iffkey() 1344 ERR_error_string(ERR_get_error(), NULL)); in gen_gqkey() 1995 ERR_error_string(ERR_get_error(), NULL)); in x509() 2015 ERR_error_string(ERR_get_error(), NULL)); in x509() 2028 ERR_error_string(ERR_get_error(), NULL)); in x509() [all …]
|