Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dcrypto.h811 static inline struct ablkcipher_tfm *crypto_ablkcipher_crt( in crypto_ablkcipher_crt() function
829 return crypto_ablkcipher_crt(tfm)->ivsize; in crypto_ablkcipher_ivsize()
890 struct ablkcipher_tfm *crt = crypto_ablkcipher_crt(tfm); in crypto_ablkcipher_setkey()
924 crypto_ablkcipher_crt(crypto_ablkcipher_reqtfm(req)); in crypto_ablkcipher_encrypt()
942 crypto_ablkcipher_crt(crypto_ablkcipher_reqtfm(req)); in crypto_ablkcipher_decrypt()
966 return crypto_ablkcipher_crt(tfm)->reqsize; in crypto_ablkcipher_reqsize()
980 req->base.tfm = crypto_ablkcipher_tfm(crypto_ablkcipher_crt(tfm)->base); in ablkcipher_request_set_tfm()