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

/linux-master/crypto/
H A Dhctr2.c59 struct hctr2_request_ctx { struct
94 struct hctr2_request_ctx *rctx)
174 struct hctr2_request_ctx *rctx = skcipher_request_ctx(req);
197 struct hctr2_request_ctx *rctx = skcipher_request_ctx(req);
233 struct hctr2_request_ctx *rctx = skcipher_request_ctx(req);
269 struct hctr2_request_ctx *rctx = skcipher_request_ctx(req);
365 BUILD_BUG_ON(offsetofend(struct hctr2_request_ctx, u) !=
366 sizeof(struct hctr2_request_ctx));
367 subreq_size = max(sizeof_field(struct hctr2_request_ctx, u.hash_desc) +
369 sizeof_field(struct hctr2_request_ctx,
[all...]

Completed in 186 milliseconds