Home
last modified time | relevance | path

Searched refs:skcipher_givcrypt_reqctx (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/crypto/
Dchainiv.c52 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()
Deseqiv.c45 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()
Dseqiv.c37 struct ablkcipher_request *subreq = skcipher_givcrypt_reqctx(req); in seqiv_complete2()
106 struct ablkcipher_request *subreq = skcipher_givcrypt_reqctx(req); in seqiv_givencrypt()
/linux-4.4.14/include/crypto/internal/
Dskcipher.h87 static inline void *skcipher_givcrypt_reqctx( in skcipher_givcrypt_reqctx() function