/third_party/openssl/test/recipes/80-test_cmp_http_data/ |
D | test_commands.csv | 57 1,reqout ir+certConf rspout ip+pkiConf, -section,, -cmd,ir,,-reqout,_RESULT_DIR/ir.der _RESULT_DIR/… 59 1,reqin old tid, -section,, -cmd,ir,,-reqin,_RESULT_DIR/ir.der _RESULT_DIR/certConf.der,,BLANK,,,BL… 60 1,reqin new tid, -section,, -cmd,ir,,-reqin,_RESULT_DIR/ir.der _RESULT_DIR/certConf.der,,BLANK,,,BL… 61 0,reqin wrong req, -section,, -cmd,ir,,-reqin,_RESULT_DIR/cr.der _RESULT_DIR/certConf.der,,BLANK,,,…
|
/third_party/openssl/crypto/cmp/ |
D | cmp_client.c | 363 OSSL_CMP_MSG *certConf; in ossl_cmp_exchange_certConf() local 368 certConf = ossl_cmp_certConf_new(ctx, certReqId, fail_info, txt); in ossl_cmp_exchange_certConf() 369 if (certConf == NULL) in ossl_cmp_exchange_certConf() 372 res = send_receive_check(ctx, certConf, &PKIconf, OSSL_CMP_PKIBODY_PKICONF); in ossl_cmp_exchange_certConf() 375 OSSL_CMP_MSG_free(certConf); in ossl_cmp_exchange_certConf()
|
D | cmp_msg.c | 212 if ((msg->body->value.certConf = in ossl_cmp_msg_create() 809 if (sk_OSSL_CMP_CERTSTATUS_push(msg->body->value.certConf, certStatus) < 1) { in ossl_cmp_certConf_new()
|
D | cmp_asn.c | 414 ASN1_EXP(OSSL_CMP_PKIBODY, value.certConf, OSSL_CMP_CERTCONFIRMCONTENT, 24),
|
D | cmp_local.h | 641 OSSL_CMP_CERTCONFIRMCONTENT *certConf; /* 24 */ member
|
D | cmp_server.c | 344 ccc = req->body->value.certConf; in process_certConf()
|
/third_party/node/deps/openssl/openssl/crypto/cmp/ |
D | cmp_client.c | 363 OSSL_CMP_MSG *certConf; in ossl_cmp_exchange_certConf() local 368 certConf = ossl_cmp_certConf_new(ctx, certReqId, fail_info, txt); in ossl_cmp_exchange_certConf() 369 if (certConf == NULL) in ossl_cmp_exchange_certConf() 372 res = send_receive_check(ctx, certConf, &PKIconf, OSSL_CMP_PKIBODY_PKICONF); in ossl_cmp_exchange_certConf() 375 OSSL_CMP_MSG_free(certConf); in ossl_cmp_exchange_certConf()
|
D | cmp_msg.c | 212 if ((msg->body->value.certConf = in ossl_cmp_msg_create() 809 if (sk_OSSL_CMP_CERTSTATUS_push(msg->body->value.certConf, certStatus) < 1) { in ossl_cmp_certConf_new()
|
D | cmp_asn.c | 414 ASN1_EXP(OSSL_CMP_PKIBODY, value.certConf, OSSL_CMP_CERTCONFIRMCONTENT, 24),
|
D | cmp_local.h | 641 OSSL_CMP_CERTCONFIRMCONTENT *certConf; /* 24 */ member
|
D | cmp_server.c | 344 ccc = req->body->value.certConf; in process_certConf()
|
/third_party/node/deps/openssl/openssl/apps/lib/ |
D | cmp_mock_srv.c | 364 const OSSL_CMP_MSG *certConf, in process_certConf() argument 372 if (ctx == NULL || certConf == NULL || certHash == NULL) { in process_certConf() 377 || ctx->sendError == OSSL_CMP_MSG_get_bodytype(certConf) in process_certConf()
|
/third_party/openssl/apps/lib/ |
D | cmp_mock_srv.c | 364 const OSSL_CMP_MSG *certConf, in process_certConf() argument 372 if (ctx == NULL || certConf == NULL || certHash == NULL) { in process_certConf() 377 || ctx->sendError == OSSL_CMP_MSG_get_bodytype(certConf) in process_certConf()
|
/third_party/node/deps/openssl/openssl/fuzz/ |
D | cmp.c | 142 const OSSL_CMP_MSG *certConf, int certReqId, in process_certConf() argument
|
/third_party/openssl/fuzz/ |
D | cmp.c | 142 const OSSL_CMP_MSG *certConf, int certReqId, in process_certConf() argument
|
/third_party/openssl/doc/man3/ |
D | OSSL_CMP_CTX_new.pod | 601 a positive or negative certConf message to the server. The callback has type 620 structure containing arguments, optionally to be used by the certConf callback.
|