HomeSort by relevance Sort by last modified time
    Searched refs:bio (Results 151 - 175 of 190) sorted by null

1 2 3 4 5 67 8

  /external/openssl/crypto/rsa/
rsa.h 65 #include <openssl/bio.h>
308 int RSA_print(BIO *bp, const RSA *r,int offset);
  /external/openssl/include/openssl/
crypto.h 282 /* predec of the BIO type */
537 void CRYPTO_mem_leaks(struct bio_st *bio);
err.h 124 #include <openssl/bio.h>
346 void ERR_print_errors(BIO *bp);
pkcs12.h 62 #include <openssl/bio.h>
259 int i2d_PKCS12_bio(BIO *bp, PKCS12 *p12);
261 PKCS12 *d2i_PKCS12_bio(BIO *bp, PKCS12 **p12);
rsa.h 65 #include <openssl/bio.h>
308 int RSA_print(BIO *bp, const RSA *r,int offset);
asn1.h 65 #include <openssl/bio.h>
341 int fname##_print_ctx(BIO *out, stname *x, int indent, \
822 int ASN1_BIT_STRING_name_print(BIO *out, ASN1_BIT_STRING *bs,
904 int i2a_ASN1_INTEGER(BIO *bp, ASN1_INTEGER *a);
905 int a2i_ASN1_INTEGER(BIO *bp,ASN1_INTEGER *bs,char *buf,int size);
906 int i2a_ASN1_ENUMERATED(BIO *bp, ASN1_ENUMERATED *a);
907 int a2i_ASN1_ENUMERATED(BIO *bp,ASN1_ENUMERATED *bs,char *buf,int size);
908 int i2a_ASN1_OBJECT(BIO *bp,ASN1_OBJECT *a);
909 int a2i_ASN1_STRING(BIO *bp,ASN1_STRING *bs,char *buf,int size);
910 int i2a_ASN1_STRING(BIO *bp, ASN1_STRING *a, int type)
    [all...]
x509_vfy.h 72 #include <openssl/bio.h>
pem.h 64 #include <openssl/bio.h>
259 type *PEM_read_bio_##name(BIO *bp, type **x, pem_password_cb *cb, void *u)\
265 int PEM_write_bio_##name(BIO *bp, type *x) \
271 int PEM_write_bio_##name(BIO *bp, const type *x) \
277 int PEM_write_bio_##name(BIO *bp, type *x, const EVP_CIPHER *enc, \
284 int PEM_write_bio_##name(BIO *bp, type *x, const EVP_CIPHER *enc, \
349 type *PEM_read_bio_##name(BIO *bp, type **x, pem_password_cb *cb, void *u);
352 int PEM_write_bio_##name(BIO *bp, type *x);
355 int PEM_write_bio_##name(BIO *bp, const type *x);
358 int PEM_write_bio_##name(BIO *bp, type *x, const EVP_CIPHER *enc,
    [all...]
  /external/openssl/apps/
apps.c 169 load_netscape_key(BIO *err, BIO *key, const char *file,
458 int dump_cert_text (BIO *out, X509 *x)
629 static char *app_get_pass(BIO *err, char *arg, int keepbio);
631 int app_passwd(BIO *err, char *arg1, char *arg2, char **pass1, char **pass2)
647 static char *app_get_pass(BIO *err, char *arg, int keepbio)
650 static BIO *pwdbio = NULL;
678 BIO *btmp;
685 /* Can't do BIO_gets on an fd BIO so add a buffering BIO */
1113 BIO *bio; local
    [all...]
dgst.c 63 #include <openssl/bio.h>
77 int do_fp(BIO *out, unsigned char *buf, BIO *bp, int sep, int binout,
80 const char *file,BIO *bmd);
110 BIO *in=NULL,*inp;
111 BIO *bmd=NULL;
112 BIO *out = NULL;
328 BIO *tmpbio = BIO_new(BIO_f_linebuffer());
458 BIO *sigbio;
546 int do_fp(BIO *out, unsigned char *buf, BIO *bp, int sep, int binout
    [all...]
ecparam.c 80 #include <openssl/bio.h>
115 static int ecparam_print_var(BIO *,BIGNUM *,const char *,int,unsigned char *);
130 BIO *in = NULL, *out = NULL;
328 BIO *tmpbio = BIO_new(BIO_f_linebuffer());
704 static int ecparam_print_var(BIO *out, BIGNUM *in, const char *var,
openssl.c 118 #include <openssl/bio.h>
140 static void list_pkey(BIO *out);
141 static void list_cipher(BIO *out);
142 static void list_md(BIO *out);
148 BIO *bio_err=NULL;
419 BIO *bio_stdout = BIO_new_fp(stdout,BIO_NOCLOSE);
422 BIO *tmpbio = BIO_new(BIO_f_linebuffer());
451 BIO *bio_stdout;
468 BIO *tmpbio = BIO_new(BIO_f_linebuffer());
551 static void list_pkey(BIO *out
    [all...]
passwd.c 14 #include <openssl/bio.h>
43 char *passwd, BIO *out, int quiet, int table, int reverse,
70 BIO *in = NULL, *out = NULL;
90 BIO *tmpbio = BIO_new(BIO_f_linebuffer());
418 char *passwd, BIO *out, int quiet, int table, int reverse,
  /external/openssl/crypto/asn1/
asn1.h 65 #include <openssl/bio.h>
341 int fname##_print_ctx(BIO *out, stname *x, int indent, \
822 int ASN1_BIT_STRING_name_print(BIO *out, ASN1_BIT_STRING *bs,
904 int i2a_ASN1_INTEGER(BIO *bp, ASN1_INTEGER *a);
905 int a2i_ASN1_INTEGER(BIO *bp,ASN1_INTEGER *bs,char *buf,int size);
906 int i2a_ASN1_ENUMERATED(BIO *bp, ASN1_ENUMERATED *a);
907 int a2i_ASN1_ENUMERATED(BIO *bp,ASN1_ENUMERATED *bs,char *buf,int size);
908 int i2a_ASN1_OBJECT(BIO *bp,ASN1_OBJECT *a);
909 int a2i_ASN1_STRING(BIO *bp,ASN1_STRING *bs,char *buf,int size);
910 int i2a_ASN1_STRING(BIO *bp, ASN1_STRING *a, int type)
    [all...]
  /external/ipsec-tools/src/racoon/
ipsec_doi.c 4008 BIO *bio; local
4554 BIO *bio = BIO_new(BIO_s_mem()); local
    [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...]
b_sock.c 1 /* crypto/bio/b_sock.c */
64 #include <openssl/bio.h>
  /external/openssl/crypto/evp/
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...]
  /external/openssl/crypto/x509/
x509_vfy.h 72 #include <openssl/bio.h>
  /external/openssl/crypto/pem/
pem.h 64 #include <openssl/bio.h>
259 type *PEM_read_bio_##name(BIO *bp, type **x, pem_password_cb *cb, void *u)\
265 int PEM_write_bio_##name(BIO *bp, type *x) \
271 int PEM_write_bio_##name(BIO *bp, const type *x) \
277 int PEM_write_bio_##name(BIO *bp, type *x, const EVP_CIPHER *enc, \
284 int PEM_write_bio_##name(BIO *bp, type *x, const EVP_CIPHER *enc, \
349 type *PEM_read_bio_##name(BIO *bp, type **x, pem_password_cb *cb, void *u);
352 int PEM_write_bio_##name(BIO *bp, type *x);
355 int PEM_write_bio_##name(BIO *bp, const type *x);
358 int PEM_write_bio_##name(BIO *bp, type *x, const EVP_CIPHER *enc,
    [all...]
  /external/openssl/ssl/
ssl_cert.c 126 #include <openssl/bio.h>
655 BIO *in;
726 BIO *in;
ssl_rsa.c 61 #include <openssl/bio.h>
88 BIO *in;
232 BIO *in;
317 BIO *in;
457 BIO *in;
554 BIO *in;
636 BIO *in;
743 BIO *in;
  /external/openssl/crypto/err/
err.c 119 #include <openssl/bio.h>
147 {ERR_PACK(ERR_LIB_BIO,0,0) ,"BIO routines"},
197 {ERR_R_BIO_LIB ,"BIO lib"},
  /external/openssl/crypto/objects/
objects.h 959 #include <openssl/bio.h>
    [all...]
  /external/openssl/crypto/x509v3/
x509v3.h 61 #include <openssl/bio.h>
89 BIO *out, int indent);
537 int GENERAL_NAME_print(BIO *out, GENERAL_NAME *gen);
560 int i2a_ACCESS_DESCRIPTION(BIO *bp, ACCESS_DESCRIPTION* a);
670 void X509V3_EXT_val_prn(BIO *out, STACK_OF(CONF_VALUE) *val, int indent,
672 int X509V3_EXT_print(BIO *out, X509_EXTENSION *ext, unsigned long flag, int indent);
675 int X509V3_extensions_print(BIO *out, char *title, STACK_OF(X509_EXTENSION) *exts, unsigned long flag, int indent);
707 void X509_POLICY_NODE_print(BIO *out, X509_POLICY_NODE *node, int indent);

Completed in 318 milliseconds

1 2 3 4 5 67 8