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

1 23 4 5 6 7 8

  /external/openssl/include/openssl/
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);
conf.h 62 #include <openssl/bio.h>
96 int (*load_bio)(CONF *conf, BIO *bp, long *eline);
97 int (*dump)(const CONF *conf, BIO *bp);
125 LHASH *CONF_load_bio(LHASH *conf, BIO *bp,long *eline);
131 int CONF_dump_bio(LHASH *conf, BIO *out);
159 int NCONF_load_bio(CONF *conf, BIO *bp,long *eline);
165 int NCONF_dump_bio(const CONF *conf, BIO *out);
x509.h 76 #include <openssl/bio.h>
764 int NETSCAPE_SPKI_print(BIO *out, NETSCAPE_SPKI *spki);
766 int X509_signature_print(BIO *bp,X509_ALGOR *alg, ASN1_STRING *sig);
825 X509 *d2i_X509_bio(BIO *bp,X509 **x509);
826 int i2d_X509_bio(BIO *bp,X509 *x509);
827 X509_CRL *d2i_X509_CRL_bio(BIO *bp,X509_CRL **crl);
828 int i2d_X509_CRL_bio(BIO *bp,X509_CRL *crl);
829 X509_REQ *d2i_X509_REQ_bio(BIO *bp,X509_REQ **req);
830 int i2d_X509_REQ_bio(BIO *bp,X509_REQ *req);
832 RSA *d2i_RSAPrivateKey_bio(BIO *bp,RSA **rsa)
    [all...]
pem.h 64 #include <openssl/bio.h>
276 type *PEM_read_bio_##name(BIO *bp, type **x, pem_password_cb *cb, void *u)\
285 int PEM_write_bio_##name(BIO *bp, type *x) \
294 int PEM_write_bio_##name(BIO *bp, const type *x) \
303 int PEM_write_bio_##name(BIO *bp, type *x, const EVP_CIPHER *enc, \
313 int PEM_write_bio_##name(BIO *bp, type *x, const EVP_CIPHER *enc, \
382 type *PEM_read_bio_##name(BIO *bp, type **x, pem_password_cb *cb, void *u);
385 int PEM_write_bio_##name(BIO *bp, type *x);
388 int PEM_write_bio_##name(BIO *bp, const type *x);
391 int PEM_write_bio_##name(BIO *bp, type *x, const EVP_CIPHER *enc,
    [all...]
