/netbsd-src/crypto/external/cpl/tpm-tools/dist/src/data_mgmt/ |
H A D | data_import.c | 345 unsigned long ulError = ERR_get_error( ); in readX509Cert() 368 ERR_error_string( ERR_get_error( ), NULL ) ); in readX509Cert() 479 ERR_error_string( ERR_get_error( ), NULL ) ); in createX509CertObject() 485 ERR_error_string( ERR_get_error( ), NULL ) ); in createX509CertObject() 493 ERR_error_string( ERR_get_error( ), NULL ) ); in createX509CertObject() 499 ERR_error_string( ERR_get_error( ), NULL ) ); in createX509CertObject() 507 ERR_error_string( ERR_get_error( ), NULL ) ); in createX509CertObject() 585 unsigned long ulError = ERR_get_error( ); in readRsaKey() 971 ERR_error_string( ERR_get_error( ), NULL ) ); in getSubjectId() 979 ERR_error_string( ERR_get_error( ), NULL ) ); in getSubjectId() [all …]
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/ |
H A D | errtest.c | 26 ERR_get_error(); in preserves_system_error() 30 ERR_get_error(); in preserves_system_error()
|
/netbsd-src/usr.bin/dc/ |
H A D | mem.c | 97 err(1, "big number failure %lx", ERR_get_error()); in bn_check() 104 err(1, "allocation failure %lx", ERR_get_error()); in bn_checkp()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/ |
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 | 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 | 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 | 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_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 | 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 | 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_verify_receipt.pod | 37 The error can be obtained from L<ERR_get_error(3)> 41 L<ERR_get_error(3)>,
|
/netbsd-src/crypto/external/bsd/openssl/dist/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()
|
/netbsd-src/crypto/external/bsd/openssl/dist/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 | 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 | 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 | 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 | 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 | 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_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_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_verify_receipt.pod | 37 The error can be obtained from L<ERR_get_error(3)> 41 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)>,
|
/netbsd-src/usr.sbin/syslogd/ |
H A D | tls.c | 177 ERR_error_string(ERR_get_error(), NULL)); in init_global_TLS_CTX() 225 ERR_error_string(ERR_get_error(), NULL)); in init_global_TLS_CTX() 236 ERR_error_string(ERR_get_error(), NULL)); in init_global_TLS_CTX() 244 ERR_error_string(ERR_get_error(), NULL)); in init_global_TLS_CTX() 254 ERR_get_error(), NULL)); in init_global_TLS_CTX() 259 ERR_get_error(), NULL)); in init_global_TLS_CTX() 283 ERR_error_string(ERR_get_error(), NULL)); in init_global_TLS_CTX() 286 while ((err = ERR_get_error()) != 0) in init_global_TLS_CTX() 1025 ERR_error_string_n(ERR_get_error(), buf, sizeof(buf)); in tls_connect() 1033 ERR_error_string_n(ERR_get_error(), buf, sizeof(buf)); in tls_connect() [all …]
|