Searched refs:errorCode (Results 1 – 11 of 11) sorted by relevance
/openssl/crypto/cmp/ |
H A D | cmp_msg.c | 728 int64_t errorCode, const char *details, in ossl_cmp_error_new() argument 745 if ((msg->body->value.error->errorCode = ASN1_INTEGER_new()) == NULL) in ossl_cmp_error_new() 747 if (!ASN1_INTEGER_set_int64(msg->body->value.error->errorCode, errorCode)) in ossl_cmp_error_new() 749 if (errorCode > 0 in ossl_cmp_error_new() 750 && (uint64_t)errorCode < ((uint64_t)ERR_SYSTEM_FLAG << 1)) { in ossl_cmp_error_new() 751 lib = ERR_lib_error_string((unsigned long)errorCode); in ossl_cmp_error_new() 752 reason = ERR_reason_error_string((unsigned long)errorCode); in ossl_cmp_error_new()
|
H A D | cmp_server.c | 175 fail_info = 0, errorCode = 0; in delayed_delivery() local 194 errorCode = ERR_GET_REASON(err); in delayed_delivery() 202 msg = ossl_cmp_error_new(srv_ctx->ctx, si, errorCode, details, in delayed_delivery() 381 errorContent->errorCode, errorContent->errorDetails); in process_error()
|
H A D | cmp_client.c | 245 if (emc->errorCode != NULL in send_receive_check() 247 ASN1_INTEGER_get(emc->errorCode)) > 0) in send_receive_check() 477 const char *txt, int errorCode, const char *details) in ossl_cmp_exchange_error() argument 488 if ((error = ossl_cmp_error_new(ctx, si, errorCode, details, 0)) == NULL) in ossl_cmp_exchange_error()
|
H A D | cmp_local.h | 412 ASN1_INTEGER *errorCode; member 972 int64_t errorCode, const char *details, 1019 const char *txt, int errorCode, const char *detail);
|
H A D | cmp_asn.c | 61 ASN1_OPT(OSSL_CMP_ERRORMSGCONTENT, errorCode, ASN1_INTEGER),
|
/openssl/doc/internal/man3/ |
H A D | ossl_cmp_certreq_new.pod | 41 int64_t errorCode, const char *details, 145 I<si>, I<errorCode>, and optional I<details>. 146 If I<errorCode> is positive and in the range of an OpenSSL error code,
|
/openssl/apps/lib/ |
H A D | cmp_mock_srv.c | 577 const ASN1_INTEGER *errorCode, in process_error() argument 600 if (errorCode == NULL) in process_error() 603 BIO_printf(bio_err, "errorCode: %ld\n", ASN1_INTEGER_get(errorCode)); in process_error()
|
/openssl/test/ |
H A D | cmp_server_test.c | 101 || !TEST_int_eq(ASN1_INTEGER_get(errorContent->errorCode), in execute_test_handle_request()
|
/openssl/fuzz/ |
H A D | cmp.c | 135 const ASN1_INTEGER *errorCode, in process_error() argument
|
/openssl/doc/man3/ |
H A D | OSSL_CMP_SRV_CTX_new.pod | 58 const ASN1_INTEGER *errorCode,
|
/openssl/include/openssl/ |
H A D | cmp.h.in | 512 const ASN1_INTEGER *errorCode,
|
Completed in 34 milliseconds