asn1.h 65 #include <openssl/bio.h>
810 int ASN1_BIT_STRING_name_print(BIO *out, ASN1_BIT_STRING *bs,
882 int i2a_ASN1_INTEGER(BIO *bp, ASN1_INTEGER *a);
883 int a2i_ASN1_INTEGER(BIO *bp,ASN1_INTEGER *bs,char *buf,int size);
884 int i2a_ASN1_ENUMERATED(BIO *bp, ASN1_ENUMERATED *a);
885 int a2i_ASN1_ENUMERATED(BIO *bp,ASN1_ENUMERATED *bs,char *buf,int size);
886 int i2a_ASN1_OBJECT(BIO *bp,ASN1_OBJECT *a);
887 int a2i_ASN1_STRING(BIO *bp,ASN1_STRING *bs,char *buf,int size);
888 int i2a_ASN1_STRING(BIO *bp, ASN1_STRING *a, int type);
    [all...]
  /external/openssl/apps/
apps.c 155 load_netscape_key(BIO *err, BIO *key, const char *file,
432 int dump_cert_text (BIO *out, X509 *x)
603 static char *app_get_pass(BIO *err, char *arg, int keepbio);
605 int app_passwd(BIO *err, char *arg1, char *arg2, char **pass1, char **pass2)
621 static char *app_get_pass(BIO *err, char *arg, int keepbio)
624 static BIO *pwdbio = NULL;
643 BIO *btmp;
650 /* Can't do BIO_gets on an fd BIO so add a buffering BIO */
    [all...]
dgst.c 63 #include <openssl/bio.h>
77 int do_fp(BIO *out, unsigned char *buf, BIO *bp, int sep, int binout,
79 const char *file,BIO *bmd,const char *hmac_key, int non_fips_allow);
89 BIO *in=NULL,*inp;
90 BIO *bmd=NULL;
91 BIO *out = NULL;
335 BIO *tmpbio = BIO_new(BIO_f_linebuffer());
365 BIO *sigbio;
465 int do_fp(BIO *out, unsigned char *buf, BIO *bp, int sep, int binout
    [all...]
ocsp.c 75 static int print_ocsp_summary(BIO *out, OCSP_BASICRESP *bs, OCSP_REQUEST *req,
85 static BIO *init_responder(char *port);
86 static int do_responder(OCSP_REQUEST **preq, BIO **pcbio, BIO *acbio, char *port);
87 static int send_ocsp_response(BIO *cbio, OCSP_RESPONSE *resp);
88 static OCSP_RESPONSE *query_responder(BIO *err, BIO *cbio, char *path,
113 BIO *acbio = NULL, *cbio = NULL;
114 BIO *derbio = NULL;
115 BIO *out = NULL
    [all...]
rand.c 62 #include <openssl/bio.h>
89 BIO *out = NULL;
199 BIO *tmpbio = BIO_new(BIO_f_linebuffer());
209 BIO *b64 = BIO_new(BIO_f_base64());
  /external/openssl/crypto/asn1/
t_bitst.c 64 int ASN1_BIT_STRING_name_print(BIO *out, ASN1_BIT_STRING *bs,
t_crl.c 70 BIO *b;
85 int X509_CRL_print(BIO *out, X509_CRL *x)
t_x509.c 84 BIO *b;
99 int X509_print(BIO *bp, X509 *x)
104 int X509_print_ex(BIO *bp, X509 *x, unsigned long nmflags, unsigned long cflag)
267 int X509_ocspid_print (BIO *bp, X509 *x)
312 int X509_signature_print(BIO *bp, X509_ALGOR *sigalg, ASN1_STRING *sig)
332 int ASN1_STRING_print(BIO *bp, ASN1_STRING *v)
361 int ASN1_TIME_print(BIO *bp, ASN1_TIME *tm)
376 int ASN1_GENERALIZEDTIME_print(BIO *bp, ASN1_GENERALIZEDTIME *tm)
424 int ASN1_UTCTIME_print(BIO *bp, ASN1_UTCTIME *tm)
460 int X509_NAME_print(BIO *bp, X509_NAME *name, int obase
    [all...]
asn1.h 65 #include <openssl/bio.h>
810 int ASN1_BIT_STRING_name_print(BIO *out, ASN1_BIT_STRING *bs,
882 int i2a_ASN1_INTEGER(BIO *bp, ASN1_INTEGER *a);
883 int a2i_ASN1_INTEGER(BIO *bp,ASN1_INTEGER *bs,char *buf,int size);
884 int i2a_ASN1_ENUMERATED(BIO *bp, ASN1_ENUMERATED *a);
885 int a2i_ASN1_ENUMERATED(BIO *bp,ASN1_ENUMERATED *bs,char *buf,int size);
886 int i2a_ASN1_OBJECT(BIO *bp,ASN1_OBJECT *a);
887 int a2i_ASN1_STRING(BIO *bp,ASN1_STRING *bs,char *buf,int size);
888 int i2a_ASN1_STRING(BIO *bp, ASN1_STRING *a, int type);
    [all...]
  /external/openssl/crypto/pem/
pem_oth.c 70 void *PEM_ASN1_read_bio(d2i_of_void *d2i, const char *name, BIO *bp, void **x,
pem_all.c 115 #include <openssl/bio.h>
177 RSA *PEM_read_bio_RSAPrivateKey(BIO *bp, RSA **rsa, pem_password_cb *cb,
199 int PEM_write_bio_RSAPrivateKey(BIO *bp, RSA *x, const EVP_CIPHER *enc,
261 DSA *PEM_read_bio_DSAPrivateKey(BIO *bp, DSA **dsa, pem_password_cb *cb,
271 int PEM_write_bio_DSAPrivateKey(BIO *bp, DSA *x, const EVP_CIPHER *enc,
345 EC_KEY *PEM_read_bio_ECPrivateKey(BIO *bp, EC_KEY **key, pem_password_cb *cb,
359 int PEM_write_bio_ECPrivateKey(BIO *bp, EC_KEY *x, const EVP_CIPHER *enc,
449 int PEM_write_bio_PrivateKey(BIO *bp, EVP_PKEY *x, const EVP_CIPHER *enc,
pem.h 64 #include <openssl/bio.h>
276 type *PEM_read_bio_##name(BIO *bp, type **x, pem_password_cb *cb, void *u)\
285 int PEM_write_bio_##name(BIO *bp, type *x) \
294 int PEM_write_bio_##name(BIO *bp, const type *x) \
303 int PEM_write_bio_##name(BIO *bp, type *x, const EVP_CIPHER *enc, \
313 int PEM_write_bio_##name(BIO *bp, type *x, const EVP_CIPHER *enc, \
382 type *PEM_read_bio_##name(BIO *bp, type **x, pem_password_cb *cb, void *u);
385 int PEM_write_bio_##name(BIO *bp, type *x);
388 int PEM_write_bio_##name(BIO *bp, const type *x);
391 int PEM_write_bio_##name(BIO *bp, type *x, const EVP_CIPHER *enc,
    [all...]
  /external/openssl/crypto/pkcs7/
pk7_smime.c 67 BIO *data, int flags)
71 BIO *p7bio = NULL;
169 BIO *indata, BIO *out, int flags)
178 BIO *p7bio;
179 BIO *tmpin, *tmpout;
253 /* Performance optimization: if the content is a memory BIO then
254 * store its contents in a temporary read only memory BIO. This
256 * occur when reading from a read write memory BIO when signatures
394 PKCS7 *PKCS7_encrypt(STACK_OF(X509) *certs, BIO *in, const EVP_CIPHER *cipher
    [all...]
sign.c 60 #include <openssl/bio.h>
73 BIO *in;
74 BIO *data,*p7bio;
  /external/openssl/crypto/conf/
conf.h 62 #include <openssl/bio.h>
96 int (*load_bio)(CONF *conf, BIO *bp, long *eline);
97 int (*dump)(const CONF *conf, BIO *bp);
125 LHASH *CONF_load_bio(LHASH *conf, BIO *bp,long *eline);
131 int CONF_dump_bio(LHASH *conf, BIO *out);
159 int NCONF_load_bio(CONF *conf, BIO *bp,long *eline);
165 int NCONF_dump_bio(const CONF *conf, BIO *out);
  /external/openssl/crypto/lhash/
lh_stats.c 67 #include <openssl/bio.h>
144 BIO *bp;
156 BIO *bp;
168 BIO *bp;
180 void lh_stats_bio(const LHASH *lh, BIO *out)
208 void lh_node_stats_bio(const LHASH *lh, BIO *out)
221 void lh_node_usage_stats_bio(const LHASH *lh, BIO *out)
  /external/openssl/crypto/x509v3/
v3_prn.c 67 static int unknown_ext_print(BIO *out, X509_EXTENSION *ext, unsigned long flag, int indent, int supported);
71 void X509V3_EXT_val_prn(BIO *out, STACK_OF(CONF_VALUE) *val, int indent, int ml)
108 int X509V3_EXT_print(BIO *out, X509_EXTENSION *ext, unsigned long flag, int indent)
165 int X509V3_extensions_print(BIO *bp, char *title, STACK_OF(X509_EXTENSION) *exts, unsigned long flag, int indent)
198 static int unknown_ext_print(BIO *out, X509_EXTENSION *ext, unsigned long flag, int indent, int supported)
227 BIO *bio_tmp;
  /external/openssl/ssl/
ssl_task.c 136 BIO *bio_err=NULL;
137 BIO *bio_stdout=NULL;
263 BIO *c_to_s=NULL;
264 BIO *s_to_c=NULL;
265 BIO *c_bio=NULL;
266 BIO *s_bio=NULL;
354 /* We have to set the BIO's to NULL otherwise they will be
358 * BIO structure and SSL_set_bio() and SSL_free() automatically
  /external/openssl/crypto/x509/
x509.h 76 #include <openssl/bio.h>
764 int NETSCAPE_SPKI_print(BIO *out, NETSCAPE_SPKI *spki);
766 int X509_signature_print(BIO *bp,X509_ALGOR *alg, ASN1_STRING *sig);
825 X509 *d2i_X509_bio(BIO *bp,X509 **x509);
826 int i2d_X509_bio(BIO *bp,X509 *x509);
827 X509_CRL *d2i_X509_CRL_bio(BIO *bp,X509_CRL **crl);
828 int i2d_X509_CRL_bio(BIO *bp,X509_CRL *crl);
829 X509_REQ *d2i_X509_REQ_bio(BIO *bp,X509_REQ **req);
830 int i2d_X509_REQ_bio(BIO *bp,X509_REQ *req);
832 RSA *d2i_RSAPrivateKey_bio(BIO *bp,RSA **rsa)
    [all...]
  /external/openssl/crypto/ecdsa/
ecdsatest.c 87 #include <openssl/bio.h>
101 int x9_62_tests(BIO *);
102 int x9_62_test_internal(BIO *out, int nid, const char *r, const char *s);
103 int test_builtin(BIO *);
182 int x9_62_test_internal(BIO *out, int nid, const char *r_in, const char *s_in)
246 int x9_62_tests(BIO *out)
284 int test_builtin(BIO *out)
457 BIO *out;
  /external/openssl/crypto/comp/
c_zlib.c 426 /* Zlib based compression/decompression filter BIO */
444 static int bio_zlib_new(BIO *bi);
445 static int bio_zlib_free(BIO *bi);
446 static int bio_zlib_read(BIO *b, char *out, int outl);
447 static int bio_zlib_write(BIO *b, const char *in, int inl);
448 static long bio_zlib_ctrl(BIO *b, int cmd, long num, void *ptr);
449 static long bio_zlib_callback_ctrl(BIO *b, int cmd, bio_info_cb *fp);
471 static int bio_zlib_new(BIO *bi)
512 static int bio_zlib_free(BIO *bi)
536 static int bio_zlib_read(BIO *b, char *out, int outl
    [all...]

Completed in 353 milliseconds

1 23 4 5 6 7 8