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

1 2 3 4 56 7 8 91011>>

  /external/openssl/crypto/bio/
bss_conn.c 1 /* crypto/bio/bss_conn.c */
63 #include <openssl/bio.h>
92 /* int socket; this will be kept in bio->num so that it is
93 * compatible with the bss_sock bio */
96 * callback(BIO,state,ret); The callback should return
98 int (*info_callback)(const BIO *bio,int state,int ret);
101 static int conn_write(BIO *h, const char *buf, int num);
102 static int conn_read(BIO *h, char *buf, int size);
103 static int conn_puts(BIO *h, const char *str)
    [all...]
bio.h 1 /* crypto/bio/bio.h */
98 #define BIO_TYPE_PROXY_CLIENT (14|0x0200) /* client proxy BIO */
99 #define BIO_TYPE_PROXY_SERVER (15|0x0200) /* server proxy BIO */
100 #define BIO_TYPE_NBIO_TEST (16|0x0200) /* server proxy BIO */
103 #define BIO_TYPE_BIO (19|0x0400) /* (half a) BIO pair */
134 #define BIO_CTRL_DUP 12 /* man - extra stuff for 'duped' BIO */
136 /* callback is int cb(BIO *bio,state,ret); */
142 /* dgram BIO stuff *
    [all...]
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...]
  /external/openssl/include/openssl/
bio.h 1 /* crypto/bio/bio.h */
98 #define BIO_TYPE_PROXY_CLIENT (14|0x0200) /* client proxy BIO */
99 #define BIO_TYPE_PROXY_SERVER (15|0x0200) /* server proxy BIO */
100 #define BIO_TYPE_NBIO_TEST (16|0x0200) /* server proxy BIO */
103 #define BIO_TYPE_BIO (19|0x0400) /* (half a) BIO pair */
134 #define BIO_CTRL_DUP 12 /* man - extra stuff for 'duped' BIO */
136 /* callback is int cb(BIO *bio,state,ret); */
142 /* dgram BIO stuff *
    [all...]
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/ipsec-tools/src/racoon/
crypto_openssl.c 440 static BIO *BIO_from_android(char *path)
478 BIO *bio = BIO_from_android(CAfile); local
483 if (!bio) {
486 stack = PEM_X509_INFO_read_bio(bio, NULL, NULL, NULL);
487 BIO_free(bio);
797 BIO *bio = NULL; local
807 bio = BIO_new(BIO_s_mem());
808 if (bio == NULL
859 BIO *bio; local
897 BIO *bio = BIO_from_android(path); local
1007 BIO *bio = BIO_from_android(path); local
2577 BIO *bio=NULL, *b64=NULL; local
2614 BIO *bio=NULL, *b64=NULL; local
    [all...]
  /bionic/libc/kernel/common/linux/raid/
md.h 49 #include <linux/bio.h>
  /development/ndk/platforms/android-3/include/linux/raid/
md.h 37 #include <linux/bio.h>
  /external/chromium/net/test/
openssl_helper.cc 10 #include <openssl/bio.h>
129 BIO* key = BIO_new(BIO_s_file());
143 BIO* cert = BIO_new(BIO_s_file());
196 BIO* bio = BIO_new_socket(fd, 1 /* take ownership of fd */); local
197 SSL_set_bio(server, bio, bio);
  /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());
  /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);
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/raid/
md.h 37 #include <linux/bio.h>
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/raid/
md.h 37 #include <linux/bio.h>
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/raid/
md.h 37 #include <linux/bio.h>
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/raid/
md.h 37 #include <linux/bio.h>
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/raid/
md.h 37 #include <linux/bio.h>
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/raid/
md.h 37 #include <linux/bio.h>
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/raid/
md.h 37 #include <linux/bio.h>
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/raid/
md.h 37 #include <linux/bio.h>
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/raid/
md.h 37 #include <linux/bio.h>
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/raid/
md.h 37 #include <linux/bio.h>
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/linux/raid/
md.h 37 #include <linux/bio.h>
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/linux/raid/
md.h 37 #include <linux/bio.h>

Completed in 542 milliseconds

1 2 3 4 56 7 8 91011>>