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

1 2 3 4 5 6 7 891011>>

  /external/openssl/apps/
x509.c 67 #include <openssl/bio.h>
164 static int purpose_print(BIO *bio, X509 *cert, X509_PURPOSE *pt);
180 BIO *out=NULL;
181 BIO *STDout=NULL;
226 BIO *tmpbio = BIO_new(BIO_f_linebuffer());
570 BIO *in;
687 BIO *tmpbio = BIO_new(BIO_f_linebuffer());
    [all...]
gendh.c 73 #include <openssl/bio.h>
100 BIO *out=NULL;
178 BIO *tmpbio = BIO_new(BIO_f_linebuffer());
rand.c 62 #include <openssl/bio.h>
86 BIO *out = NULL;
196 BIO *tmpbio = BIO_new(BIO_f_linebuffer());
206 BIO *b64 = BIO_new(BIO_f_base64());
  /development/ndk/platforms/android-3/include/linux/raid/
md_k.h 15 #include "../../../drivers/md/dm-bio-list.h"
141 struct bio *biolist;
  /external/ipsec-tools/src/racoon/
plainrsa-gen.c 47 #include <openssl/bio.h>
  /external/openssl/crypto/asn1/
bio_ndef.c 57 #include <openssl/bio.h>
62 /* Experimental NDEF ASN1 BIO support routines */
65 * get a BIO from it then any data written through the BIO
70 * When the BIO is flushed the output is finalized and any
73 * The BIO is a 'proper' BIO and can handle non blocking I/O
79 /* BIO support data stored in the ASN1 BIO ex_arg */
83 /* ASN1 structure this BIO refers to *
    [all...]
  /external/openssl/crypto/bio/
bf_nbio.c 1 /* crypto/bio/bf_nbio.c */
63 #include <openssl/bio.h>
68 static int nbiof_write(BIO *h,const char *buf,int num);
69 static int nbiof_read(BIO *h,char *buf,int size);
70 static int nbiof_puts(BIO *h,const char *str);
71 static int nbiof_gets(BIO *h,char *str,int size);
72 static long nbiof_ctrl(BIO *h,int cmd,long arg1,void *arg2);
73 static int nbiof_new(BIO *h);
74 static int nbiof_free(BIO *data);
75 static long nbiof_callback_ctrl(BIO *h,int cmd,bio_info_cb *fp)
    [all...]
bss_sock.c 1 /* crypto/bio/bss_sock.c */
66 #include <openssl/bio.h>
74 static int sock_write(BIO *h, const char *buf, int num);
75 static int sock_read(BIO *h, char *buf, int size);
76 static int sock_puts(BIO *h, const char *str);
77 static long sock_ctrl(BIO *h, int cmd, long arg1, void *arg2);
78 static int sock_new(BIO *h);
79 static int sock_free(BIO *data);
101 BIO *BIO_new_socket(int fd, int close_flag)
103 BIO *ret
    [all...]
  /external/openssl/crypto/bn/
exptest.c 65 #include <openssl/bio.h>
77 BIO *out=NULL;
  /external/openssl/crypto/dh/
dh.h 69 #include <openssl/bio.h>
219 int DHparams_print(BIO *bp, const DH *x);
dhtest.c 72 #include <openssl/bio.h>
104 BIO *out;
  /external/openssl/crypto/pkcs7/
dec.c 61 #include <openssl/bio.h>
69 BIO *bio_err=NULL;
76 BIO *in;
83 BIO *data,*detached=NULL,*p7bio=NULL;
verify.c 60 #include <openssl/bio.h>
69 BIO *bio_err=NULL;
70 BIO *bio_out=NULL;
80 BIO *data,*detached=NULL,*p7bio=NULL;
  /external/openssl/include/openssl/
dh.h 69 #include <openssl/bio.h>
219 int DHparams_print(BIO *bp, const DH *x);
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/raid/
md_k.h 15 #include "../../../drivers/md/dm-bio-list.h"
141 struct bio *biolist;
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/raid/
md_k.h 15 #include "../../../drivers/md/dm-bio-list.h"
141 struct bio *biolist;
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/raid/
md_k.h 15 #include "../../../drivers/md/dm-bio-list.h"
141 struct bio *biolist;
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/raid/
md_k.h 15 #include "../../../drivers/md/dm-bio-list.h"
141 struct bio *biolist;
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/raid/
md_k.h 15 #include "../../../drivers/md/dm-bio-list.h"
141 struct bio *biolist;
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/raid/
md_k.h 15 #include "../../../drivers/md/dm-bio-list.h"
141 struct bio *biolist;
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/raid/
md_k.h 15 #include "../../../drivers/md/dm-bio-list.h"
141 struct bio *biolist;
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/raid/
md_k.h 15 #include "../../../drivers/md/dm-bio-list.h"
141 struct bio *biolist;
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/raid/
md_k.h 15 #include "../../../drivers/md/dm-bio-list.h"
141 struct bio *biolist;
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/raid/
md_k.h 15 #include "../../../drivers/md/dm-bio-list.h"
141 struct bio *biolist;
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/linux/raid/
md_k.h 15 #include "../../../drivers/md/dm-bio-list.h"
141 struct bio *biolist;

Completed in 595 milliseconds

1 2 3 4 5 6 7 891011>>