• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/asn1/

Lines Matching refs:ASN1_ITEM

366  * The following macros and typedefs allow an ASN1_ITEM
368 * the ASN1_ITEM pointers need to be globally accessible
371 * ASN1_ITEM structure itself will be globally exported.
373 * an ASN1_ITEM pointer.
376 * should be used instead of hard coding an ASN1_ITEM
393 * const ASN1_ITEM *it = ASN1_ITEM_ptr(somevar.iptr);
395 * Finally an ASN1_ITEM pointer can be extracted from an
397 * would be used when a function takes an ASN1_ITEM * argument.
403 /* ASN1_ITEM pointer exported type */
404 typedef const ASN1_ITEM ASN1_ITEM_EXP;
406 /* Macro to obtain ASN1_ITEM pointer from exported type */
409 /* Macro to include ASN1_ITEM pointer from base type */
415 OPENSSL_EXTERN const ASN1_ITEM name##_it;
421 * functions returning ASN1_ITEM pointers.
424 /* ASN1_ITEM pointer exported type */
425 typedef const ASN1_ITEM *ASN1_ITEM_EXP (void);
427 /* Macro to obtain ASN1_ITEM pointer from exported type */
430 /* Macro to include ASN1_ITEM pointer from base type */
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);