Lines Matching refs:ASN1_ITEM
404 typedef const ASN1_ITEM ASN1_ITEM_EXP;
415 OPENSSL_EXTERN const ASN1_ITEM name##_it;
425 typedef const ASN1_ITEM *ASN1_ITEM_EXP (void);
436 const ASN1_ITEM * name##_it(void);
976 void *ASN1_item_dup(const ASN1_ITEM *it, void *x);
993 void *ASN1_item_d2i_fp(const ASN1_ITEM *it, FILE *in, void *x);
1006 int ASN1_item_i2d_fp(const ASN1_ITEM *it, FILE *out, void *x);
1021 void *ASN1_item_d2i_bio(const ASN1_ITEM *it, BIO *in, void *x);
1034 int ASN1_item_i2d_bio(const ASN1_ITEM *it, BIO *out, void *x);
1067 void *ASN1_item_unpack(ASN1_STRING *oct, const ASN1_ITEM *it);
1076 ASN1_STRING *ASN1_item_pack(void *obj, const ASN1_ITEM *it,
1098 ASN1_VALUE *ASN1_item_new(const ASN1_ITEM *it);
1099 void ASN1_item_free(ASN1_VALUE *val, const ASN1_ITEM *it);
1101 long len, const ASN1_ITEM *it);
1102 int ASN1_item_i2d(ASN1_VALUE *val, unsigned char **out, const ASN1_ITEM *it);
1104 const ASN1_ITEM *it);
1133 const ASN1_ITEM *it, const ASN1_PCTX *pctx);
1149 BIO *BIO_new_NDEF(BIO *out, ASN1_VALUE *val, const ASN1_ITEM *it);
1152 const ASN1_ITEM *it);
1154 const char *hdr, const ASN1_ITEM *it);
1157 STACK_OF(X509_ALGOR) *mdalgs, const ASN1_ITEM *it);
1158 ASN1_VALUE *SMIME_read_ASN1(BIO *bio, BIO **bcont, const ASN1_ITEM *it);