crypto_ablkcipher_tfm  400 crypto/blkcipher.c 	return setkey(crypto_ablkcipher_tfm(tfm), key, keylen);
crypto_ablkcipher_tfm  134 crypto/cryptd.c 		cryptd_get_state(crypto_ablkcipher_tfm(tfm));
crypto_ablkcipher_tfm  613 crypto/testmgr.c 		crypto_tfm_alg_driver_name(crypto_ablkcipher_tfm(tfm));
crypto_ablkcipher_tfm  172 include/crypto/algapi.h 	return &crypto_ablkcipher_tfm(tfm)->__crt_alg->cra_ablkcipher;
crypto_ablkcipher_tfm  284 include/crypto/algapi.h 	return crypto_tfm_in_queue(queue, crypto_ablkcipher_tfm(tfm));
crypto_ablkcipher_tfm   58 include/crypto/skcipher.h 	req->creq.base.tfm = crypto_ablkcipher_tfm(tfm);
crypto_ablkcipher_tfm  651 include/linux/crypto.h 	crypto_free_tfm(crypto_ablkcipher_tfm(tfm));
crypto_ablkcipher_tfm  664 include/linux/crypto.h 	return &crypto_ablkcipher_tfm(tfm)->crt_ablkcipher;
crypto_ablkcipher_tfm  676 include/linux/crypto.h 	return crypto_tfm_alg_blocksize(crypto_ablkcipher_tfm(tfm));
crypto_ablkcipher_tfm  682 include/linux/crypto.h 	return crypto_tfm_alg_alignmask(crypto_ablkcipher_tfm(tfm));
crypto_ablkcipher_tfm  687 include/linux/crypto.h 	return crypto_tfm_get_flags(crypto_ablkcipher_tfm(tfm));
crypto_ablkcipher_tfm  693 include/linux/crypto.h 	crypto_tfm_set_flags(crypto_ablkcipher_tfm(tfm), flags);
crypto_ablkcipher_tfm  699 include/linux/crypto.h 	crypto_tfm_clear_flags(crypto_ablkcipher_tfm(tfm), flags);
crypto_ablkcipher_tfm  739 include/linux/crypto.h 	req->base.tfm = crypto_ablkcipher_tfm(crypto_ablkcipher_crt(tfm)->base);