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

/linux-master/drivers/crypto/aspeed/
H A Daspeed-hace-hash.c353 struct aspeed_sha_hmac_ctx *bctx = tctx->base; local
365 memcpy(rctx->buffer, bctx->opad, rctx->block_size);
667 struct aspeed_sha_hmac_ctx *bctx = tctx->base; local
739 memcpy(rctx->buffer, bctx->ipad, rctx->block_size);
756 struct aspeed_sha_hmac_ctx *bctx = tctx->base; local
757 int ds = crypto_shash_digestsize(bctx->shash);
758 int bs = crypto_shash_blocksize(bctx->shash);
766 err = aspeed_sham_shash_digest(bctx->shash,
767 crypto_shash_get_flags(bctx->shash),
768 key, keylen, bctx
803 struct aspeed_sha_hmac_ctx *bctx = tctx->base; local
827 struct aspeed_sha_hmac_ctx *bctx = tctx->base; local
[all...]
/linux-master/drivers/crypto/
H A Domap-sham.c305 struct omap_sham_hmac_ctx *bctx = tctx->base; local
306 u32 *opad = (u32 *)bctx->opad;
452 struct omap_sham_hmac_ctx *bctx = tctx->base; local
462 (u32 *)bctx->ipad, nr_dr);
464 (u32 *)bctx->ipad + nr_dr, nr_dr);
992 struct omap_sham_hmac_ctx *bctx = tctx->base; local
994 memcpy(ctx->buffer, bctx->ipad, bs);
1102 struct omap_sham_hmac_ctx *bctx = tctx->base; local
1103 int bs = crypto_shash_blocksize(bctx->shash);
1104 int ds = crypto_shash_digestsize(bctx
1287 struct omap_sham_hmac_ctx *bctx = tctx->base; local
1338 struct omap_sham_hmac_ctx *bctx = tctx->base; local
1397 struct omap_sham_hmac_ctx *bctx = tctx->base; local
[all...]
/linux-master/crypto/
H A Dblowfish_common.c311 static void encrypt_block(struct bf_ctx *bctx, u32 *dst, u32 *src) argument
313 const u32 *P = bctx->p;
314 const u32 *S = bctx->s;
/linux-master/fs/btrfs/
H A Dsend.c1345 struct backref_ctx *bctx = ctx_; local
1349 clone_root = bsearch((void *)(uintptr_t)root_id, bctx->sctx->clone_roots,
1350 bctx->sctx->clone_roots_cnt,
1357 if (clone_root->root == bctx->sctx->send_root &&
1358 ino == bctx->cur_objectid &&
1359 offset == bctx->cur_offset)
1366 if (clone_root->root == bctx->sctx->send_root) {
1372 if (ino > bctx->cur_objectid)
1380 if (ino == bctx->cur_objectid &&
1381 offset + bctx
1414 struct backref_ctx *bctx = ctx; local
1454 struct backref_ctx *bctx = ctx; local
1527 const struct backref_ctx *bctx = ctx; local
1562 const struct backref_ctx *bctx = ctx; local
[all...]

Completed in 176 milliseconds