/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 *); 181 int x9_62_test_internal(BIO *out, int nid, const char *r_in, const char *s_in) 245 int x9_62_tests(BIO *out) 284 int test_builtin(BIO *out) 529 BIO *out;
|
/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...] |
evp.h | 75 #include <openssl/bio.h> 525 void BIO_set_md(BIO *,const EVP_MD *md); 663 void BIO_set_cipher(BIO *b,const EVP_CIPHER *c,const unsigned char *k, [all...] |
/external/openssl/crypto/rsa/ |
rsa.h | 65 #include <openssl/bio.h> 341 int RSA_print(BIO *bp, const RSA *r,int offset);
|
/external/openssl/crypto/x509/ |
x509_vfy.h | 72 #include <openssl/bio.h>
|
x509.h | 76 #include <openssl/bio.h> 658 int NETSCAPE_SPKI_print(BIO *out, NETSCAPE_SPKI *spki); 660 int X509_signature_dump(BIO *bp,const ASN1_STRING *sig, int indent); 661 int X509_signature_print(BIO *bp,X509_ALGOR *alg, ASN1_STRING *sig); 723 X509 *d2i_X509_bio(BIO *bp,X509 **x509); 724 int i2d_X509_bio(BIO *bp,X509 *x509); 725 X509_CRL *d2i_X509_CRL_bio(BIO *bp,X509_CRL **crl); 726 int i2d_X509_CRL_bio(BIO *bp,X509_CRL *crl); 727 X509_REQ *d2i_X509_REQ_bio(BIO *bp,X509_REQ **req); 728 int i2d_X509_REQ_bio(BIO *bp,X509_REQ *req) [all...] |
/external/openssl/include/openssl/ |
crypto.h | 282 /* predec of the BIO type */ 537 void CRYPTO_mem_leaks(struct bio_st *bio);
|
rsa.h | 65 #include <openssl/bio.h> 341 int RSA_print(BIO *bp, const RSA *r,int offset);
|
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...] |
objects.h | 959 #include <openssl/bio.h> [all...] |
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);
|
/system/security/softkeymaster/ |
keymaster_openssl.cpp | 26 #include <openssl/bio.h>
|
/external/ipsec-tools/src/racoon/ |
ipsec_doi.c | 4008 BIO *bio; local 4554 BIO *bio = BIO_new(BIO_s_mem()); local [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.mortbay.jetty.server_6.1.23.v201004211559.jar | |
/external/openssl/crypto/bio/ |
b_sock.c | 1 /* crypto/bio/b_sock.c */ 64 #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> 674 BIO *in; 745 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;
|
s2_srvr.c | 115 #include <openssl/bio.h>
|
ssl_locl.h | 156 #include <openssl/bio.h> [all...] |
/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);
|
/external/openssl/apps/ |
req.c | 73 #include <openssl/bio.h> 147 static EVP_PKEY_CTX *set_keygen_ctx(BIO *err, const char *gstr, int *pkey_type, 172 BIO *in=NULL,*out=NULL; 509 BIO *oid_bio; 723 BIO *tmpbio = BIO_new(BIO_f_linebuffer()); 975 BIO *tmpbio = BIO_new(BIO_f_linebuffer()); [all...] |