Home
last modified time | relevance | path

Searched refs:certConf (Results 1 – 16 of 16) sorted by relevance

/third_party/openssl/test/recipes/80-test_cmp_http_data/
Dtest_commands.csv57 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/
Dcmp_client.c363 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()
Dcmp_msg.c212 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()
Dcmp_asn.c414 ASN1_EXP(OSSL_CMP_PKIBODY, value.certConf, OSSL_CMP_CERTCONFIRMCONTENT, 24),
Dcmp_local.h641 OSSL_CMP_CERTCONFIRMCONTENT *certConf; /* 24 */ member
Dcmp_server.c344 ccc = req->body->value.certConf; in process_certConf()
/third_party/node/deps/openssl/openssl/crypto/cmp/
Dcmp_client.c363 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()
Dcmp_msg.c212 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()
Dcmp_asn.c414 ASN1_EXP(OSSL_CMP_PKIBODY, value.certConf, OSSL_CMP_CERTCONFIRMCONTENT, 24),
Dcmp_local.h641 OSSL_CMP_CERTCONFIRMCONTENT *certConf; /* 24 */ member
Dcmp_server.c344 ccc = req->body->value.certConf; in process_certConf()
/third_party/node/deps/openssl/openssl/apps/lib/
Dcmp_mock_srv.c364 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/
Dcmp_mock_srv.c364 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/
Dcmp.c142 const OSSL_CMP_MSG *certConf, int certReqId, in process_certConf() argument
/third_party/openssl/fuzz/
Dcmp.c142 const OSSL_CMP_MSG *certConf, int certReqId, in process_certConf() argument
/third_party/openssl/doc/man3/
DOSSL_CMP_CTX_new.pod601 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.