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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/apps/
H A Ddgst.c81 const char *file,BIO *bmd,const char *hmac_key, int non_fips_allow);
92 BIO *bmd=NULL; local
262 bmd=BIO_new(BIO_f_md());
276 if ((in == NULL) || (bmd == NULL))
351 BIO_get_md_ctx(bmd,&md_ctx);
356 if (!BIO_set_md(bmd,md))
364 inp=BIO_push(bmd,in);
370 siglen,"","(stdin)",bmd,hmac_key, non_fips_allow);
396 siglen,tmp,argv[i],bmd,hmac_key,non_fips_allow);
401 (void)BIO_reset(bmd);
421 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, int non_fips_allow) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/firewire/
H A Dfw-card.c205 struct bm_data *bmd = data; local
208 bmd->old = be32_to_cpu(*(__be32 *) payload);
209 bmd->rcode = rcode;
210 complete(&bmd->done);
218 struct bm_data bmd; local
252 bmd.lock.arg = cpu_to_be32(0x3f);
253 bmd.lock.data = cpu_to_be32(card->local_node->node_id);
257 init_completion(&bmd.done);
258 fw_send_request(card, &bmd.t, TCODE_LOCK_COMPARE_SWAP,
261 &bmd
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dbio.c459 static void bio_set_map_data(struct bio_map_data *bmd, struct bio *bio) argument
461 memcpy(bmd->iovecs, bio->bi_io_vec, sizeof(struct bio_vec) * bio->bi_vcnt);
462 bio->bi_private = bmd;
465 static void bio_free_map_data(struct bio_map_data *bmd) argument
467 kfree(bmd->iovecs);
468 kfree(bmd);
473 struct bio_map_data *bmd = kmalloc(sizeof(*bmd), GFP_KERNEL); local
475 if (!bmd)
478 bmd
495 struct bio_map_data *bmd = bio->bi_private; local
531 struct bio_map_data *bmd; local
[all...]

Completed in 113 milliseconds