Home
last modified time | relevance | path

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

/openssl-master/crypto/cmp/
A Dcmp_msg.c730 int64_t errorCode, const char *details, in ossl_cmp_error_new() argument
747 if ((msg->body->value.error->errorCode = ASN1_INTEGER_new()) == NULL) in ossl_cmp_error_new()
749 if (!ASN1_INTEGER_set_int64(msg->body->value.error->errorCode, errorCode)) in ossl_cmp_error_new()
751 if (errorCode > 0 in ossl_cmp_error_new()
752 && (uint64_t)errorCode < ((uint64_t)ERR_SYSTEM_FLAG << 1)) { in ossl_cmp_error_new()
753 lib = ERR_lib_error_string((unsigned long)errorCode); in ossl_cmp_error_new()
754 reason = ERR_reason_error_string((unsigned long)errorCode); in ossl_cmp_error_new()
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()
A Dcmp_local.h358 ASN1_INTEGER *errorCode; member
884 int64_t errorCode, const char *details,
928 const char *txt, int errorCode, const char *detail);
A Dcmp_asn.c65 ASN1_OPT(OSSL_CMP_ERRORMSGCONTENT, errorCode, ASN1_INTEGER),
A Dcmp_server.c317 errorContent->errorCode, errorContent->errorDetails); in process_error()
/openssl-master/doc/internal/man3/
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-master/apps/lib/
A Dcmp_mock_srv.c316 const ASN1_INTEGER *errorCode, in process_error() argument
339 if (errorCode == NULL) in process_error()
342 BIO_printf(bio_err, "errorCode: %ld\n", ASN1_INTEGER_get(errorCode)); in process_error()
/openssl-master/test/
A Dcmp_server_test.c100 || !TEST_int_eq(ASN1_INTEGER_get(errorContent->errorCode), in execute_test_handle_request()
/openssl-master/fuzz/
A Dcmp.c135 const ASN1_INTEGER *errorCode, in process_error() argument
/openssl-master/doc/man3/
A DOSSL_CMP_SRV_CTX_new.pod55 const ASN1_INTEGER *errorCode,
/openssl-master/include/openssl/
A Dcmp.h.in422 const ASN1_INTEGER *errorCode,

Completed in 17 milliseconds