Searched refs:bio (Results 126 - 150 of 479) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/err/
H A Derr_all.c66 #include <openssl/bio.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/rsa/
H A DMakefile82 rsa_asn1.o: ../../include/openssl/asn1t.h ../../include/openssl/bio.h
91 rsa_chk.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
100 rsa_depr.o: ../../include/openssl/bio.h ../../include/openssl/bn.h
109 rsa_eay.o: ../../include/openssl/bio.h ../../include/openssl/bn.h
117 rsa_err.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
125 rsa_gen.o: ../../include/openssl/bio.h ../../include/openssl/bn.h
134 rsa_lib.o: ../../include/openssl/bio.h ../../include/openssl/bn.h
144 rsa_none.o: ../../include/openssl/bio.h ../../include/openssl/bn.h
153 rsa_null.o: ../../include/openssl/bio.h ../../include/openssl/bn.h
162 rsa_oaep.o: ../../include/openssl/bio
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dbio.h1 /* crypto/bio/bio.h */
123 /* callback is int cb(BIO *bio,state,ret); */
228 * BIO *BIO_get_retry_BIO(BIO *bio, int *reason); will walk the BIO
230 * Given a BIO, BIO_get_retry_reason(bio) will return the code. */
231 /* Returned from the SSL bio when the certificate retrieval code had an error */
297 /* bio, mode, argp, argi, argl, ret */
320 /* BIO *bio; */ /* this is now in the BIO struct */
417 #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);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/gfs2/
H A Dsuper.c17 #include <linux/bio.h>
163 static int end_bio_io_page(struct bio *bio, unsigned int bytes_done, int error) argument
165 struct page *page = bio->bi_private;
166 if (bio->bi_size)
182 * This uses the bio functions to read the super block from disk
198 struct bio *bio; local
208 bio = bio_alloc(GFP_KERNEL, 1);
209 if (unlikely(!bio)) {
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/pkcs7/
H A Dpkcs7.h63 #include <openssl/bio.h>
317 BIO *bio, PKCS7 *p7, PKCS7_SIGNER_INFO *si);
318 int PKCS7_signatureVerify(BIO *bio, PKCS7 *p7, PKCS7_SIGNER_INFO *si,
321 BIO *PKCS7_dataInit(PKCS7 *p7, BIO *bio);
322 int PKCS7_dataFinal(PKCS7 *p7, BIO *bio);
363 int SMIME_write_PKCS7(BIO *bio, PKCS7 *p7, BIO *data, int flags);
364 PKCS7 *SMIME_read_PKCS7(BIO *bio, BIO **bcont);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/include/openssl/
H A Dpkcs7.h63 #include <openssl/bio.h>
317 BIO *bio, PKCS7 *p7, PKCS7_SIGNER_INFO *si);
318 int PKCS7_signatureVerify(BIO *bio, PKCS7 *p7, PKCS7_SIGNER_INFO *si,
321 BIO *PKCS7_dataInit(PKCS7 *p7, BIO *bio);
322 int PKCS7_dataFinal(PKCS7 *p7, BIO *bio);
363 int SMIME_write_PKCS7(BIO *bio, PKCS7 *p7, BIO *data, int flags);
364 PKCS7 *SMIME_read_PKCS7(BIO *bio, BIO **bcont);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/ssl/
H A Dbio_ssl.c64 #include <openssl/bio.h>
300 BIO *dbio,*bio; local
355 bio=SSL_get_rbio(ssl);
356 if (bio != NULL)
359 BIO_push(bio,b->next_bio);
360 b->next_bio=bio;
361 CRYPTO_add(&bio->references,1,CRYPTO_LOCK_BIO);
H A Dssl_lib.c543 BIO *bio=NULL; local
545 bio=BIO_new(BIO_s_socket());
547 if (bio == NULL)
552 BIO_set_fd(bio,fd,BIO_NOCLOSE);
553 SSL_set_bio(s,bio,bio);
562 BIO *bio=NULL; local
567 bio=BIO_new(BIO_s_socket());
569 if (bio == NULL)
571 BIO_set_fd(bio,f
584 BIO *bio=NULL; local
1738 BIO *bio; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/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
124 conf_mod.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
136 conf_sap.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/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/bio.h ../../include/openssl/bn.h
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/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);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Dbio_ssl.c64 #include <openssl/bio.h>
300 BIO *dbio,*bio; local
355 bio=SSL_get_rbio(ssl);
356 if (bio != NULL)
359 BIO_push(bio,b->next_bio);
360 b->next_bio=bio;
361 CRYPTO_add(&bio->references,1,CRYPTO_LOCK_BIO);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/block/
H A Ddeadline-iosched.c10 #include <linux/bio.h>
118 deadline_merge(request_queue_t *q, struct request **req, struct bio *bio) argument
128 sector_t sector = bio->bi_sector + bio_sectors(bio);
130 __rq = elv_rb_find(&dd->sort_list[bio_data_dir(bio)], sector);
134 if (elv_rq_merge_ok(__rq, bio)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/linux-2.6/
H A Dxfs_buf.c25 #include <linux/bio.h>
1106 struct bio *bio,
1110 xfs_buf_t *bp = (xfs_buf_t *)bio->bi_private;
1112 struct bio_vec *bvec = bio->bi_io_vec + bio->bi_vcnt - 1;
1114 if (bio->bi_size)
1117 if (!test_bit(BIO_UPTODATE, &bio->bi_flags))
1134 if (--bvec >= bio->bi_io_vec)
1140 } while (bvec >= bio
1105 xfs_buf_bio_end_io( struct bio *bio, unsigned int bytes_done, int error) argument
1152 struct bio *bio; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/md/
H A Draid5.c70 /* bio's attached to a stripe+device for I/O are linked together in bi_sector
71 * order without overlap. There may be several bio's per stripe+device, and
72 * a bio could span several devices.
74 * beyond a bio that extends past this device, as the next bio might no longer
76 * This macro is used to determine the 'next' bio in the list, given the sector
79 #define r5_next_bio(bio, sect) ( ( (bio)->bi_sector + ((bio)->bi_size>>9) < sect + STRIPE_SECTORS) ? (bio)
877 copy_data(int frombio, struct bio *bio, struct page *page, sector_t sector) argument
2639 raid5_mergeable_bvec(request_queue_t *q, struct bio *bio, struct bio_vec *biovec) argument
2659 in_chunk_boundary(mddev_t *mddev, struct bio *bio) argument
3280 struct bio *bio; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/ec/
H A DMakefile86 ec_err.o: ../../include/openssl/bio.h ../../include/openssl/bn.h
93 ec_lib.o: ../../include/openssl/bio.h ../../include/openssl/bn.h
100 ec_mult.o: ../../include/openssl/bio.h ../../include/openssl/bn.h
107 ecp_mont.o: ../../include/openssl/bio.h ../../include/openssl/bn.h
120 ecp_smpl.o: ../../include/openssl/bio.h ../../include/openssl/bn.h
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/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);
433 BIO_printf(bio, "Error on line %ld of config file '%s'\n",
436 BIO_printf(bio, "Error loading config file '%s'\n", genconf);
H A Ds_server.c336 BIO_printf(bio_err," -nbio_test - test with the non-blocking test bio\n");
1117 static void print_stats(BIO *bio, SSL_CTX *ssl_ctx) argument
1119 BIO_printf(bio,"%4ld items in the session cache\n",
1121 BIO_printf(bio,"%4ld client connects (SSL_connect())\n",
1123 BIO_printf(bio,"%4ld client renegotiates (SSL_connect())\n",
1125 BIO_printf(bio,"%4ld client connects that finished\n",
1127 BIO_printf(bio,"%4ld server accepts (SSL_accept())\n",
1129 BIO_printf(bio,"%4ld server renegotiates (SSL_accept())\n",
1131 BIO_printf(bio,"%4ld server accepts that finished\n",
1133 BIO_printf(bio,"
1544 BIO *bio; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/pkcs12/
H A DMakefile84 p12_add.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
96 p12_asn.o: ../../include/openssl/asn1t.h ../../include/openssl/bio.h
108 p12_attr.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
120 p12_crpt.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
132 p12_crt.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
144 p12_decr.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
156 p12_init.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
168 p12_key.o: ../../include/openssl/bio.h ../../include/openssl/bn.h
180 p12_kiss.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
192 p12_mutl.o: ../../include/openssl/bio
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/dsa/
H A DMakefile80 dsa_asn1.o: ../../include/openssl/asn1t.h ../../include/openssl/bio.h
89 dsa_depr.o: ../../include/openssl/bio.h ../../include/openssl/bn.h
99 dsa_err.o: ../../include/openssl/bio.h ../../include/openssl/crypto.h
107 dsa_gen.o: ../../include/openssl/bio.h ../../include/openssl/bn.h
117 dsa_key.o: ../../e_os.h ../../include/openssl/bio.h ../../include/openssl/bn.h
126 dsa_lib.o: ../../include/openssl/bio.h ../../include/openssl/bn.h
136 dsa_ossl.o: ../../include/openssl/bio.h ../../include/openssl/bn.h
146 dsa_sign.o: ../../include/openssl/bio.h ../../include/openssl/bn.h
156 dsa_vrf.o: ../../include/openssl/asn1_mac.h ../../include/openssl/bio.h
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/x509v3/
H A DMakefile88 pcy_cache.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
101 pcy_data.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
114 pcy_lib.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
126 pcy_map.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
137 pcy_node.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
150 pcy_tree.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
163 v3_addr.o: ../../include/openssl/asn1t.h ../../include/openssl/bio.h
176 v3_akey.o: ../../include/openssl/asn1t.h ../../include/openssl/bio.h
189 v3_akeya.o: ../../include/openssl/asn1t.h ../../include/openssl/bio.h
201 v3_alt.o: ../../e_os.h ../../include/openssl/asn1.h ../../include/openssl/bio
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/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...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/apps/
H A Ds_server.c293 BIO_printf(bio_err," -nbio_test - test with the non-blocking test bio\n");
882 static void print_stats(BIO *bio, SSL_CTX *ssl_ctx) argument
884 BIO_printf(bio,"%4ld items in the session cache\n",
886 BIO_printf(bio,"%4d client connects (SSL_connect())\n",
888 BIO_printf(bio,"%4d client renegotiates (SSL_connect())\n",
890 BIO_printf(bio,"%4d client connects that finished\n",
892 BIO_printf(bio,"%4d server accepts (SSL_accept())\n",
894 BIO_printf(bio,"%4d server renegotiates (SSL_accept())\n",
896 BIO_printf(bio,"%4d server accepts that finished\n",
898 BIO_printf(bio,"
1276 BIO *bio; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/dh/
H A DMakefile81 dh_asn1.o: ../../include/openssl/asn1t.h ../../include/openssl/bio.h
90 dh_check.o: ../../e_os.h ../../include/openssl/bio.h ../../include/openssl/bn.h
98 dh_err.o: ../../include/openssl/bio.h ../../include/openssl/bn.h
105 dh_gen.o: ../../e_os.h ../../include/openssl/bio.h ../../include/openssl/bn.h
113 dh_key.o: ../../e_os.h ../../include/openssl/bio.h ../../include/openssl/bn.h
121 dh_lib.o: ../../e_os.h ../../include/openssl/asn1.h ../../include/openssl/bio.h

Completed in 515 milliseconds

1234567891011>>