Home
last modified time | relevance | path

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

/linux-4.4.14/crypto/
Dchainiv.c50 struct crypto_ablkcipher *geniv = skcipher_givcrypt_reqtfm(req); in chainiv_givencrypt()
139 struct crypto_ablkcipher *geniv = skcipher_givcrypt_reqtfm(req); in async_chainiv_postpone_request()
156 struct crypto_ablkcipher *geniv = skcipher_givcrypt_reqtfm(req); in async_chainiv_givencrypt_tail()
176 struct crypto_ablkcipher *geniv = skcipher_givcrypt_reqtfm(req); in async_chainiv_givencrypt()
Deseqiv.c44 struct crypto_ablkcipher *geniv = skcipher_givcrypt_reqtfm(req); in eseqiv_complete2()
67 struct crypto_ablkcipher *geniv = skcipher_givcrypt_reqtfm(req); in eseqiv_givencrypt()
Dseqiv.c46 geniv = skcipher_givcrypt_reqtfm(req); in seqiv_complete2()
104 struct crypto_ablkcipher *geniv = skcipher_givcrypt_reqtfm(req); in seqiv_givencrypt()
/linux-4.4.14/include/crypto/
Dskcipher.h74 static inline struct crypto_ablkcipher *skcipher_givcrypt_reqtfm( in skcipher_givcrypt_reqtfm() function
84 crypto_ablkcipher_crt(skcipher_givcrypt_reqtfm(req)); in crypto_skcipher_givencrypt()
92 crypto_ablkcipher_crt(skcipher_givcrypt_reqtfm(req)); in crypto_skcipher_givdecrypt()