Searched refs:crypto_ablkcipher_crt (Results 1 – 1 of 1) sorted by relevance
979 static inline struct ablkcipher_tfm *crypto_ablkcipher_crt( in crypto_ablkcipher_crt() function997 return crypto_ablkcipher_crt(tfm)->ivsize; in crypto_ablkcipher_ivsize()1058 struct ablkcipher_tfm *crt = crypto_ablkcipher_crt(tfm); in crypto_ablkcipher_setkey()1092 crypto_ablkcipher_crt(crypto_ablkcipher_reqtfm(req)); in crypto_ablkcipher_encrypt()1117 crypto_ablkcipher_crt(crypto_ablkcipher_reqtfm(req)); in crypto_ablkcipher_decrypt()1148 return crypto_ablkcipher_crt(tfm)->reqsize; in crypto_ablkcipher_reqsize()1162 req->base.tfm = crypto_ablkcipher_tfm(crypto_ablkcipher_crt(tfm)->base); in ablkcipher_request_set_tfm()