Home
last modified time | relevance | path

Searched refs:OSSL_CMP_POLLREPCONTENT (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/crypto/openssl/crypto/cmp/
H A Dcmp_asn.c359 ASN1_ITEM_TEMPLATE(OSSL_CMP_POLLREPCONTENT) =
361 OSSL_CMP_POLLREPCONTENT,
363 ASN1_ITEM_TEMPLATE_END(OSSL_CMP_POLLREPCONTENT)
416 ASN1_EXP(OSSL_CMP_PKIBODY, value.pollRep, OSSL_CMP_POLLREPCONTENT, 26),
H A Dcmp_local.h445 DECLARE_ASN1_FUNCTIONS(OSSL_CMP_POLLREPCONTENT)
649 OSSL_CMP_POLLREPCONTENT *pollRep; /* 26 */
901 ossl_cmp_pollrepcontent_get0_pollrep(const OSSL_CMP_POLLREPCONTENT *prc,
H A Dcmp_client.c271 OSSL_CMP_POLLREPCONTENT *prc = prep->body->value.pollRep; in poll_for_response()
H A Dcmp_msg.c979 ossl_cmp_pollrepcontent_get0_pollrep(const OSSL_CMP_POLLREPCONTENT *prc, in ossl_cmp_pollrepcontent_get0_pollrep()
/freebsd-14.2/crypto/openssl/include/openssl/
H A Dcmp.h.in242 typedef STACK_OF(OSSL_CMP_POLLREP) OSSL_CMP_POLLREPCONTENT; typedef
H A Dcmp.h337 typedef STACK_OF(OSSL_CMP_POLLREP) OSSL_CMP_POLLREPCONTENT; typedef