Home
last modified time | relevance | path

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

123456

/openssl/test/
H A Dparams_conversion_test.c194 || !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 Derrtest.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()
H A Dcipherlist_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()
/openssl/doc/man3/
H A DBN_mod_inverse.pod26 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 DASN1_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)>
H A DDSA_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)>
H A DRSA_new.pod31 code that can be obtained by L<ERR_get_error(3)>. Otherwise it returns
38 L<ERR_get_error(3)>,
H A DDH_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)>,
H A DCMS_sign_receipt.pod35 an error occurred. The error can be obtained from ERR_get_error(3).
39 L<ERR_get_error(3)>,
H A DCMS_verify_receipt.pod37 The error can be obtained from L<ERR_get_error(3)>
41 L<ERR_get_error(3)>,
H A DCMS_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)>
H A DDSA_new.pod35 L<ERR_get_error(3)>. Otherwise it returns a pointer
43 L<DSA_new(3)>, L<ERR_get_error(3)>,
H A DDSA_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)>,
H A DBN_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)>
H A DCMS_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)>>
H A DX509_check_private_key.pod31 obtained using L<ERR_get_error(3)>.
43 L<ERR_get_error(3)>
H A DERR_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
H A DBN_new.pod43 by L<ERR_get_error(3)>.
49 L<ERR_get_error(3)>, L<OPENSSL_secure_malloc(3)>
H A DDSA_SIG_new.pod37 L<ERR_get_error(3)>. Otherwise it returns a pointer
47 L<ERR_get_error(3)>
H A DERR_GET_LIB.pod20 The error code returned by ERR_get_error() consists of a library
47 L<ERR_get_error(3)>
H A DCMS_uncompress.pod39 be obtained from ERR_get_error(3)
48 L<ERR_get_error(3)>, L<CMS_compress(3)>
H A DPKCS7_decrypt.pod34 The error can be obtained from ERR_get_error(3)
46 L<ERR_get_error(3)>, L<PKCS7_encrypt(3)>
H A DDSA_do_sign.pod43 L<ERR_get_error(3)>.
47 L<DSA_new(3)>, L<ERR_get_error(3)>, L<RAND_bytes(3)>,
H A DCMS_EncryptedData_encrypt.pod49 obtained by L<ERR_get_error(3)>. Otherwise they return a pointer to the newly
54 L<ERR_get_error(3)>, L<CMS_final(3)>, L<CMS_EncryptedData_decrypt(3)>
H A DBN_copy.pod54 by L<ERR_get_error(3)>.
58 L<ERR_get_error(3)>

Completed in 40 milliseconds

123456