Home
last modified time | relevance | path

Searched refs:OSSL_CRMF_MSGS (Results 1 – 10 of 10) sorted by relevance

/freebsd/crypto/openssl/crypto/crmf/
H A Dcrmf_asn.c231 ASN1_ITEM_TEMPLATE(OSSL_CRMF_MSGS) =
233 OSSL_CRMF_MSGS, OSSL_CRMF_MSG)
234 ASN1_ITEM_TEMPLATE_END(OSSL_CRMF_MSGS)
235 IMPLEMENT_ASN1_FUNCTIONS(OSSL_CRMF_MSGS)
H A Dcrmf_lib.c461 int OSSL_CRMF_MSGS_verify_popo(const OSSL_CRMF_MSGS *reqs, in OSSL_CRMF_MSGS_verify_popo()
/freebsd/crypto/openssl/crypto/cmp/
H A Dcmp_asn.c388 ASN1_EXP(OSSL_CMP_PKIBODY, value.ir, OSSL_CRMF_MSGS, 0),
390 ASN1_EXP(OSSL_CMP_PKIBODY, value.cr, OSSL_CRMF_MSGS, 2),
397 ASN1_EXP(OSSL_CMP_PKIBODY, value.kur, OSSL_CRMF_MSGS, 7),
399 ASN1_EXP(OSSL_CMP_PKIBODY, value.krr, OSSL_CRMF_MSGS, 9),
403 ASN1_EXP(OSSL_CMP_PKIBODY, value.ccr, OSSL_CRMF_MSGS, 13),
H A Dcmp_local.h544 OSSL_CRMF_MSGS *ir; /* 0 */
546 OSSL_CRMF_MSGS *cr; /* 2 */
567 OSSL_CRMF_MSGS *kur; /* 7 */
569 OSSL_CRMF_MSGS *krr; /* 9 */
586 OSSL_CRMF_MSGS *ccr; /* 13 */
H A Dcmp_server.c192 OSSL_CRMF_MSGS *reqs = req->body->value.ir; /* same for cr and kur */ in process_cert_request()
/freebsd/crypto/openssl/util/
H A Dcheck-format-test-negatives.c479 ASN1_ITEM_TEMPLATE(OSSL_CRMF_MSGS) = in ASN1_ITEM_TEMPLATE() argument
481 OSSL_CRMF_MSGS, OSSL_CRMF_MSG) in ASN1_ITEM_TEMPLATE()
482 ASN1_ITEM_TEMPLATE_END(OSSL_CRMF_MSGS) in ASN1_ITEM_TEMPLATE()
/freebsd/crypto/openssl/include/openssl/
H A Dcrmf.h.in74 typedef STACK_OF(OSSL_CRMF_MSG) OSSL_CRMF_MSGS; typedef
75 DECLARE_ASN1_FUNCTIONS(OSSL_CRMF_MSGS)
150 int OSSL_CRMF_MSGS_verify_popo(const OSSL_CRMF_MSGS *reqs,
H A Dcrmf.h121 typedef STACK_OF(OSSL_CRMF_MSG) OSSL_CRMF_MSGS; typedef
122 DECLARE_ASN1_FUNCTIONS(OSSL_CRMF_MSGS)
197 int OSSL_CRMF_MSGS_verify_popo(const OSSL_CRMF_MSGS *reqs,
/freebsd/crypto/openssl/doc/man3/
H A DOSSL_CRMF_MSG_set0_validity.pod37 int OSSL_CRMF_MSGS_verify_popo(const OSSL_CRMF_MSGS *reqs,
/freebsd/crypto/openssl/test/
H A Dcmp_vfy_test.c105 const OSSL_CRMF_MSGS *reqs = fixture->msg->body->value.ir; in execute_verify_popo_test()