Searched refs:bio (Results 51 - 75 of 264) sorted by relevance

1234567891011

/macosx-10.10.1/OpenSSL098-52/src/crypto/comp/
H A DMakefile80 c_rle.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
87 c_zlib.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
95 comp_err.o: ../../include/openssl/bio.h ../../include/openssl/comp.h
102 comp_lib.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
/macosx-10.10.1/OpenSSL098-52/src/fips/dh/
H A DMakefile80 fips_dh_check.o: ../../include/openssl/bio.h ../../include/openssl/bn.h
90 fips_dh_gen.o: ../../include/openssl/bio.h ../../include/openssl/bn.h
99 fips_dh_key.o: ../../include/openssl/bio.h ../../include/openssl/bn.h
108 fips_dh_lib.o: ../../include/openssl/bio.h ../../include/openssl/bn.h
/macosx-10.10.1/OpenSSL098-52/src/include/openssl/
H A Dbio.h1 /* crypto/bio/bio.h */
124 /* callback is int cb(BIO *bio,state,ret); */
233 * BIO *BIO_get_retry_BIO(BIO *bio, int *reason); will walk the BIO
235 * Given a BIO, BIO_get_retry_reason(bio) will return the code. */
236 /* Returned from the SSL bio when the certificate retrieval code had an error */
302 /* bio, mode, argp, argi, argl, ret */
334 /* BIO *bio; */ /* this is now in the BIO struct */
431 #define BIO_set_accept_bios(b,bio) BIO_ctrl(b,BIO_C_SET_ACCEPT,2,(char *)bio)
[all...]
H A Dpkcs7.h63 #include <openssl/bio.h>
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);
328 int PKCS7_dataFinal(PKCS7 *p7, BIO *bio);
370 int SMIME_write_PKCS7(BIO *bio, PKCS7 *p7, BIO *data, int flags);
371 PKCS7 *SMIME_read_PKCS7(BIO *bio, BIO **bcont);
/macosx-10.10.1/OpenSSL098-52/src/crypto/conf/
H A DMakefile80 conf_api.o: ../../e_os.h ../../include/openssl/bio.h
87 conf_def.o: ../../e_os.h ../../include/openssl/bio.h
96 conf_err.o: ../../include/openssl/bio.h ../../include/openssl/conf.h
103 conf_lib.o: ../../include/openssl/bio.h ../../include/openssl/conf.h
111 conf_mall.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
126 conf_mod.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
140 conf_sap.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
/macosx-10.10.1/OpenSSL098-52/src/crypto/dh/
H A DMakefile78 dh_asn1.o: ../../include/openssl/asn1t.h ../../include/openssl/bio.h
87 dh_check.o: ../../e_os.h ../../include/openssl/bio.h ../../include/openssl/bn.h
95 dh_depr.o: ../../e_os.h ../../include/openssl/bio.h ../../include/openssl/bn.h
103 dh_err.o: ../../include/openssl/bio.h ../../include/openssl/crypto.h
110 dh_gen.o: ../../e_os.h ../../include/openssl/bio.h ../../include/openssl/bn.h
118 dh_key.o: ../../e_os.h ../../include/openssl/bio.h ../../include/openssl/bn.h
126 dh_lib.o: ../../e_os.h ../../include/openssl/asn1.h ../../include/openssl/bio.h
/macosx-10.10.1/OpenSSL098-52/src/crypto/pkcs7/
H A Dpkcs7.h63 #include <openssl/bio.h>
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);
328 int PKCS7_dataFinal(PKCS7 *p7, BIO *bio);
370 int SMIME_write_PKCS7(BIO *bio, PKCS7 *p7, BIO *data, int flags);
371 PKCS7 *SMIME_read_PKCS7(BIO *bio, BIO **bcont);
/macosx-10.10.1/OpenSSL098-52/src/ssl/
H A Dbio_ssl.c64 #include <openssl/bio.h>
300 BIO *dbio,*bio; local
359 bio=SSL_get_rbio(ssl);
360 if (bio != NULL)
363 BIO_push(bio,b->next_bio);
364 b->next_bio=bio;
365 CRYPTO_add(&bio->references,1,CRYPTO_LOCK_BIO);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_apple_csp/open_ssl/openssl/
H A Dopenssl_pkcs7.h84 #include <openssl/bio.h>
382 BIO *bio, PKCS7 *p7, PKCS7_SIGNER_INFO *si);
383 int PKCS7_signatureVerify(BIO *bio, PKCS7 *p7, PKCS7_SIGNER_INFO *si,
386 BIO *PKCS7_dataInit(PKCS7 *p7, BIO *bio);
387 int PKCS7_dataFinal(PKCS7 *p7, BIO *bio);
427 int SMIME_write_PKCS7(BIO *bio, PKCS7 *p7, BIO *data, int flags);
428 PKCS7 *SMIME_read_PKCS7(BIO *bio, BIO **bcont);
/macosx-10.10.1/OpenSSL098-52/src/crypto/
H A DMakefile142 cpt_err.o: ../include/openssl/bio.h ../include/openssl/crypto.h
148 cryptlib.o: ../e_os.h ../include/openssl/bio.h ../include/openssl/buffer.h
155 cversion.o: ../e_os.h ../include/openssl/bio.h ../include/openssl/buffer.h
162 dyn_lck.o: ../e_os.h ../include/openssl/bio.h ../include/openssl/buffer.h
170 ex_data.o: ../e_os.h ../include/openssl/bio.h ../include/openssl/buffer.h
177 fips_err.o: ../include/openssl/bio.h ../include/openssl/crypto.h
184 mem.o: ../e_os.h ../include/openssl/bio.h ../include/openssl/buffer.h
195 mem_dbg.o: ../e_os.h ../include/openssl/bio.h ../include/openssl/buffer.h
204 o_init.o: ../e_os.h ../include/openssl/bio.h ../include/openssl/crypto.h
214 tmdiff.o: ../e_os.h ../include/openssl/bio
[all...]
H A Dmem_dbg.c65 #include <openssl/bio.h>
594 BIO *bio; member in struct:mem_leak_st
610 if(m->addr == (char *)l->bio)
636 BIO_puts(l->bio,buf);
672 BIO_puts(l->bio,buf);
698 ml.bio=b;
/macosx-10.10.1/OpenSSL098-52/src/crypto/dsa/
H A DMakefile80 dsa_asn1.o: ../../include/openssl/asn1t.h ../../include/openssl/bio.h
91 dsa_depr.o: ../../include/openssl/bio.h ../../include/openssl/bn.h
102 dsa_err.o: ../../include/openssl/bio.h ../../include/openssl/crypto.h
110 dsa_gen.o: ../../include/openssl/bio.h ../../include/openssl/bn.h
121 dsa_key.o: ../../e_os.h ../../include/openssl/bio.h ../../include/openssl/bn.h
130 dsa_lib.o: ../../include/openssl/bio.h ../../include/openssl/bn.h
145 dsa_ossl.o: ../../include/openssl/bio.h ../../include/openssl/bn.h
155 dsa_sign.o: ../../include/openssl/bio.h ../../include/openssl/bn.h
165 dsa_utl.o: ../../include/openssl/bio.h ../../include/openssl/bn.h
180 dsa_vrf.o: ../../include/openssl/asn1_mac.h ../../include/openssl/bio
[all...]
/macosx-10.10.1/OpenSSL098-52/src/apps/
H A Dasn1pars.c85 static int do_generate(BIO *bio, char *genstr, char *genconf, BUF_MEM *buf);
387 static int do_generate(BIO *bio, char *genstr, char *genconf, BUF_MEM *buf) argument
404 BIO_printf(bio, "Can't find 'asn1' in '%s'\n", genconf);
434 BIO_printf(bio, "Error on line %ld of config file '%s'\n",
437 BIO_printf(bio, "Error loading config file '%s'\n", genconf);
/macosx-10.10.1/OpenSSL098-52/src/crypto/bn/
H A DMakefile166 bn_add.o: ../../e_os.h ../../include/openssl/bio.h ../../include/openssl/bn.h
173 bn_asm.o: ../../e_os.h ../../include/openssl/bio.h ../../include/openssl/bn.h
180 bn_blind.o: ../../e_os.h ../../include/openssl/bio.h ../../include/openssl/bn.h
189 bn_ctx.o: ../../e_os.h ../../include/openssl/bio.h ../../include/openssl/bn.h
196 bn_depr.o: ../../e_os.h ../../include/openssl/bio.h ../../include/openssl/bn.h
204 bn_div.o: ../../e_os.h ../../include/openssl/bio.h ../../include/openssl/bn.h
211 bn_err.o: ../../include/openssl/bio.h ../../include/openssl/bn.h
218 bn_exp.o: ../../e_os.h ../../include/openssl/bio.h ../../include/openssl/bn.h
225 bn_exp2.o: ../../e_os.h ../../include/openssl/bio.h ../../include/openssl/bn.h
232 bn_gcd.o: ../../e_os.h ../../include/openssl/bio
[all...]
/macosx-10.10.1/apache-793/httpd/support/
H A Dab.c482 static long ssl_print_cb(BIO *bio,int cmd,const char *argp,int argi,long argl,long ret) argument
486 out=(BIO *)BIO_get_callback_arg(bio);
491 bio, argp, argi, ret, ret);
497 bio, argp, argi, ret, ret);
567 static int ssl_print_connection_info(BIO *bio, SSL *ssl) argument
572 BIO_printf(bio,"Transport Protocol :%s\n", SSL_get_version(ssl));
575 BIO_printf(bio,"Cipher Suite Protocol :%s\n", SSL_CIPHER_get_version(c));
576 BIO_printf(bio,"Cipher Suite Name :%s\n",SSL_CIPHER_get_name(c));
579 BIO_printf(bio,"Cipher Suite Cipher Bits:%d (%d)\n",bits,alg_bits);
584 static void ssl_print_cert_info(BIO *bio, X50 argument
1275 BIO *bio; local
[all...]
/macosx-10.10.1/OpenSSL098-52/src/crypto/asn1/
H A DMakefile109 a_bitstr.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
117 a_bool.o: ../../include/openssl/asn1t.h ../../include/openssl/bio.h
125 a_bytes.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
133 a_d2i_fp.o: ../../include/openssl/asn1_mac.h ../../include/openssl/bio.h
141 a_digest.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
153 a_dup.o: ../../e_os.h ../../include/openssl/asn1.h ../../include/openssl/bio.h
160 a_enum.o: ../../e_os.h ../../include/openssl/asn1.h ../../include/openssl/bio.h
169 a_gentm.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
177 a_hdr.o: ../../include/openssl/asn1_mac.h ../../include/openssl/bio.h
185 a_i2d_fp.o: ../../include/openssl/bio
[all...]
/macosx-10.10.1/OpenSSL098-52/src/crypto/ec/
H A DMakefile82 ec2_mult.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
90 ec2_smpl.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
100 ec_asn1.o: ../../include/openssl/bio.h ../../include/openssl/bn.h
108 ec_check.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
116 ec_curve.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
124 ec_cvt.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
132 ec_err.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
139 ec_key.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
147 ec_lib.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
155 ec_mult.o: ../../include/openssl/asn1.h ../../include/openssl/bio
[all...]
/macosx-10.10.1/OpenSSL098-52/src/crypto/ecdsa/
H A DMakefile79 ecs_asn1.o: ../../include/openssl/bio.h ../../include/openssl/crypto.h
86 ecs_err.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
94 ecs_lib.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
108 ecs_ossl.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
117 ecs_sign.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
131 ecs_vrf.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
/macosx-10.10.1/OpenSSL098-52/src/crypto/err/
H A DMakefile77 err.o: ../../e_os.h ../../include/openssl/bio.h ../../include/openssl/buffer.h
84 err_all.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
104 err_bio.o: ../../e_os.h ../../include/openssl/bio.h
111 err_def.o: ../../e_os.h ../../include/openssl/bio.h
118 err_prn.o: ../../e_os.h ../../include/openssl/bio.h
125 err_str.o: ../../e_os.h ../../include/openssl/bio.h
/macosx-10.10.1/OpenSSL098-52/src/crypto/x509/
H A DMakefile87 by_dir.o: ../../e_os.h ../../include/openssl/asn1.h ../../include/openssl/bio.h
101 by_file.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
115 x509_att.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
130 x509_cmp.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
145 x509_d2.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
158 x509_def.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
170 x509_err.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
184 x509_ext.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
199 x509_lu.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
213 x509_obj.o: ../../include/openssl/bio
[all...]
/macosx-10.10.1/OpenSSL098-52/src/crypto/evp/
H A DMakefile101 bio_b64.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
111 bio_enc.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
120 bio_md.o: ../../e_os.h ../../include/openssl/asn1.h ../../include/openssl/bio.h
129 bio_ok.o: ../../e_os.h ../../include/openssl/asn1.h ../../include/openssl/bio.h
139 c_all.o: ../../e_os.h ../../include/openssl/asn1.h ../../include/openssl/bio.h
152 c_allc.o: ../../e_os.h ../../include/openssl/asn1.h ../../include/openssl/bio.h
165 c_alld.o: ../../e_os.h ../../include/openssl/asn1.h ../../include/openssl/bio.h
179 dig_eng.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
192 digest.o: ../../e_os.h ../../include/openssl/asn1.h ../../include/openssl/bio.h
206 e_aes.o: ../../include/openssl/bio
[all...]
/macosx-10.10.1/OpenSSL098-52/src/crypto/engine/
H A DMakefile86 eng_all.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
100 eng_cnf.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
113 eng_cryptodev.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
131 eng_ctrl.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
145 eng_dyn.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
158 eng_err.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
172 eng_fat.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
186 eng_init.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
200 eng_lib.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
214 eng_list.o: ../../include/openssl/bio
[all...]
/macosx-10.10.1/OpenSSL098-52/src/crypto/jpake/
H A DMakefile50 jpake.o: ../../include/openssl/bio.h ../../include/openssl/bn.h
57 jpake_err.o: ../../include/openssl/bio.h ../../include/openssl/bn.h
/macosx-10.10.1/OpenSSL098-52/src/crypto/lhash/
H A DMakefile77 lh_stats.o: ../../e_os.h ../../include/openssl/bio.h
84 lhash.o: ../../include/openssl/bio.h ../../include/openssl/crypto.h
/macosx-10.10.1/OpenSSL098-52/src/crypto/md2/
H A DMakefile77 md2_dgst.o: ../../include/openssl/bio.h ../../include/openssl/crypto.h
84 md2_one.o: ../../e_os.h ../../include/openssl/bio.h

Completed in 139 milliseconds

1234567891011