Home
last modified time | relevance | path

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

/openssl-master/crypto/cmp/
A Dcmp_client.c364 OSSL_CMP_MSG *certConf; in ossl_cmp_exchange_certConf() local
369 if ((certConf = ossl_cmp_certConf_new(ctx, fail_info, txt)) == 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()
A Dcmp_msg.c212 if ((msg->body->value.certConf = in ossl_cmp_msg_create()
818 if (!sk_OSSL_CMP_CERTSTATUS_push(msg->body->value.certConf, certStatus)) in ossl_cmp_certConf_new()
A Dcmp_asn.c414 ASN1_EXP(OSSL_CMP_PKIBODY, value.certConf, OSSL_CMP_CERTCONFIRMCONTENT, 24),
A Dcmp_server.c337 ccc = req->body->value.certConf; in process_certConf()
A Dcmp_local.h641 OSSL_CMP_CERTCONFIRMCONTENT *certConf; /* 24 */ member
/openssl-master/apps/lib/
A Dcmp_mock_srv.c361 const OSSL_CMP_MSG *certConf, int certReqId, in process_certConf() argument
368 if (ctx == NULL || certConf == NULL || certHash == NULL) { in process_certConf()
/openssl-master/fuzz/
A Dcmp.c142 const OSSL_CMP_MSG *certConf, int certReqId, in process_certConf() argument
/openssl-master/doc/man3/
A DOSSL_CMP_CTX_new.pod586 a positive or negative certConf message to the server. The callback has type
605 structure containing arguments, optionally to be used by the certConf callback.

Completed in 16 milliseconds