Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/cmp/
H A Dcmp_asn.c352 ASN1_SEQUENCE(OSSL_CMP_POLLREP) = {
353 ASN1_SIMPLE(OSSL_CMP_POLLREP, certReqId, ASN1_INTEGER),
354 ASN1_SIMPLE(OSSL_CMP_POLLREP, checkAfter, ASN1_INTEGER),
355 ASN1_SEQUENCE_OF_OPT(OSSL_CMP_POLLREP, reason, ASN1_UTF8STRING),
356 } ASN1_SEQUENCE_END(OSSL_CMP_POLLREP)
357 IMPLEMENT_ASN1_FUNCTIONS(OSSL_CMP_POLLREP)
362 OSSL_CMP_POLLREP)
H A Dcmp_local.h443 DECLARE_ASN1_FUNCTIONS(OSSL_CMP_POLLREP)
444 DEFINE_STACK_OF(OSSL_CMP_POLLREP)
900 OSSL_CMP_POLLREP *
H A Dcmp_msg.c887 OSSL_CMP_POLLREP *prep; in ossl_cmp_pollRep_new()
978 OSSL_CMP_POLLREP *
982 OSSL_CMP_POLLREP *pollRep = NULL; in ossl_cmp_pollrepcontent_get0_pollrep()
H A Dcmp_client.c269 OSSL_CMP_POLLREP *pollRep = NULL; in poll_for_response()
/freebsd/crypto/openssl/include/openssl/
H A Dcmp.h.in241 typedef struct ossl_cmp_pollrep_st OSSL_CMP_POLLREP; typedef
242 typedef STACK_OF(OSSL_CMP_POLLREP) OSSL_CMP_POLLREPCONTENT;
H A Dcmp.h336 typedef struct ossl_cmp_pollrep_st OSSL_CMP_POLLREP; typedef
337 typedef STACK_OF(OSSL_CMP_POLLREP) OSSL_CMP_POLLREPCONTENT;