crypto_ablkcipher_crt   72 include/crypto/internal/skcipher.h 	return crypto_ablkcipher_crt(geniv)->base;
crypto_ablkcipher_crt   43 include/crypto/skcipher.h 		crypto_ablkcipher_crt(skcipher_givcrypt_reqtfm(req));
crypto_ablkcipher_crt   51 include/crypto/skcipher.h 		crypto_ablkcipher_crt(skcipher_givcrypt_reqtfm(req));
crypto_ablkcipher_crt  627 include/linux/crypto.h 	return crypto_ablkcipher_crt(tfm)->ivsize;
crypto_ablkcipher_crt  662 include/linux/crypto.h 	struct ablkcipher_tfm *crt = crypto_ablkcipher_crt(tfm);
crypto_ablkcipher_crt  676 include/linux/crypto.h 		crypto_ablkcipher_crt(crypto_ablkcipher_reqtfm(req));
crypto_ablkcipher_crt  683 include/linux/crypto.h 		crypto_ablkcipher_crt(crypto_ablkcipher_reqtfm(req));
crypto_ablkcipher_crt  690 include/linux/crypto.h 	return crypto_ablkcipher_crt(tfm)->reqsize;
crypto_ablkcipher_crt  696 include/linux/crypto.h 	req->base.tfm = crypto_ablkcipher_tfm(crypto_ablkcipher_crt(tfm)->base);