HomeSort by relevance Sort by last modified time
    Searched refs:bio (Results 251 - 275 of 326) sorted by null

<<11121314

  /external/openssl/apps/
gendsa.c 66 #include <openssl/bio.h>
86 BIO *out=NULL,*in=NULL;
238 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>
95 BIO *out=NULL;
215 BIO *tmpbio = BIO_new(BIO_f_linebuffer());
284 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>
crl.c 63 #include <openssl/bio.h>
97 static BIO *bio_out=NULL;
107 BIO *out=NULL;
136 BIO *tmpbio = BIO_new(BIO_f_linebuffer());
359 BIO *tmpbio = BIO_new(BIO_f_linebuffer());
408 BIO *in=NULL;
dhparam.c 119 #include <openssl/bio.h>
157 BIO *in=NULL,*out=NULL;
421 BIO *tmpbio = BIO_new(BIO_f_linebuffer());
dsaparam.c 73 #include <openssl/bio.h>
116 BIO *in=NULL,*out=NULL;
263 BIO *tmpbio = BIO_new(BIO_f_linebuffer());
rsa.c 66 #include <openssl/bio.h>
107 BIO *out=NULL;
311 BIO *tmpbio = BIO_new(BIO_f_linebuffer());
  /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...]
bf_lbuf.c 1 /* crypto/bio/bf_buff.c */
62 #include <openssl/bio.h>
65 static int linebuffer_write(BIO *h, const char *buf,int num);
66 static int linebuffer_read(BIO *h, char *buf, int size);
67 static int linebuffer_puts(BIO *h, const char *str);
68 static int linebuffer_gets(BIO *h, char *str, int size);
69 static long linebuffer_ctrl(BIO *h, int cmd, long arg1, void *arg2);
70 static int linebuffer_new(BIO *h);
71 static int linebuffer_free(BIO *data);
72 static long linebuffer_callback_ctrl(BIO *h, int cmd, bio_info_cb *fp)
    [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>
247 int DSAparams_print(BIO *bp, const DSA *x);
248 int DSA_print(BIO *bp, const DSA *x, int off);
dsatest.c 75 #include <openssl/bio.h>
135 static BIO *bio_err=NULL;
254 BIO_printf((BIO *)arg,"error in dsatest\n");
  /external/openssl/crypto/lhash/
lh_stats.c 67 #include <openssl/bio.h>
144 BIO *bp;
156 BIO *bp;
168 BIO *bp;
180 void lh_stats_bio(const _LHASH *lh, BIO *out)
208 void lh_node_stats_bio(const _LHASH *lh, BIO *out)
221 void lh_node_usage_stats_bio(const _LHASH *lh, BIO *out)
lhash.h 72 #include <openssl/bio.h>
192 void lh_stats_bio(const _LHASH *lh, BIO *out);
193 void lh_node_stats_bio(const _LHASH *lh, BIO *out);
194 void lh_node_usage_stats_bio(const _LHASH *lh, BIO *out);
  /external/openssl/crypto/ocsp/
ocsp_prn.c 64 #include <openssl/bio.h>
69 static int ocsp_certid_print(BIO *bp, OCSP_CERTID* a, int indent)
135 int OCSP_REQUEST_print(BIO *bp, OCSP_REQUEST* o, unsigned long flags)
181 int OCSP_RESPONSE_print(BIO *bp, OCSP_RESPONSE* o, unsigned long flags)
  /external/openssl/crypto/pkcs12/
p12_key.c 67 #include <openssl/bio.h>
68 extern BIO *bio_err;
  /external/openssl/include/openssl/
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);
dsa.h 75 #include <openssl/bio.h>
247 int DSAparams_print(BIO *bp, const DSA *x);
248 int DSA_print(BIO *bp, const DSA *x, int off);
lhash.h 72 #include <openssl/bio.h>
192 void lh_stats_bio(const _LHASH *lh, BIO *out);
193 void lh_node_stats_bio(const _LHASH *lh, BIO *out);
194 void lh_node_usage_stats_bio(const _LHASH *lh, BIO *out);
  /external/kernel-headers/original/linux/
fs.h     [all...]
  /external/blktrace/doc/
blktrace.tex 534 \item[B -- bounced] The data pages attached to this \emph{bio} are
    [all...]
  /external/openssl/crypto/aes/
aes_wrap.c 56 #include <openssl/bio.h>
  /external/openssl/crypto/asn1/
bio_asn1.c 59 /* Experimental ASN1 BIO. When written through the data is converted
65 #include <openssl/bio.h>
113 static int asn1_bio_write(BIO *h, const char *buf,int num);
114 static int asn1_bio_read(BIO *h, char *buf, int size);
115 static int asn1_bio_puts(BIO *h, const char *str);
116 static int asn1_bio_gets(BIO *h, char *str, int size);
117 static long asn1_bio_ctrl(BIO *h, int cmd, long arg1, void *arg2);
118 static int asn1_bio_new(BIO *h);
119 static int asn1_bio_free(BIO *data);
120 static long asn1_bio_callback_ctrl(BIO *h, int cmd, bio_info_cb *fp)
    [all...]

Completed in 918 milliseconds

<<11121314