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

Lines Matching refs:ASN1_ITEM

82 /* Macros for start and end of ASN1_ITEM definition */
85 OPENSSL_GLOBAL const ASN1_ITEM itname##_it = {
95 /* Macros for start and end of ASN1_ITEM definition */
98 const ASN1_ITEM * itname##_it(void) \
100 static const ASN1_ITEM local_it = {
135 * This will produce an ASN1_ITEM called stname_it
237 * This will produce an ASN1_ITEM called chname_it
288 /* This helps with the template wrapper form of ASN1_ITEM */
318 # define ASN1_ADB_OBJECT(tblname) { ASN1_TFLG_ADB_OID, -1, 0, #tblname, (const ASN1_ITEM *)&(tblname##_adb) }
319 # define ASN1_ADB_INTEGER(tblname) { ASN1_TFLG_ADB_INT, -1, 0, #tblname, (const ASN1_ITEM *)&(tblname##_adb) }
414 static const ASN1_ITEM *name##_adb(void) \
426 return (const ASN1_ITEM *) &internal_adb; \
450 ASN1_ITEM_EXP *item; /* Relevant ASN1_ITEM or ASN1_ADB */
453 /* Macro to extract ASN1_ITEM and ASN1_ADB pointer from ASN1_TEMPLATE */
659 const ASN1_ITEM *it, int tag, int aclass, char opt,
663 const ASN1_ITEM *it, int tag, int aclass);
664 typedef int ASN1_ex_new_func(ASN1_VALUE **pval, const ASN1_ITEM *it);
665 typedef void ASN1_ex_free_func(ASN1_VALUE **pval, const ASN1_ITEM *it);
672 int *putype, const ASN1_ITEM *it);
675 const ASN1_ITEM *it);
677 const ASN1_ITEM *it, int indent,
721 typedef int ASN1_aux_cb(int operation, ASN1_VALUE **in, const ASN1_ITEM *it,
789 /* Macro to implement an ASN1_ITEM in terms of old style funcs */
821 /* Macro to implement standard functions in terms of ASN1_ITEM structures */
929 int ASN1_item_ex_new(ASN1_VALUE **pval, const ASN1_ITEM *it);
930 void ASN1_item_ex_free(ASN1_VALUE **pval, const ASN1_ITEM *it);
932 int ASN1_primitive_new(ASN1_VALUE **pval, const ASN1_ITEM *it);
938 const ASN1_ITEM *it, int tag, int aclass, char opt,
942 const ASN1_ITEM *it, int tag, int aclass);
945 void ASN1_primitive_free(ASN1_VALUE **pval, const ASN1_ITEM *it);
948 const ASN1_ITEM *it);
950 int utype, char *free_cont, const ASN1_ITEM *it);
952 int asn1_get_choice_selector(ASN1_VALUE **pval, const ASN1_ITEM *it);
954 const ASN1_ITEM *it);
961 int asn1_do_lock(ASN1_VALUE **pval, int op, const ASN1_ITEM *it);
963 void asn1_enc_init(ASN1_VALUE **pval, const ASN1_ITEM *it);
964 void asn1_enc_free(ASN1_VALUE **pval, const ASN1_ITEM *it);
966 const ASN1_ITEM *it);
968 const ASN1_ITEM *it);