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

1 23 4 5 6 7 8

  /bionic/libc/kernel/common/linux/raid/
md.h 37 #include <linux/bio.h>
  /development/ndk/platforms/android-3/include/linux/raid/
md.h 37 #include <linux/bio.h>
  /external/openssl/apps/
app_rand.c 115 #include <openssl/bio.h>
122 int app_RAND_load_file(const char *file, BIO *bio_e, int dont_warn)
194 int app_RAND_write_file(const char *file, BIO *bio_e)
errstr.c 63 #include <openssl/bio.h>
89 BIO *out=NULL;
96 BIO *tmpbio = BIO_new(BIO_f_linebuffer());
asn1pars.c 85 static int do_generate(BIO *bio, char *genstr, char *genconf, BUF_MEM *buf);
92 BIO *in=NULL,*out=NULL,*b64=NULL, *derout = NULL;
229 BIO *tmpbio = BIO_new(BIO_f_linebuffer());
282 BIO *tmp;
387 static int do_generate(BIO *bio, char *genstr, char *genconf, BUF_MEM *buf)
404 BIO_printf(bio, "Can't find 'asn1' in '%s'\n", genconf);
433 BIO_printf(bio, "Error on line %ld of config file '%s'\n",
436 BIO_printf(bio, "Error loading config file '%s'\n", genconf)
    [all...]
s_apps.h 164 long MS_CALLBACK bio_dump_callback(BIO *bio, int cmd, const char *argp,
  /external/openssl/crypto/bio/
bss_null.c 1 /* crypto/bio/bss_null.c */
62 #include <openssl/bio.h>
64 static int null_write(BIO *h, const char *buf, int num);
65 static int null_read(BIO *h, char *buf, int size);
66 static int null_puts(BIO *h, const char *str);
67 static int null_gets(BIO *h, char *str, int size);
68 static long null_ctrl(BIO *h, int cmd, long arg1, void *arg2);
69 static int null_new(BIO *h);
70 static int null_free(BIO *data);
90 static int null_new(BIO *bi
    [all...]
bio.h 1 /* crypto/bio/bio.h */
90 #define BIO_TYPE_PROXY_CLIENT (14|0x0200) /* client proxy BIO */
91 #define BIO_TYPE_PROXY_SERVER (15|0x0200) /* server proxy BIO */
92 #define BIO_TYPE_NBIO_TEST (16|0x0200) /* server proxy BIO */
95 #define BIO_TYPE_BIO (19|0x0400) /* (half a) BIO pair */
123 #define BIO_CTRL_DUP 12 /* man - extra stuff for 'duped' BIO */
125 /* callback is int cb(BIO *bio,state,ret); */
131 /* dgram BIO stuff *
    [all...]
bio_err.c 1 /* crypto/bio/bio_err.c */
63 #include <openssl/bio.h>
115 {ERR_REASON(BIO_R_EOF_ON_MEMORY_BIO) ,"EOF on memory BIO"},
137 {ERR_REASON(BIO_R_WRITE_TO_READ_ONLY_BIO),"write to read only BIO"},
  /external/openssl/crypto/des/
ecb_enc.c 62 #include <openssl/bio.h>
  /external/openssl/crypto/txt_db/
txt_db.h 64 #include <openssl/bio.h>
96 TXT_DB *TXT_DB_read(BIO *in, int num);
97 long TXT_DB_write(BIO *out, TXT_DB *db);
  /external/openssl/include/openssl/
txt_db.h 64 #include <openssl/bio.h>
96 TXT_DB *TXT_DB_read(BIO *in, int num);
97 long TXT_DB_write(BIO *out, TXT_DB *db);
pkcs7.h 63 #include <openssl/bio.h>
288 PKCS7 *d2i_PKCS7_bio(BIO *bp,PKCS7 **p7);
289 int i2d_PKCS7_bio(BIO *bp,PKCS7 *p7);
290 int i2d_PKCS7_bio_stream(BIO *out, PKCS7 *p7, BIO *in, int flags);
291 int PEM_write_bio_PKCS7_stream(BIO *out, PKCS7 *p7, BIO *in, int flags);
322 BIO *bio, PKCS7 *p7, PKCS7_SIGNER_INFO *si);
323 int PKCS7_signatureVerify(BIO *bio, PKCS7 *p7, PKCS7_SIGNER_INFO *si
    [all...]
ts.h 71 #include <openssl/bio.h>
296 TS_REQ *d2i_TS_REQ_bio(BIO *fp, TS_REQ **a);
297 int i2d_TS_REQ_bio(BIO *fp, TS_REQ *a);
309 TS_MSG_IMPRINT *d2i_TS_MSG_IMPRINT_bio(BIO *fp, TS_MSG_IMPRINT **a);
310 int i2d_TS_MSG_IMPRINT_bio(BIO *fp, TS_MSG_IMPRINT *a);
321 TS_RESP *d2i_TS_RESP_bio(BIO *fp, TS_RESP **a);
322 int i2d_TS_RESP_bio(BIO *fp, TS_RESP *a);
340 TS_TST_INFO *d2i_TS_TST_INFO_bio(BIO *fp, TS_TST_INFO **a);
341 int i2d_TS_TST_INFO_bio(BIO *fp, TS_TST_INFO *a);
409 int TS_REQ_print_bio(BIO *bio, TS_REQ *a)
    [all...]
bio.h 1 /* crypto/bio/bio.h */
90 #define BIO_TYPE_PROXY_CLIENT (14|0x0200) /* client proxy BIO */
91 #define BIO_TYPE_PROXY_SERVER (15|0x0200) /* server proxy BIO */
92 #define BIO_TYPE_NBIO_TEST (16|0x0200) /* server proxy BIO */
95 #define BIO_TYPE_BIO (19|0x0400) /* (half a) BIO pair */
123 #define BIO_CTRL_DUP 12 /* man - extra stuff for 'duped' BIO */
125 /* callback is int cb(BIO *bio,state,ret); */
131 /* dgram BIO stuff *
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/raid/
md.h 37 #include <linux/bio.h>
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/raid/
md.h 37 #include <linux/bio.h>
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/raid/
md.h 37 #include <linux/bio.h>
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/raid/
md.h 37 #include <linux/bio.h>
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/raid/
md.h 37 #include <linux/bio.h>
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/raid/
md.h 37 #include <linux/bio.h>
  /external/openssl/crypto/pkcs7/
pkcs7.h 63 #include <openssl/bio.h>
288 PKCS7 *d2i_PKCS7_bio(BIO *bp,PKCS7 **p7);
289 int i2d_PKCS7_bio(BIO *bp,PKCS7 *p7);
290 int i2d_PKCS7_bio_stream(BIO *out, PKCS7 *p7, BIO *in, int flags);
291 int PEM_write_bio_PKCS7_stream(BIO *out, PKCS7 *p7, BIO *in, int flags);
322 BIO *bio, PKCS7 *p7, PKCS7_SIGNER_INFO *si);
323 int PKCS7_signatureVerify(BIO *bio, PKCS7 *p7, PKCS7_SIGNER_INFO *si
    [all...]
  /external/openssl/ssl/
bio_ssl.c 64 #include <openssl/bio.h>
68 static int ssl_write(BIO *h, const char *buf, int num);
69 static int ssl_read(BIO *h, char *buf, int size);
70 static int ssl_puts(BIO *h, const char *str);
71 static long ssl_ctrl(BIO *h, int cmd, long arg1, void *arg2);
72 static int ssl_new(BIO *h);
73 static int ssl_free(BIO *data);
74 static long ssl_callback_ctrl(BIO *h, int cmd, bio_info_cb *fp);
104 static int ssl_new(BIO *bi)
121 static int ssl_free(BIO *a
300 BIO *dbio,*bio; local
    [all...]
  /external/wpa_supplicant/
tls_openssl.c 44 static BIO *BIO_from_keystore(const char *key)
46 BIO *bio = NULL; local
49 if (length != -1 && (bio = BIO_new(BIO_s_mem())) != NULL) {
50 BIO_write(bio, value, length);
52 return bio;
60 BIO *ssl_in, *ssl_out;
914 "Failed to create a new BIO for ssl_in");
923 "Failed to create a new BIO for ssl_out");
1163 BIO *bio = BIO_from_keystore(&ca_cert[11]) local
1345 BIO *bio = BIO_from_keystore(&client_cert[11]); local
1653 BIO *bio = BIO_from_keystore(&private_key[11]); local
    [all...]
  /external/openssl/crypto/
mem_dbg.c 118 #include <openssl/bio.h>
659 BIO *bio; member in struct:mem_leak_st
675 if(m->addr == (char *)l->bio)
702 BIO_puts(l->bio,buf);
739 BIO_puts(l->bio,buf);
756 void CRYPTO_mem_leaks(BIO *b)
765 ml.bio=b;
828 BIO *b;

Completed in 1248 milliseconds

1 23 4 5 6 7 8