Home
last modified time | relevance | path

Searched refs:crypto_ablkcipher_reqtfm (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/include/linux/
Dcrypto.h904 static inline struct crypto_ablkcipher *crypto_ablkcipher_reqtfm( in crypto_ablkcipher_reqtfm() function
924 crypto_ablkcipher_crt(crypto_ablkcipher_reqtfm(req)); in crypto_ablkcipher_encrypt()
942 crypto_ablkcipher_crt(crypto_ablkcipher_reqtfm(req)); in crypto_ablkcipher_decrypt()
/linux-4.19.296/crypto/
Dcryptd.c263 tfm = crypto_ablkcipher_reqtfm(req); in cryptd_blkcipher_crypt()
297 struct crypto_ablkcipher *tfm = crypto_ablkcipher_reqtfm(req); in cryptd_blkcipher_enqueue()