HomeSort by relevance Sort by last modified time
    Searched refs:bio (Results 276 - 300 of 535) sorted by null

<<11121314151617181920>>

  /external/openssl/crypto/bio/
bio_err.c 1 /* crypto/bio/bio_err.c */
63 #include <openssl/bio.h>
116 {ERR_REASON(BIO_R_EOF_ON_MEMORY_BIO) ,"EOF on memory BIO"},
138 {ERR_REASON(BIO_R_WRITE_TO_READ_ONLY_BIO),"write to read only BIO"},
b_print.c 1 /* crypto/bio/b_print.c */
80 #include <openssl/bio.h>
768 int BIO_printf (BIO *bio, const char *format, ...)
775 ret = BIO_vprintf(bio, format, args);
781 int BIO_vprintf (BIO *bio, const char *format, va_list args)
799 ret=BIO_write(bio, dynbuf, (int)retlen);
804 ret=BIO_write(bio, hugebuf, (int)retlen);
bf_null.c 1 /* crypto/bio/bf_null.c */
62 #include <openssl/bio.h>
67 static int nullf_write(BIO *h, const char *buf, int num);
68 static int nullf_read(BIO *h, char *buf, int size);
69 static int nullf_puts(BIO *h, const char *str);
70 static int nullf_gets(BIO *h, char *str, int size);
71 static long nullf_ctrl(BIO *h, int cmd, long arg1, void *arg2);
72 static int nullf_new(BIO *h);
73 static int nullf_free(BIO *data);
74 static long nullf_callback_ctrl(BIO *h, int cmd, bio_info_cb *fp)
    [all...]
  /external/openssl/crypto/err/
err_all.c 66 #include <openssl/bio.h>
  /external/openssl/crypto/pkcs7/
sign.c 60 #include <openssl/bio.h>
73 BIO *in;
74 BIO *data,*p7bio;
  /system/core/adb/
adb_auth_host.c 135 BIO *bio, *b64, *bfile; local
160 bio = BIO_push(b64, bfile);
161 BIO_write(bio, &pkey, sizeof(pkey));
162 BIO_flush(bio);
  /bionic/libc/kernel/common/linux/raid/
md_k.h 21 #include "../../../drivers/md/dm-bio-list.h"
141 struct bio *biolist;
174 int (*make_request)(request_queue_t *q, struct bio *bio);
  /external/kernel-headers/original/linux/raid/
md_k.h 18 /* and dm-bio-list.h is not under include/linux because.... ??? */
19 #include "../../../drivers/md/dm-bio-list.h"
208 struct bio *biolist; /* bios that need to be retried
264 int (*make_request)(request_queue_t *q, struct bio *bio);
  /external/wpa_supplicant_8/src/crypto/
tls_openssl.c 55 static BIO * BIO_from_keystore(const char *key)
57 BIO *bio = NULL; local
60 if (length != -1 && (bio = BIO_new(BIO_s_mem())) != NULL) {
61 BIO_write(bio, value, length);
64 return bio;
91 BIO *ssl_in, *ssl_out;
1022 "Failed to create a new BIO for ssl_in");
1031 "Failed to create a new BIO for ssl_out");
1505 BIO *bio = BIO_from_keystore(&ca_cert[11]); local
1705 BIO *bio = BIO_from_keystore(&client_cert[11]); local
    [all...]
  /external/openssh/
authfile.c 181 BIO *bio; local
187 if ((bio = BIO_new(BIO_s_mem())) == NULL) {
193 success = PEM_write_bio_DSAPrivateKey(bio, key->dsa,
198 success = PEM_write_bio_ECPrivateKey(bio, key->ecdsa,
203 success = PEM_write_bio_RSAPrivateKey(bio, key->rsa,
208 if ((blen = BIO_get_mem_data(bio, &bptr)) <= 0)
213 BIO_free(bio);
525 BIO *bio; local
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/base/
opensslstreamadapter.cc 36 #include <openssl/bio.h>
83 static int stream_write(BIO* h, const char* buf, int num);
84 static int stream_read(BIO* h, char* buf, int size);
85 static int stream_puts(BIO* h, const char* str);
86 static long stream_ctrl(BIO* h, int cmd, long arg1, void* arg2);
87 static int stream_new(BIO* h);
88 static int stream_free(BIO* data);
105 static BIO* BIO_new_stream(StreamInterface* stream) {
106 BIO* ret = BIO_new(BIO_s_stream());
113 // bio methods return 1 (or at least non-zero) on success and 0 on failure
614 BIO* bio = NULL; local
    [all...]
  /external/chromium_org/third_party/openssl/openssl/ssl/
ssl_lib.c 533 /* If the buffering BIO is in place, pop it off */
611 void SSL_set_bio(SSL *s,BIO *rbio,BIO *wbio)
613 /* If the output buffering BIO is still in place, remove it
631 BIO *SSL_get_rbio(const SSL *s)
634 BIO *SSL_get_wbio(const SSL *s)
645 BIO *b,*r;
657 BIO *b,*r;
670 BIO *bio=NULL local
689 BIO *bio=NULL; local
711 BIO *bio=NULL; local
2499 BIO *bio; local
    [all...]
d1_pkt.c 669 /* Only do replay check if no SCTP bio */
979 BIO *bio; local
981 bio=SSL_get_rbio(s);
983 BIO_clear_retry_flags(bio);
984 BIO_set_retry_read(bio);
1070 BIO *bio; local
1076 bio=SSL_get_rbio(s);
1077 BIO_clear_retry_flags(bio);
1303 BIO *bio; local
    [all...]
  /external/openssl/ssl/
