Lines Matching defs:error
30 * Returns 1 on acceptance, 0 on rejection, or -1 on (internal) error.
48 msg_type = "error response";
88 /* Save error info from PKIStatusInfo field of a certresponse into ctx */
123 * Returns 0 on error.
162 /* should print error queue since transfer_cb may call ERR_clear_error() */
201 /* received message type is not one of the expected ones (e.g., error) */
209 OSSL_CMP_ERRORMSGCONTENT *emc = (*rep)->body->value.error;
251 * Returns 0 on error (which includes the case that timeout has been reached).
383 /* Send given error and check response */
387 OSSL_CMP_MSG *error = NULL;
392 /* not overwriting ctx->status on error exchange */
396 if ((error = ossl_cmp_error_new(ctx, si, errorCode, details, 0)) == NULL)
399 res = send_receive_check(ctx, error, &PKIconf, OSSL_CMP_PKIBODY_PKICONF);
402 OSSL_CMP_MSG_free(error);
410 * Take into account PKIStatusInfo of CertResponse in ctx, report it on error.
411 * Returns NULL if not found or on error.
433 /* get all information in case of a rejection before going to error */
495 if (fail_info != 0) /* accept any error flagged by CMP core library */
557 * Returns 0 on error (which includes the case that timeout has been reached).
649 if (fail_info != 0) /* immediately log error before any certConf exchange */
714 if (res <= 0) /* waiting or error */
823 /* interpretation as warning or error depends on CA */
920 return itavs; /* NULL indicates error case */