Searched refs:errorCode (Results 1 – 5 of 5) sorted by relevance
| /crypto/cmp/ |
| A D | cmp_msg.c | 778 int64_t errorCode, const char *details, in ossl_cmp_error_new() argument 795 if ((msg->body->value.error->errorCode = ASN1_INTEGER_new()) == NULL) in ossl_cmp_error_new() 797 if (!ASN1_INTEGER_set_int64(msg->body->value.error->errorCode, errorCode)) in ossl_cmp_error_new() 799 if (errorCode > 0 in ossl_cmp_error_new() 800 && (uint64_t)errorCode < ((uint64_t)ERR_SYSTEM_FLAG << 1)) { in ossl_cmp_error_new() 801 lib = ERR_lib_error_string((unsigned long)errorCode); in ossl_cmp_error_new() 802 reason = ERR_reason_error_string((unsigned long)errorCode); in ossl_cmp_error_new()
|
| A D | cmp_server.c | 169 fail_info = 0, errorCode = 0; in delayed_delivery() local 188 errorCode = ERR_GET_REASON(err); in delayed_delivery() 196 msg = ossl_cmp_error_new(srv_ctx->ctx, si, errorCode, details, in delayed_delivery() 384 errorContent->errorCode, errorContent->errorDetails); in process_error()
|
| A D | cmp_client.c | 236 if (emc->errorCode != NULL in send_receive_check() 238 ASN1_INTEGER_get(emc->errorCode)) > 0) in send_receive_check() 468 const char *txt, int errorCode, const char *details) in ossl_cmp_exchange_error() argument 479 if ((error = ossl_cmp_error_new(ctx, si, errorCode, details, 0)) == NULL) in ossl_cmp_exchange_error()
|
| A D | cmp_local.h | 403 ASN1_INTEGER *errorCode; member 964 int64_t errorCode, const char *details, 1012 const char *txt, int errorCode, const char *detail);
|
| A D | cmp_asn.c | 57 ASN1_OPT(OSSL_CMP_ERRORMSGCONTENT, errorCode, ASN1_INTEGER),
|
Completed in 35 milliseconds