• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asus-wl-520gu-7.0.1.45/src/router/libbcmcrypto/openssl/

Lines Matching refs:BIO

781 int ASN1_BIT_STRING_name_print(BIO *out, ASN1_BIT_STRING *bs,
850 int i2a_ASN1_INTEGER(BIO *bp, ASN1_INTEGER *a);
851 int a2i_ASN1_INTEGER(BIO *bp,ASN1_INTEGER *bs,char *buf,int size);
852 int i2a_ASN1_ENUMERATED(BIO *bp, ASN1_ENUMERATED *a);
853 int a2i_ASN1_ENUMERATED(BIO *bp,ASN1_ENUMERATED *bs,char *buf,int size);
854 int i2a_ASN1_OBJECT(BIO *bp,ASN1_OBJECT *a);
855 int a2i_ASN1_STRING(BIO *bp,ASN1_STRING *bs,char *buf,int size);
856 int i2a_ASN1_STRING(BIO *bp, ASN1_STRING *a, int type);
926 void *ASN1_d2i_bio(void *(*xnew)(void), d2i_of_void *d2i, BIO *in, void **x);
928 ((type *(*)(type *(*)(void),D2I_OF(type),BIO *,type **))openssl_fcast(ASN1_d2i_bio))(xnew,d2i,in,x)
929 void *ASN1_item_d2i_bio(const ASN1_ITEM *it, BIO *in, void *x);
930 int ASN1_i2d_bio(i2d_of_void *i2d,BIO *out, unsigned char *x);
932 ((int (*)(I2D_OF(type),BIO *,type *))openssl_fcast(ASN1_i2d_bio))(i2d,out,x)
934 ((int (*)(I2D_OF_const(type),BIO *,const type *))openssl_fcast(ASN1_i2d_bio))(i2d,out,x)
935 int ASN1_item_i2d_bio(const ASN1_ITEM *it, BIO *out, void *x);
936 int ASN1_UTCTIME_print(BIO *fp,ASN1_UTCTIME *a);
937 int ASN1_GENERALIZEDTIME_print(BIO *fp,ASN1_GENERALIZEDTIME *a);
938 int ASN1_TIME_print(BIO *fp,ASN1_TIME *a);
939 int ASN1_STRING_print(BIO *bp,ASN1_STRING *v);
940 int ASN1_STRING_print_ex(BIO *out, ASN1_STRING *str, unsigned long flags);
941 int ASN1_parse(BIO *bp,const unsigned char *pp,long len,int indent);
942 int ASN1_parse_dump(BIO *bp,const unsigned char *pp,long len,int indent,int dump);