Home
last modified time | relevance | path

Searched refs:OSSL_CMP_PKIHEADER (Results 1 – 14 of 14) sorted by relevance

/freebsd-head/crypto/openssl/crypto/cmp/
HDcmp_hdr.c23 int ossl_cmp_hdr_set_pvno(OSSL_CMP_PKIHEADER *hdr, int pvno) in ossl_cmp_hdr_set_pvno()
30 int ossl_cmp_hdr_get_pvno(const OSSL_CMP_PKIHEADER *hdr) in ossl_cmp_hdr_get_pvno()
41 int ossl_cmp_hdr_get_protection_nid(const OSSL_CMP_PKIHEADER *hdr) in ossl_cmp_hdr_get_protection_nid()
50 OSSL_CMP_PKIHEADER *hdr) in OSSL_CMP_HDR_get0_transactionID()
59 ASN1_OCTET_STRING *ossl_cmp_hdr_get0_senderNonce(const OSSL_CMP_PKIHEADER *hdr) in ossl_cmp_hdr_get0_senderNonce()
66 ASN1_OCTET_STRING *OSSL_CMP_HDR_get0_recipNonce(const OSSL_CMP_PKIHEADER *hdr) in OSSL_CMP_HDR_get0_recipNonce()
115 int ossl_cmp_hdr_set1_sender(OSSL_CMP_PKIHEADER *hdr, const X509_NAME *nm) in ossl_cmp_hdr_set1_sender()
122 int ossl_cmp_hdr_set1_recipient(OSSL_CMP_PKIHEADER *hdr, const X509_NAME *nm) in ossl_cmp_hdr_set1_recipient()
129 int ossl_cmp_hdr_update_messageTime(OSSL_CMP_PKIHEADER *hdr) in ossl_cmp_hdr_update_messageTime()
153 int ossl_cmp_hdr_set1_senderKID(OSSL_CMP_PKIHEADER *hdr, in ossl_cmp_hdr_set1_senderKID()
[all …]
HDcmp_asn.c420 ASN1_SEQUENCE(OSSL_CMP_PKIHEADER) = {
421 ASN1_SIMPLE(OSSL_CMP_PKIHEADER, pvno, ASN1_INTEGER),
422 ASN1_SIMPLE(OSSL_CMP_PKIHEADER, sender, GENERAL_NAME),
423 ASN1_SIMPLE(OSSL_CMP_PKIHEADER, recipient, GENERAL_NAME),
424 ASN1_EXP_OPT(OSSL_CMP_PKIHEADER, messageTime, ASN1_GENERALIZEDTIME, 0),
425 ASN1_EXP_OPT(OSSL_CMP_PKIHEADER, protectionAlg, X509_ALGOR, 1),
426 ASN1_EXP_OPT(OSSL_CMP_PKIHEADER, senderKID, ASN1_OCTET_STRING, 2),
427 ASN1_EXP_OPT(OSSL_CMP_PKIHEADER, recipKID, ASN1_OCTET_STRING, 3),
428 ASN1_EXP_OPT(OSSL_CMP_PKIHEADER, transactionID, ASN1_OCTET_STRING, 4),
429 ASN1_EXP_OPT(OSSL_CMP_PKIHEADER, senderNonce, ASN1_OCTET_STRING, 5),
[all …]
HDcmp_local.h668 OSSL_CMP_PKIHEADER *header;
686 OSSL_CMP_PKIHEADER *header;
802 int ossl_cmp_hdr_set_pvno(OSSL_CMP_PKIHEADER *hdr, int pvno);
803 int ossl_cmp_hdr_get_pvno(const OSSL_CMP_PKIHEADER *hdr);
804 int ossl_cmp_hdr_get_protection_nid(const OSSL_CMP_PKIHEADER *hdr);
805 ASN1_OCTET_STRING *ossl_cmp_hdr_get0_senderNonce(const OSSL_CMP_PKIHEADER *hdr);
807 int ossl_cmp_hdr_set1_sender(OSSL_CMP_PKIHEADER *hdr, const X509_NAME *nm);
808 int ossl_cmp_hdr_set1_recipient(OSSL_CMP_PKIHEADER *hdr, const X509_NAME *nm);
809 int ossl_cmp_hdr_update_messageTime(OSSL_CMP_PKIHEADER *hdr);
810 int ossl_cmp_hdr_set1_senderKID(OSSL_CMP_PKIHEADER *hdr,
[all …]
HDcmp_server.c219 OSSL_CMP_PKIHEADER *hdr = OSSL_CMP_MSG_get0_header(req); in process_cert_request()
462 OSSL_CMP_PKIHEADER *hdr; in OSSL_CMP_SRV_process_request()
HDcmp_vfy.c668 OSSL_CMP_PKIHEADER *hdr; in ossl_cmp_msg_check_update()
HDcmp_msg.c63 OSSL_CMP_PKIHEADER *OSSL_CMP_MSG_get0_header(const OSSL_CMP_MSG *msg) in OSSL_CMP_MSG_get0_header()
/freebsd-head/crypto/openssl/doc/internal/man3/
HDossl_cmp_hdr_init.pod28 int ossl_cmp_hdr_set_pvno(OSSL_CMP_PKIHEADER *hdr, int pvno);
29 int ossl_cmp_hdr_get_pvno(const OSSL_CMP_PKIHEADER *hdr);
30 int ossl_cmp_hdr_get_protection_nid(const OSSL_CMP_PKIHEADER *hdr);
32 *ossl_cmp_hdr_get0_sendernonce(const OSSL_CMP_PKIHEADER *hdr);
35 int ossl_cmp_hdr_set1_sender(OSSL_CMP_PKIHEADER *hdr, const X509_NAME *nm);
36 int ossl_cmp_hdr_set1_recipient(OSSL_CMP_PKIHEADER *hdr, const X509_NAME *nm);
37 int ossl_cmp_hdr_update_messagetime(OSSL_CMP_PKIHEADER *hdr);
38 int ossl_cmp_hdr_set1_senderKID(OSSL_CMP_PKIHEADER *hdr,
40 int ossl_cmp_hdr_generalinfo_item_push0(OSSL_CMP_PKIHEADER *hdr,
42 int ossl_cmp_hdr_generalinfo_items_push1(OSSL_CMP_PKIHEADER *hdr,
[all …]
/freebsd-head/crypto/openssl/doc/man3/
HDOSSL_CMP_HDR_get0_transactionID.pod14 OSSL_CMP_PKIHEADER *hdr);
16 OSSL_CMP_PKIHEADER *hdr);
HDOSSL_CMP_MSG_get0_header.pod20 OSSL_CMP_PKIHEADER *OSSL_CMP_MSG_get0_header(const OSSL_CMP_MSG *msg);
/freebsd-head/crypto/openssl/include/openssl/
HDcmp.h.in216 typedef struct ossl_cmp_pkiheader_st OSSL_CMP_PKIHEADER; typedef
217 DECLARE_ASN1_FUNCTIONS(OSSL_CMP_PKIHEADER)
380 OSSL_CMP_PKIHEADER *hdr);
381 ASN1_OCTET_STRING *OSSL_CMP_HDR_get0_recipNonce(const OSSL_CMP_PKIHEADER *hdr);
384 OSSL_CMP_PKIHEADER *OSSL_CMP_MSG_get0_header(const OSSL_CMP_MSG *msg);
HDcmp.h215 typedef struct ossl_cmp_pkiheader_st OSSL_CMP_PKIHEADER; typedef
216 DECLARE_ASN1_FUNCTIONS(OSSL_CMP_PKIHEADER)
499 OSSL_CMP_PKIHEADER *hdr);
500 ASN1_OCTET_STRING *OSSL_CMP_HDR_get0_recipNonce(const OSSL_CMP_PKIHEADER *hdr);
503 OSSL_CMP_PKIHEADER *OSSL_CMP_MSG_get0_header(const OSSL_CMP_MSG *msg);
/freebsd-head/crypto/openssl/test/
HDcmp_hdr_test.c20 OSSL_CMP_PKIHEADER *hdr;
HDcmp_vfy_test.c427 const OSSL_CMP_PKIHEADER *hdr = OSSL_CMP_MSG_get0_header(fixture->msg); in execute_msg_check_test()
/freebsd-head/crypto/openssl/apps/
HDcmp.c797 OSSL_CMP_PKIHEADER *hdr; in read_write_req_resp()