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

1 2 3 4 56 7 8

  /external/openssl/crypto/dsa/
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;
pkcs12.h 62 #include <openssl/bio.h>
259 int i2d_PKCS12_bio(BIO *bp, PKCS12 *p12);
261 PKCS12 *d2i_PKCS12_bio(BIO *bp, PKCS12 **p12);
  /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>
232 int DSAparams_print(BIO *bp, const DSA *x);
233 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);
  /libcore/luni/src/main/native/
NativeCrypto.cpp 62 void operator()(BIO* p) const {
66 typedef UniquePtr<BIO, BIO_Delete> Unique_BIO;
2650 BIO* bio = SSL_get_rbio(ssl); local
2895 BIO* bio = SSL_get_wbio(ssl); local
    [all...]
  /external/blktrace/doc/
blktrace.tex 534 \item[B -- bounced] The data pages attached to this \emph{bio} are
    [all...]
  /external/kernel-headers/original/linux/
fs.h     [all...]
  /external/openssl/crypto/bio/
bss_dgram.c 1 /* crypto/bio/bio_dgram.c */
67 #include <openssl/bio.h>
83 static int dgram_write(BIO *h, const char *buf, int num);
84 static int dgram_read(BIO *h, char *buf, int size);
85 static int dgram_puts(BIO *h, const char *str);
86 static long dgram_ctrl(BIO *h, int cmd, long arg1, void *arg2);
87 static int dgram_new(BIO *h);
88 static int dgram_free(BIO *data);
89 static int dgram_clear(BIO *bio);
    [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/
install.com 49 BUFFER,BIO,STACK,LHASH,RAND,ERR,-
85 $ EXHEADER_BIO := bio.h
crypto.h 282 /* predec of the BIO type */
537 void CRYPTO_mem_leaks(struct bio_st *bio);
  /external/openssl/apps/
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>
160 BIO *in=NULL,*out=NULL;
425 BIO *tmpbio = BIO_new(BIO_f_linebuffer());
dsaparam.c 73 #include <openssl/bio.h>
119 BIO *in=NULL,*out=NULL;
266 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/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...]
  /external/openssl/crypto/ecdh/
ecdhtest.c 78 #include <openssl/bio.h>
123 static int test_ecdh_curve(int nid, const char *text, BN_CTX *ctx, BIO *out)
303 BIO *out;
361 BIO_write((BIO *)arg,&c,1);
362 (void)BIO_flush((BIO *)arg);
  /external/openssl/crypto/ecdsa/
ecdsatest.c 87 #include <openssl/bio.h>
101 int x9_62_tests(BIO *);
102 int x9_62_test_internal(BIO *out, int nid, const char *r, const char *s);
103 int test_builtin(BIO *);
182 int x9_62_test_internal(BIO *out, int nid, const char *r_in, const char *s_in)
246 int x9_62_tests(BIO *out)
284 int test_builtin(BIO *out)
457 BIO *out;
  /external/openssl/crypto/err/
err.h 124 #include <openssl/bio.h>
346 void ERR_print_errors(BIO *bp);

Completed in 236 milliseconds

1 2 3 4 56 7 8