Home
last modified time | relevance | path

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

/openssl/crypto/cmp/
H A Dcmp_msg.c732 int64_t errorCode, const char *details, in ossl_cmp_error_new() argument
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()
753 if (errorCode > 0 in ossl_cmp_error_new()
754 && (uint64_t)errorCode < ((uint64_t)ERR_SYSTEM_FLAG << 1)) { in ossl_cmp_error_new()
755 lib = ERR_lib_error_string((unsigned long)errorCode); in ossl_cmp_error_new()
756 reason = ERR_reason_error_string((unsigned long)errorCode); in ossl_cmp_error_new()
H A Dcmp_client.c218 if (emc->errorCode != NULL in send_receive_check()
220 ASN1_INTEGER_get(emc->errorCode)) > 0) in send_receive_check()
382 const char *txt, int errorCode, const char *details) in ossl_cmp_exchange_error() argument
392 if ((error = ossl_cmp_error_new(ctx, si, errorCode, details, 0)) == NULL) in ossl_cmp_exchange_error()
H A Dcmp_local.h358 ASN1_INTEGER *errorCode; member
886 int64_t errorCode, const char *details,
930 const char *txt, int errorCode, const char *detail);
H A Dcmp_asn.c65 ASN1_OPT(OSSL_CMP_ERRORMSGCONTENT, errorCode, ASN1_INTEGER),
H A Dcmp_server.c317 errorContent->errorCode, errorContent->errorDetails); in process_error()
/openssl/doc/internal/man3/
H A Dossl_cmp_certreq_new.pod41 int64_t errorCode, const char *details,
144 I<si>, I<errorCode>, and optional I<details>.
145 If I<errorCode> is positive and in the range of an OpenSSL error code,
/openssl/apps/lib/
H A Dcmp_mock_srv.c339 const ASN1_INTEGER *errorCode, in process_error() argument
362 if (errorCode == NULL) in process_error()
365 BIO_printf(bio_err, "errorCode: %ld\n", ASN1_INTEGER_get(errorCode)); in process_error()
/openssl/test/
H A Dcmp_server_test.c100 || !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.pod55 const ASN1_INTEGER *errorCode,
/openssl/include/openssl/
H A Dcmp.h.in427 const ASN1_INTEGER *errorCode,

Completed in 38 milliseconds