• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/OpenSSH-186/osslshim/ossl-asn1/

Lines Matching refs:pval

652 typedef int ASN1_ex_d2i(ASN1_VALUE **pval, const unsigned char **in, long len, const ASN1_ITEM *it,
655 typedef int ASN1_ex_i2d(ASN1_VALUE **pval, unsigned char **out, const ASN1_ITEM *it, int tag, int aclass);
656 typedef int ASN1_ex_new_func(ASN1_VALUE **pval, const ASN1_ITEM *it);
657 typedef void ASN1_ex_free_func(ASN1_VALUE **pval, const ASN1_ITEM *it);
659 typedef int ASN1_primitive_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype, const ASN1_ITEM *it);
660 typedef int ASN1_primitive_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it);
864 int ASN1_item_ex_new(ASN1_VALUE **pval, const ASN1_ITEM *it);
865 void ASN1_item_ex_free(ASN1_VALUE **pval, const ASN1_ITEM *it);
866 int ASN1_template_new(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt);
867 int ASN1_primitive_new(ASN1_VALUE **pval, const ASN1_ITEM *it);
869 void ASN1_template_free(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt);
870 int ASN1_template_d2i(ASN1_VALUE **pval, const unsigned char **in, long len, const ASN1_TEMPLATE *tt);
871 int ASN1_item_ex_d2i(ASN1_VALUE **pval, const unsigned char **in, long len, const ASN1_ITEM *it, int tag, int aclass, char opt, ASN1_TLC *ctx);
873 int ASN1_item_ex_i2d(ASN1_VALUE **pval, unsigned char **out, const ASN1_ITEM *it, int tag, int aclass);
874 int ASN1_template_i2d(ASN1_VALUE **pval, unsigned char **out, const ASN1_TEMPLATE *tt);
875 void ASN1_primitive_free(ASN1_VALUE **pval, const ASN1_ITEM *it);
877 int asn1_ex_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype, const ASN1_ITEM *it);
878 int asn1_ex_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it);
880 int asn1_get_choice_selector(ASN1_VALUE **pval, const ASN1_ITEM *it);
881 int asn1_set_choice_selector(ASN1_VALUE **pval, int value, const ASN1_ITEM *it);
883 ASN1_VALUE ** asn1_get_field_ptr(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt);
885 const ASN1_TEMPLATE *asn1_do_adb(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt, int nullerr);
887 int asn1_do_lock(ASN1_VALUE **pval, int op, const ASN1_ITEM *it);
889 void asn1_enc_init(ASN1_VALUE **pval, const ASN1_ITEM *it);
890 void asn1_enc_free(ASN1_VALUE **pval, const ASN1_ITEM *it);
891 int asn1_enc_restore(int *len, unsigned char **out, ASN1_VALUE **pval, const ASN1_ITEM *it);
892 int asn1_enc_save(ASN1_VALUE **pval, const unsigned char *in, int inlen, const ASN1_ITEM *it);