Searched refs:skcipher_givcrypt_reqctx (Results 1 – 4 of 4) sorted by relevance
52 struct ablkcipher_request *subreq = skcipher_givcrypt_reqctx(req); in chainiv_givencrypt()158 struct ablkcipher_request *subreq = skcipher_givcrypt_reqctx(req); in async_chainiv_givencrypt_tail()178 struct ablkcipher_request *subreq = skcipher_givcrypt_reqctx(req); in async_chainiv_givencrypt()220 subreq = skcipher_givcrypt_reqctx(req); in async_chainiv_do_postponed()
45 struct eseqiv_request_ctx *reqctx = skcipher_givcrypt_reqctx(req); in eseqiv_complete2()69 struct eseqiv_request_ctx *reqctx = skcipher_givcrypt_reqctx(req); in eseqiv_givencrypt()
37 struct ablkcipher_request *subreq = skcipher_givcrypt_reqctx(req); in seqiv_complete2()106 struct ablkcipher_request *subreq = skcipher_givcrypt_reqctx(req); in seqiv_givencrypt()
87 static inline void *skcipher_givcrypt_reqctx( in skcipher_givcrypt_reqctx() function