Lines Matching refs:it
15 long len, const ASN1_ITEM *it,
18 long len, const ASN1_ITEM *it);
20 void *ASN1_item_d2i_bio_ex(const ASN1_ITEM *it, BIO *in, void *x,
22 void *ASN1_item_d2i_bio(const ASN1_ITEM *it, BIO *in, void *x);
24 void *ASN1_item_d2i_fp_ex(const ASN1_ITEM *it, FILE *in, void *x,
26 void *ASN1_item_d2i_fp(const ASN1_ITEM *it, FILE *in, void *x);
28 BIO *ASN1_item_i2d_mem_bio(const ASN1_ITEM *it, const ASN1_VALUE *val);
30 ASN1_STRING *ASN1_item_pack(void *obj, const ASN1_ITEM *it, ASN1_STRING **oct);
32 void *ASN1_item_unpack(const ASN1_STRING *oct, const ASN1_ITEM *it);
34 void *ASN1_item_unpack_ex(const ASN1_STRING *oct, const ASN1_ITEM *it,
41 I<it>. It places the result in I<*pval> unless I<pval> is NULL. If I<*pval> is
54 which must be a DER-encoded ASN.1 structure, using the ASN.1 template I<it>
56 If I<in> is NULL it returns NULL, else a pointer to the parsed structure. If any
74 using the ASN.1 template I<it> and returns the result in a memory BIO.
77 ASN.1 template I<it> and returns an B<ASN1_STRING> object. If the passed in
85 I<oct> using the ASN.1 template I<it>.