Searched refs:bctx (Results 1 – 3 of 3) sorted by relevance
310 struct omap_sham_hmac_ctx *bctx = tctx->base; in omap_sham_copy_hash_omap4() local311 u32 *opad = (u32 *)bctx->opad; in omap_sham_copy_hash_omap4()457 struct omap_sham_hmac_ctx *bctx = tctx->base; in omap_sham_write_ctrl_omap4() local467 (u32 *)bctx->ipad, nr_dr); in omap_sham_write_ctrl_omap4()469 (u32 *)bctx->ipad + nr_dr, nr_dr); in omap_sham_write_ctrl_omap4()997 struct omap_sham_hmac_ctx *bctx = tctx->base; in omap_sham_init() local999 memcpy(ctx->buffer, bctx->ipad, bs); in omap_sham_init()1103 struct omap_sham_hmac_ctx *bctx = tctx->base; in omap_sham_finish_hmac() local1104 int bs = crypto_shash_blocksize(bctx->shash); in omap_sham_finish_hmac()1105 int ds = crypto_shash_digestsize(bctx->shash); in omap_sham_finish_hmac()[all …]
310 static void encrypt_block(struct bf_ctx *bctx, u32 *dst, u32 *src) in encrypt_block() argument312 const u32 *P = bctx->p; in encrypt_block()313 const u32 *S = bctx->s; in encrypt_block()
1228 struct backref_ctx *bctx = ctx_; in __iterate_backrefs() local1232 found = bsearch((void *)(uintptr_t)root, bctx->sctx->clone_roots, in __iterate_backrefs()1233 bctx->sctx->clone_roots_cnt, in __iterate_backrefs()1239 if (found->root == bctx->sctx->send_root && in __iterate_backrefs()1240 ino == bctx->cur_objectid && in __iterate_backrefs()1241 offset == bctx->cur_offset) { in __iterate_backrefs()1242 bctx->found_itself = 1; in __iterate_backrefs()1249 if (found->root == bctx->sctx->send_root) { in __iterate_backrefs()1255 if (ino > bctx->cur_objectid) in __iterate_backrefs()1263 if (ino == bctx->cur_objectid && in __iterate_backrefs()[all …]