Home
last modified time | relevance | path

Searched refs:error (Results 101 – 125 of 724) sorted by relevance

12345678910>>...29

/openssl/doc/man3/
H A DOPENSSL_gmtime.pod29 It is an error to call OPENSSL_gmtime() with I<result> equal to NULL. The
44 OPENSSL_gmtime() returns NULL on error, or I<result> on success.
46 OPENSSL_gmtime_adj() and OPENSSL_gmtime_diff() return 0 on error, and 1 on success.
H A DEVP_EncodeInit.pod70 repeatedly to process large amounts of input data. In the event of an error
120 (error) return.
124 EVP_DecodeUpdate() returns -1 to indicate an error.
139 is returned in that case to indicate an error.
153 EVP_DecodeBlock() will return the length of the data decoded or -1 on error.
158 object or NULL on error.
163 EVP_EncodeUpdate() returns 0 on error or 1 on success.
168 EVP_DecodeUpdate() returns -1 on error and 0 or 1 on success. If 0 is returned
171 EVP_DecodeFinal() returns -1 on error or 1 on success.
173 EVP_DecodeBlock() returns the length of the data decoded or -1 on error.
H A DOSSL_STORE_LOADER.pod207 This function is expected to return 1 on success, 0 on error.
216 This function is expected to return 1 on success, 0 on error.
228 function is expected to return 1 on success, 0 on error.
237 If no more data is available or an error occurs, this function is
240 it was in fact the end of data or if an error occurred.
253 return 1 to indicate that an error occurred in a previous call to the
262 It returns 1 on success and 0 on error.
313 or NULL on error.
315 OSSL_STORE_LOADER_up_ref() returns 1 on success, or 0 on error.
323 NULL on error.
[all …]
H A DOCSP_resp_find_status.pod123 the signature of I<bs> and fails on error. Then the function already returns
148 or -1 on error.
151 NULL on error, such as I<idx> being out of range.
154 or -1 on error, such as when I<id> was not found.
156 OCSP_single_get0_status() returns the status of I<single> or -1 if an error
170 or 0 if not found or on error.
177 Otherwise it returns 0 to indicate an error.
180 or -1 on a fatal error such as malloc failure.
H A DBN_copy.pod52 BN_copy() returns B<to> on success, NULL on error. BN_dup() returns
53 the new B<BIGNUM>, and NULL on error. The error codes can be obtained
H A DBN_mod_mul_reciprocal.pod51 on error.
55 For the other functions, 1 is returned for success, 0 on error.
56 The error codes can be obtained by L<ERR_get_error(3)>.
H A DX509_check_purpose.pod19 otherwise the function returns an error.
43 =item -1 an error condition has occurred
55 =item -1 an error condition has occurred
H A DCMS_EncryptedData_decrypt.pod32 from the content. If the content is not of type C<text/plain> then an error is
46 CMS_EncryptedData_decrypt() returns 0 if an error occurred otherwise returns 1.
48 CMS_EnvelopedData_decrypt() returns NULL if an error occurred,
H A DEVP_KEYMGMT.pod113 error.
115 EVP_KEYMGMT_up_ref() returns 1 on success, or 0 on error.
123 on error.
128 EVP_KEYMGMT_get0_name() returns the algorithm name, or NULL on error.
135 return a constant L<OSSL_PARAM(3)> array or NULL on error.
H A DSSL_CTX_set_info_callback.pod49 an alert appears, or an error occurs.
53 the callback function was called. If B<ret> is 0, an error condition occurred.
71 on error or when IO might otherwise block and nonblocking is being used.
124 about alerts being handled and error messages to the B<bio_err> BIO.
150 BIO_printf(bio_err, "%s:error in %s\n",
H A DDEFINE_STACK_OF.pod120 I<sk> structure is freed. On error I<sk> is unchanged.
154 zero if an error (such as memory allocation failure) occurred.
206 The function freefunc() is only called if an error occurs.
234 an invalid index. An error is not raised in these conditions.
256 return an empty stack or NULL if an error occurs.
259 memory or B<0> on error.
269 on error.
272 the total number of elements in the stack and 0 if an error occurred.
275 error.
278 element or B<-1> on error.
[all …]
H A DUI_new.pod134 the same time as the prompt for extra information or to show an error string.
185 (Interrupt, Cancel, ...), -1 on error and 0 on success.
189 print the OpenSSL error stack as part of processing the UI, and
216 UI_new() and UI_new_method() return a valid B<UI> structure or NULL if an error
225 UI_construct_prompt() returns a string or NULL if an error occurred.
227 UI_dup_user_data() returns 0 on success or -1 on error.
229 UI_get0_result() returns a string or NULL on error.
232 returns -1 on error.
234 UI_process() returns 0 on success or a negative value on error.
236 UI_ctrl() returns a mask on success or -1 on error.
H A DX509v3_get_ext_by_NID.pod121 is not an error since extension STACK I<x> indices start from zero.
136 B<X509_EXTENSION> structure or NULL if an error occurs.
139 the extension index or -1 if an error occurs.
142 error occurs.
145 return a STACK of extensions or NULL on error.
147 X509_add_ext() returns 1 on success and 0 on error.
H A DSSL_alert_type_string.pod38 A warning alert is sent, when a non-fatal error condition occurs. The
42 (The sending party may however decide to send a fatal error.) The
97 parameters given the options available. This is a fatal error.
156 =item "DE"/"decode error"
162 =item "CY"/"decrypt error"
189 =item "IE"/"internal error"
191 An internal error unrelated to the peer or the correctness of the
H A DBIO_socket_wait.pod36 i.e., connection succeeded, timeout has been reached, or an error occurred.
41 to wait until the connection is established or a definite error occurred.
49 return -1 on error, 0 on timeout, and 1 on success.
H A DBN_mod_mul_montgomery.pod60 on error.
64 For the other functions, 1 is returned for success, 0 on error.
65 The error codes can be obtained by L<ERR_get_error(3)>.
/openssl/test/helpers/
H A Dssltestlib.c1099 goto error; in create_ssl_objects2()
1103 goto error; in create_ssl_objects2()
1107 goto error; in create_ssl_objects2()
1111 goto error; in create_ssl_objects2()
1122 goto error; in create_ssl_objects2()
1130 goto error; in create_ssl_objects2()
1136 error: in create_ssl_objects2()
1165 goto error; in create_ssl_objects()
1169 goto error; in create_ssl_objects()
1183 goto error; in create_ssl_objects()
[all …]
/openssl/test/
H A Dfilterprov.c35 int error; member
104 globs->error = 1; in filter_unquery()
237 return TEST_ulong_eq(globs->query_count, 0) && !globs->error; in filter_provider_check_clean_finish()
H A Ddrbgtest.c594 goto error; in test_rand_reseed()
603 goto error; in test_rand_reseed()
614 goto error; in test_rand_reseed()
626 goto error; in test_rand_reseed()
638 goto error; in test_rand_reseed()
658 goto error; in test_rand_reseed()
662 error: in test_rand_reseed()
/openssl/doc/internal/man3/
H A Dossl_cmp_hdr_init.pod57 ossl_cmp_hdr_get_pvno() returns the pvno of the given B<hdr> or -1 on error.
60 in B<hdr> or NID_undef on error.
122 ossl_cmp_hdr_get_pvno() returns the pvno of the given B<hdr> or -1 on error.
124 ossl_cmp_hdr_get_protection_nid returns the respective NID, NID_undef on error.
130 All other functions return 1 on success, 0 on error.
H A DDEFINE_PRIORITY_QUEUE_OF.pod55 comparison function I<compare>. It is an error for I<compare> to be NULL.
70 is zero, no additional space is reserved. On error I<pq> is unchanged.
96 an error occurs.
102 of the required memory or B<0> on error.
104 B<ossl_pqueue_I<TYPE>_push>() returns B<1> on success or B<0> on error.
H A Dossl_cmp_X509_STORE_add1_certs.pod27 ossl_cmp_X509_STORE_add1_certs() returns 1 on success, 0 on error.
29 ossl_cmp_X509_STORE_get1_certs() returns a list of certificates, NULL on error.
/openssl/doc/man7/
H A DEVP_KDF-SS.pod80 The default value of 1 causes an error during EVP_KDF_CTX_set_params() if the
83 Setting this to zero will ignore the error and set the approved
122 error("EVP_KDF_derive");
151 error("EVP_KDF_derive");
179 error("EVP_KDF_derive");
H A DRAND.pod29 Having said that, there is one important rule to obey: Always check the error
34 In this case the CSPRNG enters an error state and ceases to provide output,
35 until it is able to recover from the error by reseeding itself.
36 For more details on reseeding and error recovery, see L<EVP_RAND(7)>.
/openssl/crypto/ui/
H A Dui_openssl.c294 goto error; in read_string_inner()
341 goto error; in read_string_inner()
343 goto error; in read_string_inner()
345 goto error; in read_string_inner()
350 goto error; in read_string_inner()
354 error: in read_string_inner()

Completed in 61 milliseconds

12345678910>>...29