Home
last modified time | relevance | path

Searched refs:__crypto_skcipher_cast (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/include/crypto/
Dskcipher.h177 static inline struct crypto_skcipher *__crypto_skcipher_cast( in __crypto_skcipher_cast() function
422 return __crypto_skcipher_cast(req->base.tfm); in crypto_skcipher_reqtfm()
/Linux-v4.19/crypto/
Dskcipher.c653 struct crypto_skcipher *skcipher = __crypto_skcipher_cast(tfm); in crypto_init_skcipher_ops_blkcipher()
751 struct crypto_skcipher *skcipher = __crypto_skcipher_cast(tfm); in crypto_init_skcipher_ops_ablkcipher()
831 struct crypto_skcipher *skcipher = __crypto_skcipher_cast(tfm); in crypto_skcipher_exit_tfm()
839 struct crypto_skcipher *skcipher = __crypto_skcipher_cast(tfm); in crypto_skcipher_init_tfm()
/Linux-v4.19/drivers/crypto/sunxi-ss/
Dsun4i-ss-cipher.c468 crypto_skcipher_set_reqsize(__crypto_skcipher_cast(tfm), in sun4i_ss_cipher_init()
/Linux-v4.19/drivers/crypto/inside-secure/
Dsafexcel_cipher.c705 skcipher_request_set_tfm(req, __crypto_skcipher_cast(tfm)); in safexcel_skcipher_exit_inv()
786 crypto_skcipher_set_reqsize(__crypto_skcipher_cast(tfm), in safexcel_skcipher_cra_init()
/Linux-v4.19/drivers/crypto/marvell/
Dcipher.c244 crypto_skcipher_set_reqsize(__crypto_skcipher_cast(tfm), in mv_cesa_skcipher_cra_init()
/Linux-v4.19/drivers/crypto/ccree/
Dcc_cipher.c144 crypto_skcipher_set_reqsize(__crypto_skcipher_cast(tfm), in cc_cipher_init()