Lines Matching refs:crypto_skcipher_tfm
303 static inline struct crypto_tfm *crypto_skcipher_tfm( in crypto_skcipher_tfm() function
318 return crypto_skcipher_tfm(&tfm->base); in crypto_sync_skcipher_tfm()
329 crypto_destroy_tfm(tfm, crypto_skcipher_tfm(tfm)); in crypto_free_skcipher()
363 return crypto_tfm_alg_driver_name(crypto_skcipher_tfm(tfm)); in crypto_skcipher_driver_name()
375 return container_of(crypto_skcipher_tfm(tfm)->__crt_alg, in crypto_skcipher_alg_common()
382 return container_of(crypto_skcipher_tfm(tfm)->__crt_alg, in crypto_skcipher_alg()
441 return crypto_tfm_alg_blocksize(crypto_skcipher_tfm(tfm)); in crypto_skcipher_blocksize()
537 return crypto_tfm_alg_alignmask(crypto_skcipher_tfm(tfm)); in crypto_skcipher_alignmask()
548 return crypto_tfm_get_flags(crypto_skcipher_tfm(tfm)); in crypto_skcipher_get_flags()
554 crypto_tfm_set_flags(crypto_skcipher_tfm(tfm), flags); in crypto_skcipher_set_flags()
560 crypto_tfm_clear_flags(crypto_skcipher_tfm(tfm), flags); in crypto_skcipher_clear_flags()
820 req->base.tfm = crypto_skcipher_tfm(tfm); in skcipher_request_set_tfm()