Searched refs:bmd (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Ddgst.c79 const char *file,BIO *bmd,const char *hmac_key);
90 BIO *bmd=NULL; local
267 bmd=BIO_new(BIO_f_md());
281 if ((in == NULL) || (bmd == NULL))
356 if (!BIO_set_md(bmd,md))
363 inp=BIO_push(bmd,in);
369 siglen,"","(stdin)",bmd,hmac_key);
395 siglen,tmp,argv[i],bmd,hmac_key);
400 (void)BIO_reset(bmd);
415 if (bmd !
420 do_fp(BIO *out, unsigned char *buf, BIO *bp, int sep, int binout, EVP_PKEY *key, unsigned char *sigin, int siglen, const char *title, const char *file,BIO *bmd,const char *hmac_key) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Ddgst.c80 const char *file, BIO *bmd);
111 BIO *bmd = NULL; local
295 bmd = BIO_new(BIO_f_md());
296 if ((in == NULL) || (bmd == NULL)) {
395 BIO_get_md_ctx(bmd, &md_ctx);
410 if (!BIO_get_md_ctx(bmd, &mctx)) {
439 if (!BIO_get_md_ctx(bmd, &mctx)) {
476 inp = BIO_push(bmd, in);
480 BIO_get_md_ctx(bmd, &tctx);
487 siglen, NULL, NULL, "stdin", bmd);
539 do_fp(BIO *out, unsigned char *buf, BIO *bp, int sep, int binout, EVP_PKEY *key, unsigned char *sigin, int siglen, const char *sig_name, const char *md_name, const char *file, BIO *bmd) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Ddgst.c80 const char *file, BIO *bmd);
111 BIO *bmd = NULL; local
295 bmd = BIO_new(BIO_f_md());
296 if ((in == NULL) || (bmd == NULL)) {
395 BIO_get_md_ctx(bmd, &md_ctx);
410 if (!BIO_get_md_ctx(bmd, &mctx)) {
439 if (!BIO_get_md_ctx(bmd, &mctx)) {
476 inp = BIO_push(bmd, in);
480 BIO_get_md_ctx(bmd, &tctx);
487 siglen, NULL, NULL, "stdin", bmd);
539 do_fp(BIO *out, unsigned char *buf, BIO *bp, int sep, int binout, EVP_PKEY *key, unsigned char *sigin, int siglen, const char *sig_name, const char *md_name, const char *file, BIO *bmd) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dbio.c682 static void bio_set_map_data(struct bio_map_data *bmd, struct bio *bio, argument
686 memcpy(bmd->iovecs, bio->bi_io_vec, sizeof(struct bio_vec) * bio->bi_vcnt);
687 memcpy(bmd->sgvecs, iov, sizeof(struct sg_iovec) * iov_count);
688 bmd->nr_sgvecs = iov_count;
689 bmd->is_our_pages = is_our_pages;
690 bio->bi_private = bmd;
693 static void bio_free_map_data(struct bio_map_data *bmd) argument
695 kfree(bmd->iovecs);
696 kfree(bmd->sgvecs);
697 kfree(bmd);
703 struct bio_map_data *bmd; local
788 struct bio_map_data *bmd = bio->bi_private; local
819 struct bio_map_data *bmd; local
1234 struct bio_map_data *bmd = bio->bi_private; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/
H A Dpktcdvd.c2548 static int pkt_merge_bvec(struct request_queue *q, struct bvec_merge_data *bmd, argument
2552 sector_t zone = ZONE(bmd->bi_sector, pd);
2553 int used = ((bmd->bi_sector - zone) << 9) + bmd->bi_size;
2561 remaining2 = PAGE_SIZE - bmd->bi_size;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/hv/
H A Dstorvsc_drv.c777 struct bvec_merge_data *bmd, struct bio_vec *bvec)
776 storvsc_merge_bvec(struct request_queue *q, struct bvec_merge_data *bmd, struct bio_vec *bvec) argument

Completed in 120 milliseconds