HomeSort by relevance Sort by last modified time
    Searched refs:BIO (Results 26 - 50 of 198) sorted by null

12 3 4 5 6 7 8

  /external/openssl/crypto/pkcs7/
pkcs7.h 63 #include <openssl/bio.h>
292 PKCS7 *d2i_PKCS7_bio(BIO *bp,PKCS7 **p7);
293 int i2d_PKCS7_bio(BIO *bp,PKCS7 *p7);
323 BIO *bio, PKCS7 *p7, PKCS7_SIGNER_INFO *si);
324 int PKCS7_signatureVerify(BIO *bio, PKCS7 *p7, PKCS7_SIGNER_INFO *si,
327 BIO *PKCS7_dataInit(PKCS7 *p7, BIO *bio);
    [all...]
bio_ber.c 65 static int ber_write(BIO *h,char *buf,int num);
66 static int ber_read(BIO *h,char *buf,int size);
67 /*static int ber_puts(BIO *h,char *str); */
68 /*static int ber_gets(BIO *h,char *str,int size); */
69 static long ber_ctrl(BIO *h,int cmd,long arg1,char *arg2);
70 static int ber_new(BIO *h);
71 static int ber_free(BIO *data);
72 static long ber_callback_ctrl(BIO *h,int cmd,void *(*fp)());
127 static int ber_new(BIO *bi)
142 static int ber_free(BIO *a
    [all...]
  /external/openssl/include/openssl/
pkcs7.h 63 #include <openssl/bio.h>
292 PKCS7 *d2i_PKCS7_bio(BIO *bp,PKCS7 **p7);
293 int i2d_PKCS7_bio(BIO *bp,PKCS7 *p7);
323 BIO *bio, PKCS7 *p7, PKCS7_SIGNER_INFO *si);
324 int PKCS7_signatureVerify(BIO *bio, PKCS7 *p7, PKCS7_SIGNER_INFO *si,
327 BIO *PKCS7_dataInit(PKCS7 *p7, BIO *bio);
    [all...]
  /external/openssl/crypto/asn1/
a_i2d_fp.c 69 BIO *b;
84 int ASN1_i2d_bio(i2d_of_void *i2d, BIO *out, unsigned char *x)
122 BIO *b;
137 int ASN1_item_i2d_bio(const ASN1_ITEM *it, BIO *out, void *x)
asn_mime.c 94 static STACK_OF(MIME_HEADER) *mime_parse_hdr(BIO *bio);
101 static int multi_split(BIO *bio, char *bound, STACK_OF(BIO) **ret);
112 static int B64_write_ASN1(BIO *out, ASN1_VALUE *val, BIO *in, int flags,
115 BIO *b64;
123 /* prepend the b64 BIO so all data is base64 encoded.
133 static ASN1_VALUE *b64_read_asn1(BIO *bio, const ASN1_ITEM *it
    [all...]
a_d2i_fp.c 64 static int asn1_d2i_read_bio(BIO *in, BUF_MEM **pb);
71 BIO *b;
86 void *ASN1_d2i_bio(void *(*xnew)(void), d2i_of_void *d2i, BIO *in, void **x)
105 void *ASN1_item_d2i_bio(const ASN1_ITEM *it, BIO *in, void *x)
125 BIO *b;
141 static int asn1_d2i_read_bio(BIO *in, BUF_MEM **pb)
tasn_prn.c 70 static int asn1_item_print_nm(BIO *out, void *fld, int indent, const ASN1_ITEM *it, const char *name);
72 int ASN1_item_print(BIO *out, void *fld, int indent, const ASN1_ITEM *it)
77 static int asn1_item_print_nm(BIO *out, void *fld, int indent, const ASN1_ITEM *it, const char *name)
134 int ASN1_template_print(BIO *out, void *fld, int indent, const ASN1_TEMPLATE *tt)
161 static int asn1_primitive_print(BIO *out, void *fld, long utype, int indent, const char *name)
  /external/openssl/crypto/x509/
x_all.c 135 X509 *d2i_X509_bio(BIO *bp, X509 **x509)
140 int i2d_X509_bio(BIO *bp, X509 *x509)
157 X509_CRL *d2i_X509_CRL_bio(BIO *bp, X509_CRL **crl)
162 int i2d_X509_CRL_bio(BIO *bp, X509_CRL *crl)
179 PKCS7 *d2i_PKCS7_bio(BIO *bp, PKCS7 **p7)
184 int i2d_PKCS7_bio(BIO *bp, PKCS7 *p7)
201 X509_REQ *d2i_X509_REQ_bio(BIO *bp, X509_REQ **req)
206 int i2d_X509_REQ_bio(BIO *bp, X509_REQ *req)
248 RSA *d2i_RSAPrivateKey_bio(BIO *bp, RSA **rsa)
253 int i2d_RSAPrivateKey_bio(BIO *bp, RSA *rsa
    [all...]
  /external/openssl/crypto/x509v3/
v3_ocsp.c 71 static int i2r_ocsp_crlid(X509V3_EXT_METHOD *method, void *nonce, BIO *out, int indent);
72 static int i2r_ocsp_acutoff(X509V3_EXT_METHOD *method, void *nonce, BIO *out, int indent);
73 static int i2r_object(X509V3_EXT_METHOD *method, void *obj, BIO *out, int indent);
79 static int i2r_ocsp_nonce(X509V3_EXT_METHOD *method, void *nonce, BIO *out, int indent);
81 static int i2r_ocsp_nocheck(X509V3_EXT_METHOD *method, void *nocheck, BIO *out, int indent);
83 static int i2r_ocsp_serviceloc(X509V3_EXT_METHOD *method, void *in, BIO *bp, int ind);
151 static int i2r_ocsp_crlid(X509V3_EXT_METHOD *method, void *in, BIO *bp, int ind)
177 static int i2r_ocsp_acutoff(X509V3_EXT_METHOD *method, void *cutoff, BIO *bp, int ind)
185 static int i2r_object(X509V3_EXT_METHOD *method, void *oid, BIO *bp, int ind)
235 static int i2r_ocsp_nonce(X509V3_EXT_METHOD *method, void *nonce, BIO *out, int indent
    [all...]
v3_ncons.c 69 void *a, BIO *bp, int ind);
72 BIO *bp, int ind, char *name);
73 static int print_nc_ipadd(BIO *bp, ASN1_OCTET_STRING *ip);
159 void *a, BIO *bp, int ind)
171 BIO *bp, int ind, char *name)
191 static int print_nc_ipadd(BIO *bp, ASN1_OCTET_STRING *ip)
  /external/openssl/crypto/evp/
bio_enc.c 65 static int enc_write(BIO *h, const char *buf, int num);
66 static int enc_read(BIO *h, char *buf, int size);
67 /*static int enc_puts(BIO *h, const char *str); */
68 /*static int enc_gets(BIO *h, char *str, int size); */
69 static long enc_ctrl(BIO *h, int cmd, long arg1, void *arg2);
70 static int enc_new(BIO *h);
71 static int enc_free(BIO *data);
72 static long enc_callback_ctrl(BIO *h, int cmd, bio_info_cb *fps);
108 static int enc_new(BIO *bi)
128 static int enc_free(BIO *a
    [all...]
bio_ok.c 64 I wrote function which took BIO* as argument, read data from it
66 encrypted form. OK I pushed BIO_f_cipher to the BIO stack
73 So I wanted another BIO which would catch the incorrect passwords and
125 #include <openssl/bio.h>
129 static int ok_write(BIO *h, const char *buf, int num);
130 static int ok_read(BIO *h, char *buf, int size);
131 static long ok_ctrl(BIO *h, int cmd, long arg1, void *arg2);
132 static int ok_new(BIO *h);
133 static int ok_free(BIO *data);
134 static long ok_callback_ctrl(BIO *h, int cmd, bio_info_cb *fp)
    [all...]
bio_b64.c 65 static int b64_write(BIO *h, const char *buf, int num);
66 static int b64_read(BIO *h, char *buf, int size);
67 /*static int b64_puts(BIO *h, const char *str); */
68 /*static int b64_gets(BIO *h, char *str, int size); */
69 static long b64_ctrl(BIO *h, int cmd, long arg1, void *arg2);
70 static int b64_new(BIO *h);
71 static int b64_free(BIO *data);
72 static long b64_callback_ctrl(BIO *h,int cmd,bio_info_cb *fp);
81 /*BIO *bio; moved to the BIO structure *
    [all...]
  /external/openssl/android.testssl/
testssl 85 echo test sslv2 via BIO pair
88 echo test sslv2 with server authentication via BIO pair
92 echo test sslv2 with client authentication via BIO pair
95 echo test sslv2 with both client and server authentication via BIO pair
99 echo test sslv3 via BIO pair
102 echo test sslv3 with server authentication via BIO pair
105 echo test sslv3 with client authentication via BIO pair
108 echo test sslv3 with both client and server authentication via BIO pair
111 echo test sslv2/sslv3 via BIO pair
115 echo test sslv2/sslv3 w/o DHE via BIO pai
    [all...]
  /external/openssl/crypto/bio/
bf_buff.c 1 /* crypto/bio/bf_buff.c */
62 #include <openssl/bio.h>
64 static int buffer_write(BIO *h, const char *buf,int num);
65 static int buffer_read(BIO *h, char *buf, int size);
66 static int buffer_puts(BIO *h, const char *str);
67 static int buffer_gets(BIO *h, char *str, int size);
68 static long buffer_ctrl(BIO *h, int cmd, long arg1, void *arg2);
69 static int buffer_new(BIO *h);
70 static int buffer_free(BIO *data);
71 static long buffer_callback_ctrl(BIO *h, int cmd, bio_info_cb *fp)
    [all...]
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...]
bio_cb.c 1 /* crypto/bio/bio_cb.c */
63 #include <openssl/bio.h>
66 long MS_CALLBACK BIO_debug_callback(BIO *bio, int cmd, const char *argp,
69 BIO *b;
78 BIO_snprintf(buf,sizeof buf,"BIO[%08lX]:",(unsigned long)bio);
84 BIO_snprintf(p,p_maxlen,"Free - %s\n",bio->method->name);
87 if (bio->method->type & BIO_TYPE_DESCRIPTOR)
89 bio->num,argi,bio->method->name,bio->num)
    [all...]
  /external/openssl/crypto/conf/
conf_lib.c 93 BIO *in=NULL;
115 BIO *btmp;
127 LHASH *CONF_load_bio(LHASH *conf, BIO *bp,long *eline)
202 BIO *btmp;
215 int CONF_dump_bio(LHASH *conf, BIO *out)
273 BIO *btmp;
286 int NCONF_load_bio(CONF *conf, BIO *bp,long *eline)
362 BIO *btmp;
374 int NCONF_dump_bio(const CONF *conf, BIO *out)
conf_sap.c 94 BIO *bio_err;
  /external/openssl/crypto/pem/
pem_pk8.c 69 static int do_pk8pkey(BIO *bp, EVP_PKEY *x, int isder,
84 int PEM_write_bio_PKCS8PrivateKey_nid(BIO *bp, EVP_PKEY *x, int nid,
91 int PEM_write_bio_PKCS8PrivateKey(BIO *bp, EVP_PKEY *x, const EVP_CIPHER *enc,
98 int i2d_PKCS8PrivateKey_bio(BIO *bp, EVP_PKEY *x, const EVP_CIPHER *enc,
105 int i2d_PKCS8PrivateKey_nid_bio(BIO *bp, EVP_PKEY *x, int nid,
112 static int do_pk8pkey(BIO *bp, EVP_PKEY *x, int isder, int nid, const EVP_CIPHER *enc,
152 EVP_PKEY *d2i_PKCS8PrivateKey_bio(BIO *bp, EVP_PKEY **x, pem_password_cb *cb, void *u)
214 BIO *bp;
227 BIO *bp;
  /external/openssl/crypto/bn/
bntest.c 84 #include <openssl/bio.h>
94 int test_add(BIO *bp);
95 int test_sub(BIO *bp);
96 int test_lshift1(BIO *bp);
97 int test_lshift(BIO *bp,BN_CTX *ctx,BIGNUM *a_);
98 int test_rshift1(BIO *bp);
99 int test_rshift(BIO *bp,BN_CTX *ctx);
100 int test_div(BIO *bp,BN_CTX *ctx);
101 int test_div_word(BIO *bp);
102 int test_div_recp(BIO *bp,BN_CTX *ctx)
    [all...]
  /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());
prime.c 66 BIO *bio_out;
105 BIO *tmpbio = BIO_new(BIO_f_linebuffer());
  /external/openssl/crypto/lhash/
lhash.h 72 #include <openssl/bio.h>
191 void lh_stats_bio(const LHASH *lh, BIO *out);
192 void lh_node_stats_bio(const LHASH *lh, BIO *out);
193 void lh_node_usage_stats_bio(const LHASH *lh, BIO *out);

Completed in 158 milliseconds

12 3 4 5 6 7 8