ssl_lib.c 544 /* If the buffering BIO is in place, pop it off */
624 void SSL_set_bio(SSL *s,BIO *rbio,BIO *wbio)
626 /* If the output buffering BIO is still in place, remove it
644 BIO *SSL_get_rbio(const SSL *s)
647 BIO *SSL_get_wbio(const SSL *s)
658 BIO *b,*r;
670 BIO *b,*r;
683 BIO *bio=NULL local
702 BIO *bio=NULL; local
724 BIO *bio=NULL; local
2595 BIO *bio; local
    [all...]
d1_pkt.c 669 /* Only do replay check if no SCTP bio */
979 BIO *bio; local
981 bio=SSL_get_rbio(s);
983 BIO_clear_retry_flags(bio);
984 BIO_set_retry_read(bio);
1070 BIO *bio; local
1076 bio=SSL_get_rbio(s);
1077 BIO_clear_retry_flags(bio);
1303 BIO *bio; local
    [all...]
  /external/chromium_org/third_party/openssl/
openssl.target.darwin-arm.mk 126 third_party/openssl/openssl/crypto/bio/b_dump.c \
127 third_party/openssl/openssl/crypto/bio/b_print.c \
128 third_party/openssl/openssl/crypto/bio/b_sock.c \
129 third_party/openssl/openssl/crypto/bio/bf_buff.c \
130 third_party/openssl/openssl/crypto/bio/bf_nbio.c \
131 third_party/openssl/openssl/crypto/bio/bf_null.c \
132 third_party/openssl/openssl/crypto/bio/bio_cb.c \
133 third_party/openssl/openssl/crypto/bio/bio_err.c \
134 third_party/openssl/openssl/crypto/bio/bio_lib.c \
135 third_party/openssl/openssl/crypto/bio/bss_acpt.c
    [all...]
openssl.target.darwin-mips.mk 126 third_party/openssl/openssl/crypto/bio/b_dump.c \
127 third_party/openssl/openssl/crypto/bio/b_print.c \
128 third_party/openssl/openssl/crypto/bio/b_sock.c \
129 third_party/openssl/openssl/crypto/bio/bf_buff.c \
130 third_party/openssl/openssl/crypto/bio/bf_nbio.c \
131 third_party/openssl/openssl/crypto/bio/bf_null.c \
132 third_party/openssl/openssl/crypto/bio/bio_cb.c \
133 third_party/openssl/openssl/crypto/bio/bio_err.c \
134 third_party/openssl/openssl/crypto/bio/bio_lib.c \
135 third_party/openssl/openssl/crypto/bio/bss_acpt.c
    [all...]
