HomeSort by relevance Sort by last modified time
    Searched refs:bio (Results 101 - 125 of 190) sorted by null

1 2 3 45 6 7 8

  /external/openssl/crypto/dh/
dhtest.c 72 #include <openssl/bio.h>
104 BIO *out;
  /external/openssl/crypto/pem/
pem_all.c 114 #include <openssl/bio.h>
176 RSA *PEM_read_bio_RSAPrivateKey(BIO *bp, RSA **rsa, pem_password_cb *cb,
218 DSA *PEM_read_bio_DSAPrivateKey(BIO *bp, DSA **dsa, pem_password_cb *cb,
262 EC_KEY *PEM_read_bio_ECPrivateKey(BIO *bp, EC_KEY **key, pem_password_cb *cb,
  /external/openssl/crypto/pkcs7/
dec.c 61 #include <openssl/bio.h>
69 BIO *bio_err=NULL;
76 BIO *in;
83 BIO *data,*detached=NULL,*p7bio=NULL;
verify.c 60 #include <openssl/bio.h>
69 BIO *bio_err=NULL;
70 BIO *bio_out=NULL;
80 BIO *data,*detached=NULL,*p7bio=NULL;
bio_ber.c 65 static int ber_write(BIO *h,char *buf,int num);
66 static int ber_read(BIO *h,char *buf,int size);
67 /*static int ber_puts(BIO *h,char *str); */
68 /*static int ber_gets(BIO *h,char *str,int size); */
69 static long ber_ctrl(BIO *h,int cmd,long arg1,char *arg2);
70 static int ber_new(BIO *h);
71 static int ber_free(BIO *data);
72 static long ber_callback_ctrl(BIO *h,int cmd,void *(*fp)());
127 static int ber_new(BIO *bi)
142 static int ber_free(BIO *a
    [all...]
  /external/openssl/include/openssl/
dh.h 69 #include <openssl/bio.h>
204 int DHparams_print(BIO *bp, const DH *x);
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/raid/
md_k.h 15 #include "../../../drivers/md/dm-bio-list.h"
141 struct bio *biolist;
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/raid/
md_k.h 15 #include "../../../drivers/md/dm-bio-list.h"
141 struct bio *biolist;
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/raid/
md_k.h 15 #include "../../../drivers/md/dm-bio-list.h"
141 struct bio *biolist;
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/raid/
md_k.h 15 #include "../../../drivers/md/dm-bio-list.h"
141 struct bio *biolist;
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/raid/
md_k.h 15 #include "../../../drivers/md/dm-bio-list.h"
141 struct bio *biolist;
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/raid/
md_k.h 15 #include "../../../drivers/md/dm-bio-list.h"
141 struct bio *biolist;
  /external/openssl/apps/
apps.h 117 #include <openssl/bio.h>
130 int app_RAND_load_file(const char *file, BIO *bio_e, int dont_warn);
131 int app_RAND_write_file(const char *file, BIO *bio_e);
146 BIO *bio_err=NULL;
149 extern BIO *bio_err;
157 extern BIO *bio_err;
237 int dump_cert_text(BIO *out, X509 *x);
238 void print_name(BIO *out, const char *title, X509_NAME *nm, unsigned long lflags);
244 int app_passwd(BIO *err, char *arg1, char *arg2, char **pass1, char **pass2);
245 int add_oid_section(BIO *err, CONF *conf)
    [all...]
dh.c 67 #include <openssl/bio.h>
96 BIO *in=NULL,*out=NULL;
218 BIO *tmpbio = BIO_new(BIO_f_linebuffer());
dsa.c 66 #include <openssl/bio.h>
104 BIO *in=NULL,*out=NULL;
298 BIO *tmpbio = BIO_new(BIO_f_linebuffer());
ec.c 65 #include <openssl/bio.h>
96 BIO *in = NULL, *out = NULL;
319 BIO *tmpbio = BIO_new(BIO_f_linebuffer());
gendsa.c 66 #include <openssl/bio.h>
89 BIO *out=NULL,*in=NULL;
241 BIO *tmpbio = BIO_new(BIO_f_linebuffer());
genrsa.c 72 #include <openssl/bio.h>
106 BIO *out=NULL;
123 BIO_printf(bio_err,"unable to create BIO for output\n");
243 BIO *tmpbio = BIO_new(BIO_f_linebuffer());
sess_id.c 63 #include <openssl/bio.h>
94 BIO *out=NULL;
213 BIO *tmpbio = BIO_new(BIO_f_linebuffer());
282 BIO *in=NULL;
spkac.c 65 #include <openssl/bio.h>
86 BIO *in = NULL,*out = NULL;
214 BIO *tmpbio = BIO_new(BIO_f_linebuffer());
272 BIO *tmpbio = BIO_new(BIO_f_linebuffer());
verify.c 63 #include <openssl/bio.h>
  /external/openssl/crypto/bio/
bss_mem.c 1 /* crypto/bio/bss_mem.c */
62 #include <openssl/bio.h>
64 static int mem_write(BIO *h, const char *buf, int num);
65 static int mem_read(BIO *h, char *buf, int size);
66 static int mem_puts(BIO *h, const char *str);
67 static int mem_gets(BIO *h, char *str, int size);
68 static long mem_ctrl(BIO *h, int cmd, long arg1, void *arg2);
69 static int mem_new(BIO *h);
70 static int mem_free(BIO *data);
85 /* bio->num is used to hold the value to return on 'empty', if it i
    [all...]
bss_rtcp.c 1 /* crypto/bio/bss_rtcp.c */
69 #include <openssl/bio.h>
91 static int rtcp_write(BIO *h,const char *buf,int num);
92 static int rtcp_read(BIO *h,char *buf,int size);
93 static int rtcp_puts(BIO *h,const char *str);
94 static int rtcp_gets(BIO *h,char *str,int size);
95 static long rtcp_ctrl(BIO *h,int cmd,long arg1,void *arg2);
96 static int rtcp_new(BIO *h);
97 static int rtcp_free(BIO *data);
153 static int rtcp_new(BIO *bi
    [all...]
  /external/openssl/crypto/conf/
conf.h 62 #include <openssl/bio.h>
95 int (*load_bio)(CONF *conf, BIO *bp, long *eline);
96 int (*dump)(const CONF *conf, BIO *bp);
129 LHASH_OF(CONF_VALUE) *CONF_load_bio(LHASH_OF(CONF_VALUE) *conf, BIO *bp,long *eline);
138 int CONF_dump_bio(LHASH_OF(CONF_VALUE) *conf, BIO *out);
166 int NCONF_load_bio(CONF *conf, BIO *bp,long *eline);
172 int NCONF_dump_bio(const CONF *conf, BIO *out);
  /external/openssl/crypto/dsa/
dsa.h 75 #include <openssl/bio.h>
232 int DSAparams_print(BIO *bp, const DSA *x);
233 int DSA_print(BIO *bp, const DSA *x, int off);

Completed in 509 milliseconds

1 2 3 45 6 7 8