Lines Matching refs:u
73 } u; member
175 struct shash_desc *hash_desc = &rctx->u.hash_desc; in hctr2_hash_tweak()
198 struct shash_desc *hash_desc = &rctx->u.hash_desc; in hctr2_hash_message()
235 struct shash_desc *hash_desc = &rctx->u.hash_desc; in hctr2_finish()
314 skcipher_request_set_tfm(&rctx->u.xctr_req, tctx->xctr); in hctr2_crypt()
315 skcipher_request_set_crypt(&rctx->u.xctr_req, rctx->bulk_part_src, in hctr2_crypt()
318 skcipher_request_set_callback(&rctx->u.xctr_req, in hctr2_crypt()
321 return crypto_skcipher_encrypt(&rctx->u.xctr_req) ?: in hctr2_crypt()
366 BUILD_BUG_ON(offsetofend(struct hctr2_request_ctx, u) != in hctr2_init_tfm()
368 subreq_size = max(sizeof_field(struct hctr2_request_ctx, u.hash_desc) + in hctr2_init_tfm()
370 sizeof_field(struct hctr2_request_ctx, u.xctr_req) + in hctr2_init_tfm()
373 tctx->hashed_tweak_offset = offsetof(struct hctr2_request_ctx, u) + in hctr2_init_tfm()