• Home
  • Raw
  • Download

Lines Matching refs:ASN1_ITEM

82 	const ASN1_ITEM itname##_it = {
295 #define ASN1_ADB_OBJECT(tblname) { ASN1_TFLG_ADB_OID, -1, 0, #tblname, (const ASN1_ITEM *)&(tblname…
296 #define ASN1_ADB_INTEGER(tblname) { ASN1_TFLG_ADB_INT, -1, 0, #tblname, (const ASN1_ITEM *)&(tblnam…
605 typedef int ASN1_ex_d2i(ASN1_VALUE **pval, const unsigned char **in, long len, const ASN1_ITEM *it,
608 typedef int ASN1_ex_i2d(ASN1_VALUE **pval, unsigned char **out, const ASN1_ITEM *it, int tag, int a…
609 typedef int ASN1_ex_new_func(ASN1_VALUE **pval, const ASN1_ITEM *it);
610 typedef void ASN1_ex_free_func(ASN1_VALUE **pval, const ASN1_ITEM *it);
616 typedef int ASN1_primitive_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype, const ASN1_ITEM
617 …VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it);
618 typedef int ASN1_primitive_print(BIO *out, ASN1_VALUE **pval, const ASN1_ITEM *it, int indent, cons…
665 typedef int ASN1_aux_cb(int operation, ASN1_VALUE **in, const ASN1_ITEM *it,
871 int ASN1_item_ex_new(ASN1_VALUE **pval, const ASN1_ITEM *it);
872 void ASN1_item_ex_free(ASN1_VALUE **pval, const ASN1_ITEM *it);
874 int ASN1_primitive_new(ASN1_VALUE **pval, const ASN1_ITEM *it);
878 int ASN1_item_ex_d2i(ASN1_VALUE **pval, const unsigned char **in, long len, const ASN1_ITEM *it,
881 int ASN1_item_ex_i2d(ASN1_VALUE **pval, unsigned char **out, const ASN1_ITEM *it, int tag, int acla…
883 void ASN1_primitive_free(ASN1_VALUE **pval, const ASN1_ITEM *it);
885 int asn1_ex_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype, const ASN1_ITEM *it);
886 …VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it);
888 int asn1_get_choice_selector(ASN1_VALUE **pval, const ASN1_ITEM *it);
889 int asn1_set_choice_selector(ASN1_VALUE **pval, int value, const ASN1_ITEM *it);
895 void asn1_refcount_set_one(ASN1_VALUE **pval, const ASN1_ITEM *it);
896 int asn1_refcount_dec_and_test_zero(ASN1_VALUE **pval, const ASN1_ITEM *it);
898 void asn1_enc_init(ASN1_VALUE **pval, const ASN1_ITEM *it);
899 void asn1_enc_free(ASN1_VALUE **pval, const ASN1_ITEM *it);
900 int asn1_enc_restore(int *len, unsigned char **out, ASN1_VALUE **pval, const ASN1_ITEM *it);
901 int asn1_enc_save(ASN1_VALUE **pval, const unsigned char *in, int inlen, const ASN1_ITEM *it);