Home
last modified time | relevance | path

Searched refs:error (Results 1 – 25 of 643) sorted by last modified time

12345678910>>...26

/openssl/apps/
H A Dspeed.c1120 int error = 0, i = 0, ret = 0; in run_benchmark() local
1141 error = 1; in run_benchmark()
1150 error = 1; in run_benchmark()
1174 error = 1; in run_benchmark()
1190 error = 1; in run_benchmark()
1201 error = 1; in run_benchmark()
1218 error = 1; in run_benchmark()
1243 error = 1; in run_benchmark()
1256 error = 1; in run_benchmark()
1262 return error ? -1 : total_op_count; in run_benchmark()
[all …]
/openssl/crypto/err/
H A Derr.c176 l = a->error; in err_string_data_hash()
184 if (a->error == b->error) in err_string_data_cmp()
186 return a->error > b->error ? 1 : -1; in err_string_data_cmp()
253 for (; str->error != 0; str++) in err_patch()
254 str->error |= plib; in err_patch()
264 for (; str->error; str++) in err_load_strings()
320 for (; str->error; str++) in ERR_unload_strings()
598 d.error = ERR_PACK(l, 0, 0); in ERR_lib_error_string()
633 d.error = ERR_PACK(l, 0, r); in ERR_reason_error_string()
636 d.error = ERR_PACK(0, 0, r); in ERR_reason_error_string()
H A Dopenssl.txt12 ASN1_R_AUX_ERROR:100:aux error
22 ASN1_R_DECODE_ERROR:110:decode error
25 ASN1_R_ENCODE_ERROR:112:encode error
70 ASN1_R_LIST_ERROR:188:list error
211 CMP_R_ERROR_CREATING_ERROR:118:error creating error
300 CMS_R_CTRL_ERROR:110:ctrl error
414 CRMF_R_ERROR:103:error
489 DH_R_BN_ERROR:106:bn error
518 DSA_R_BN_ERROR:109:bn error
546 EC_R_ASN1_ERROR:115:asn1 error
[all …]
/openssl/doc/internal/man3/
H A DOSSL_TIME.pod106 B<ossl_time_now> returns the current time, or the time of the Epoch on error.
/openssl/doc/man3/
H A DOSSL_CRMF_MSG_get0_tmpl.pod82 nonnegative integer or -1 on error.
84 All other functions return a pointer with the intended result or NULL on error.
H A DX509_REQ_get_extensions.pod36 or NULL on error.
39 return 1 on success, 0 on error.
H A DX509_check_private_key.pod30 If the key is invalid or an error occurred, the reason code can be
H A DOSSL_CMP_MSG_get0_header.pod109 or NULL if the respective entry does not exist and on error.
111 OSSL_CMP_MSG_get_bodytype() returns the body type or -1 on error.
114 NULL on error.
116 d2i_OSSL_CMP_MSG_bio() returns the parsed message or NULL on error.
119 return the parsed CMP message or NULL on error.
122 the number of bytes successfully encoded or a negative value if an error occurs.
124 OSSL_CMP_MSG_update_transactionID() returns 1 on success, 0 on error.
H A DOSSL_HTTP_transfer.pod72 If I<bio> is given, it is an error to provide I<proxy> or I<no_proxy> arguments,
107 On disconnect I<connect> is 0 and I<detail> is 1 if no error occurred, else 0.
126 if (!detail) { /* an error has occurred */
175 is included in the HTTP header of the response and return an error if not.
197 i.e., an error occurs in case the server does not grant it.
247 It must be 1 if no error occurred during the HTTP transfer and 0 otherwise.
265 return 1 on success, 0 on error.
H A DOSSL_HTTP_REQ_CTX.pod95 is included in the HTTP header of the response and return an error if not.
121 i.e., an error occurs in case the server does not grant it.
176 or both length indications are present but disagree then an error occurs.
188 I/O error when trying to send the next request via I<rctx>.
234 on error.
244 return 1 for success, 0 on error or redirection, -1 if retry is needed.
251 or 0 if not available or an error occurred.
H A DBIO_sendmmsg.pod125 BIO_err_is_non_fatal() determines if a packed error code represents an error
151 error using L<ERR_raise(3)>. Any error may be raised, but the following in
174 as there are multiple possible packed error codes representing a transient
179 OS-level socket errors are reported using an error with library code
180 B<ERR_LIB_SYS>; for a packed error code B<errcode> where
181 C<ERR_SYSTEM_ERROR(errcode) == 1>, the OS-level socket error code can be
182 retrieved using C<ERR_GET_REASON(errcode)>. The packed error code can be
188 Whether an error is transient can be determined by passing the packed error code
190 code directly, as there are many possible error codes which can indicate a
191 transient error, many of which are system specific.
[all …]
H A DBIO_meth_new.pod166 BIO_get_new_index() returns the new BIO type value or -1 if an error occurred.
169 if an error occurred.
171 The B<BIO_meth_set> functions return 1 on success or 0 on error.
/openssl/include/crypto/
H A Dx509.h265 int error; member
/openssl/doc/man1/
H A Dopenssl-cmp.pod.in185 Level of verbosity for logging, error output, etc.
506 i.e., in case the server does not grant them an error occurs.
512 is allowed to take before a timeout error is returned.
599 =item * error messages
938 detects a CMP-level error that it can successfully answer with an error message.
1020 Force server to reply with error message.
1028 In case of negative responses, server shall send unprotected error messages,
1038 Accept unprotected error messages from client.
1062 When the CMP server reports an error the client will by default
1205 usually many parameters need to be set, which is tedious and error-prone to do
H A Dopenssl.pod537 It is generally an error to use the same seed file more than once and
/openssl/crypto/x509/
H A Dx509_err.c92 if (ERR_reason_error_string(X509_str_reasons[0].error) == NULL) in ossl_err_load_X509_strings()
H A Dx509_vfy.c163 ctx->error = err; in verify_cb_cert()
180 ctx->error = err; in verify_cb_crl()
295 ctx->error = X509_V_ERR_OUT_OF_MEM; in X509_verify_cert()
311 if (ret <= 0 && ctx->error == X509_V_OK) in X509_verify_cert()
1706 ctx->error = X509_V_ERR_OUT_OF_MEM; in check_policy()
2143 return ctx->error; in X509_STORE_CTX_get_error()
2148 ctx->error = err; in X509_STORE_CTX_set_error()
2346 ctx->error = X509_V_OK; in X509_STORE_CTX_init()
3305 switch (ctx->error) { in build_chain()
3334 ctx->error = X509_V_ERR_UNSPECIFIED; in build_chain()
[all …]
/openssl/crypto/cmp/
H A Dcmp_msg.c238 if ((msg->body->value.error = OSSL_CMP_ERRORMSGCONTENT_new()) == NULL) in ossl_cmp_msg_create()
745 OSSL_CMP_PKISI_free(msg->body->value.error->pKIStatusInfo); in ossl_cmp_error_new()
746 if ((msg->body->value.error->pKIStatusInfo = OSSL_CMP_PKISI_dup(si)) in ossl_cmp_error_new()
749 if ((msg->body->value.error->errorCode = ASN1_INTEGER_new()) == NULL) in ossl_cmp_error_new()
751 if (!ASN1_INTEGER_set_int64(msg->body->value.error->errorCode, errorCode)) in ossl_cmp_error_new()
761 msg->body->value.error->errorDetails = ft; in ossl_cmp_error_new()
/openssl/Configurations/
H A Dunix-Makefile.tmpl488 # We want error [and other] messages in English. Trouble is that make(1)
/openssl/apps/lib/
H A Dapps.c1582 goto error; in rand_serial()
1584 goto error; in rand_serial()
1588 error: in rand_serial()
1670 db->db->error, db->db->arg1, db->db->arg2); in index_index()
1679 db->db->error, db->db->arg1, db->db->arg2); in index_index()
/openssl/doc/man7/
H A Dmigration_guide.pod325 =head4 The function code part of an OpenSSL error code is no longer relevant
369 Smaller sizes now result in an error.
425 This may mean result in an error in L<EVP_PKEY_derive_set_peer(3)> rather than
441 =head4 The error return values from some control calls (ctrl) have changed
444 invalid inputs, now return -1 indicating a generic error condition instead.
469 =head4 Removal of function code from the error codes
471 The function code part of the error code is now always set to 0. For that
473 the error codes only using the library number and the reason code.
508 widely used file formats, application code that checks for particular error
1686 with ERR_peek functions and finish off with getting the error code by using
[all …]
/openssl/providers/
H A Ddecoders.inc11 # error Macro DECODER_PROVIDER undefined
/openssl/
H A D.gitignore71 # error code files
/openssl/include/openssl/
H A Dbio.h.in255 * Returned from the SSL bio when the certificate retrieval code had an error
706 int BIO_dgram_non_fatal_error(int error);
722 int BIO_sock_non_fatal_error(int error);
730 int BIO_fd_non_fatal_error(int error);
/openssl/crypto/bio/
H A Dbio_err.c90 if (ERR_reason_error_string(BIO_str_reasons[0].error) == NULL) in ossl_err_load_BIO_strings()

Completed in 127 milliseconds

12345678910>>...26