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()
313 skcipher_request_set_tfm(&rctx->u.xctr_req, tctx->xctr); in hctr2_crypt()
314 skcipher_request_set_crypt(&rctx->u.xctr_req, rctx->bulk_part_src, in hctr2_crypt()
317 skcipher_request_set_callback(&rctx->u.xctr_req, in hctr2_crypt()
320 return crypto_skcipher_encrypt(&rctx->u.xctr_req) ?: in hctr2_crypt()
365 BUILD_BUG_ON(offsetofend(struct hctr2_request_ctx, u) != in hctr2_init_tfm()
367 subreq_size = max(sizeof_field(struct hctr2_request_ctx, u.hash_desc) + in hctr2_init_tfm()
369 sizeof_field(struct hctr2_request_ctx, u.xctr_req) + in hctr2_init_tfm()
372 tctx->hashed_tweak_offset = offsetof(struct hctr2_request_ctx, u) + in hctr2_init_tfm()