crypto_ablkcipher_tfm  229 include/crypto/algapi.h 	return &crypto_ablkcipher_tfm(tfm)->__crt_alg->cra_ablkcipher;
crypto_ablkcipher_tfm  363 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  608 include/linux/crypto.h 	crypto_free_tfm(crypto_ablkcipher_tfm(tfm));
crypto_ablkcipher_tfm  621 include/linux/crypto.h 	return &crypto_ablkcipher_tfm(tfm)->crt_ablkcipher;
crypto_ablkcipher_tfm  633 include/linux/crypto.h 	return crypto_tfm_alg_blocksize(crypto_ablkcipher_tfm(tfm));
crypto_ablkcipher_tfm  639 include/linux/crypto.h 	return crypto_tfm_alg_alignmask(crypto_ablkcipher_tfm(tfm));
crypto_ablkcipher_tfm  644 include/linux/crypto.h 	return crypto_tfm_get_flags(crypto_ablkcipher_tfm(tfm));
crypto_ablkcipher_tfm  650 include/linux/crypto.h 	crypto_tfm_set_flags(crypto_ablkcipher_tfm(tfm), flags);
crypto_ablkcipher_tfm  656 include/linux/crypto.h 	crypto_tfm_clear_flags(crypto_ablkcipher_tfm(tfm), flags);
crypto_ablkcipher_tfm  696 include/linux/crypto.h 	req->base.tfm = crypto_ablkcipher_tfm(crypto_ablkcipher_crt(tfm)->base);