Home
last modified time | relevance | path

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

/openssl/crypto/cmp/
H 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()
H A Dcmp_asn.c415 ASN1_EXP(OSSL_CMP_PKIBODY, value.certConf, OSSL_CMP_CERTCONFIRMCONTENT, 24),
H A Dcmp_msg.c212 if ((msg->body->value.certConf = in ossl_cmp_msg_create()
822 if (!sk_OSSL_CMP_CERTSTATUS_push(msg->body->value.certConf, certStatus)) in ossl_cmp_certConf_new()
H A Dcmp_server.c337 ccc = req->body->value.certConf; in process_certConf()
H A Dcmp_local.h643 OSSL_CMP_CERTCONFIRMCONTENT *certConf; /* 24 */ member
/openssl/apps/lib/
H A Dcmp_mock_srv.c384 const OSSL_CMP_MSG *certConf, int certReqId, in process_certConf() argument
391 if (ctx == NULL || certConf == NULL || certHash == NULL) { in process_certConf()
/openssl/fuzz/
H A Dcmp.c142 const OSSL_CMP_MSG *certConf, int certReqId, in process_certConf() argument
/openssl/doc/man3/
H A DOSSL_CMP_CTX_new.pod599 a positive or negative certConf message to the server. The callback has type
618 structure containing arguments, optionally to be used by the certConf callback.

Completed in 39 milliseconds