Lines Matching defs:key
53 struct aesbs_ctx key;
58 struct aesbs_ctx key;
64 struct aesbs_ctx key; /* must be first member */
138 ctx->key.rounds = 6 + key_len / 4;
141 aesbs_convert_key(ctx->key.rk, rk.key_enc, ctx->key.rounds);
182 ctx->key.rk, ctx->key.rounds, blocks,
226 ctx->key.rounds = 6 + key_len / 4;
229 aesbs_convert_key(ctx->key.rk, ctx->fallback.key_enc, ctx->key.rounds);
379 fn(walk.dst.virt.addr, walk.src.virt.addr, ctx->key.rk,
380 ctx->key.rounds, blocks, walk.iv, reorder_last_tweak);