Lines Matching refs:hdr

28   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,
44 int ossl_cmp_hdr_push0_freeText(OSSL_CMP_PKIHEADER *hdr,
46 int ossl_cmp_hdr_push1_freeText(OSSL_CMP_PKIHEADER *hdr,
48 int ossl_cmp_hdr_set_implicitConfirm(OSSL_CMP_PKIHEADER *hdr);
49 int ossl_cmp_hdr_has_implicitConfirm(OSSL_CMP_PKIHEADER *hdr);
50 int ossl_cmp_hdr_set_transactionID(OSSL_CMP_CTX *ctx, OSSL_CMP_PKIHEADER *hdr);
51 int ossl_cmp_hdr_init(OSSL_CMP_CTX *ctx, OSSL_CMP_PKIHEADER *hdr);
55 ossl_cmp_hdr_set_pvno() sets hdr->pvno to the given B<pvno>.
57 ossl_cmp_hdr_get_pvno() returns the pvno of the given B<hdr> or -1 on error.
60 in B<hdr> or NID_undef on error.
80 ossl_cmp_hdr_set1_senderKID() Sets hdr->senderKID to the given string.
85 hdr->freeText and consumes the given pointer.
88 hdr->freeText and does not consume the pointer.
91 item to the hdr->generalInfo stack. Consumes the B<itav> pointer.
94 the generalInfo field of PKIheader of the B<hdr>. Does not consume the B<itavs>
103 ossl_cmp_hdr_set_transactionID() sets the B<transactionID> field in C<hdr>.
122 ossl_cmp_hdr_get_pvno() returns the pvno of the given B<hdr> or -1 on error.