openssl.target.darwin-x86.mk 123 third_party/openssl/openssl/crypto/bio/b_dump.c \
124 third_party/openssl/openssl/crypto/bio/b_print.c \
125 third_party/openssl/openssl/crypto/bio/b_sock.c \
126 third_party/openssl/openssl/crypto/bio/bf_buff.c \
127 third_party/openssl/openssl/crypto/bio/bf_nbio.c \
128 third_party/openssl/openssl/crypto/bio/bf_null.c \
129 third_party/openssl/openssl/crypto/bio/bio_cb.c \
130 third_party/openssl/openssl/crypto/bio/bio_err.c \
131 third_party/openssl/openssl/crypto/bio/bio_lib.c \
132 third_party/openssl/openssl/crypto/bio/bss_acpt.c
    [all...]
openssl.target.linux-arm.mk 126 third_party/openssl/openssl/crypto/bio/b_dump.c \
127 third_party/openssl/openssl/crypto/bio/b_print.c \
128 third_party/openssl/openssl/crypto/bio/b_sock.c \
129 third_party/openssl/openssl/crypto/bio/bf_buff.c \
130 third_party/openssl/openssl/crypto/bio/bf_nbio.c \
131 third_party/openssl/openssl/crypto/bio/bf_null.c \
132 third_party/openssl/openssl/crypto/bio/bio_cb.c \
133 third_party/openssl/openssl/crypto/bio/bio_err.c \
134 third_party/openssl/openssl/crypto/bio/bio_lib.c \
135 third_party/openssl/openssl/crypto/bio/bss_acpt.c
    [all...]
openssl.target.linux-mips.mk 126 third_party/openssl/openssl/crypto/bio/b_dump.c \
127 third_party/openssl/openssl/crypto/bio/b_print.c \
128 third_party/openssl/openssl/crypto/bio/b_sock.c \
129 third_party/openssl/openssl/crypto/bio/bf_buff.c \
130 third_party/openssl/openssl/crypto/bio/bf_nbio.c \
131 third_party/openssl/openssl/crypto/bio/bf_null.c \
132 third_party/openssl/openssl/crypto/bio/bio_cb.c \
133 third_party/openssl/openssl/crypto/bio/bio_err.c \
134 third_party/openssl/openssl/crypto/bio/bio_lib.c \
135 third_party/openssl/openssl/crypto/bio/bss_acpt.c
    [all...]
openssl.target.linux-x86.mk 123 third_party/openssl/openssl/crypto/bio/b_dump.c \
124 third_party/openssl/openssl/crypto/bio/b_print.c \
125 third_party/openssl/openssl/crypto/bio/b_sock.c \
126 third_party/openssl/openssl/crypto/bio/bf_buff.c \
127 third_party/openssl/openssl/crypto/bio/bf_nbio.c \
128 third_party/openssl/openssl/crypto/bio/bf_null.c \
129 third_party/openssl/openssl/crypto/bio/bio_cb.c \
130 third_party/openssl/openssl/crypto/bio/bio_err.c \
131 third_party/openssl/openssl/crypto/bio/bio_lib.c \
132 third_party/openssl/openssl/crypto/bio/bss_acpt.c
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/bio/
b_print.c 1 /* crypto/bio/b_print.c */
80 #include <openssl/bio.h>
768 int BIO_printf (BIO *bio, const char *format, ...)
775 ret = BIO_vprintf(bio, format, args);
781 int BIO_vprintf (BIO *bio, const char *format, va_list args)
799 ret=BIO_write(bio, dynbuf, (int)retlen);
804 ret=BIO_write(bio, hugebuf, (int)retlen);
bf_null.c 1 /* crypto/bio/bf_null.c */
62 #include <openssl/bio.h>
67 static int nullf_write(BIO *h, const char *buf, int num);
68 static int nullf_read(BIO *h, char *buf, int size);
69 static int nullf_puts(BIO *h, const char *str);
70 static int nullf_gets(BIO *h, char *str, int size);
71 static long nullf_ctrl(BIO *h, int cmd, long arg1, void *arg2);
72 static int nullf_new(BIO *h);
73 static int nullf_free(BIO *data);
74 static long nullf_callback_ctrl(BIO *h, int cmd, bio_info_cb *fp)
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/pkcs7/
enc.c 60 #include <openssl/bio.h>
71 BIO *in;
72 BIO *data,*p7bio;
pk7_attr.c 61 #include <openssl/bio.h>

Completed in 549 milliseconds

<<11121314151617181920>>