Home
last modified time | relevance | path

Searched refs:errorCode (Results 1 – 11 of 11) sorted by relevance

/openssl/crypto/cmp/
H A Dcmp_msg.c728 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 Dcmp_server.c175 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 Dcmp_client.c242 if (emc->errorCode != NULL in send_receive_check()
244 ASN1_INTEGER_get(emc->errorCode)) > 0) in send_receive_check()
474 const char *txt, int errorCode, const char *details) in ossl_cmp_exchange_error() argument
485 if ((error = ossl_cmp_error_new(ctx, si, errorCode, details, 0)) == NULL) in ossl_cmp_exchange_error()
H A Dcmp_local.h412 ASN1_INTEGER *errorCode; member
972 int64_t errorCode, const char *details,
1019 const char *txt, int errorCode, const char *detail);
H A Dcmp_asn.c61 ASN1_OPT(OSSL_CMP_ERRORMSGCONTENT, errorCode, ASN1_INTEGER),
/openssl/doc/internal/man3/
H A Dossl_cmp_certreq_new.pod41 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 Dcmp_mock_srv.c577 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 Dcmp_server_test.c101 || !TEST_int_eq(ASN1_INTEGER_get(errorContent->errorCode), in execute_test_handle_request()
/openssl/fuzz/
H A Dcmp.c135 const ASN1_INTEGER *errorCode, in process_error() argument
/openssl/doc/man3/
H A DOSSL_CMP_SRV_CTX_new.pod58 const ASN1_INTEGER *errorCode,
/openssl/include/openssl/
H A Dcmp.h.in512 const ASN1_INTEGER *errorCode,

Completed in 51 milliseconds