crypto_aead_crt    41 include/crypto/aead.h 	struct aead_tfm *crt = crypto_aead_crt(aead_givcrypt_reqtfm(req));
crypto_aead_crt    47 include/crypto/aead.h 	struct aead_tfm *crt = crypto_aead_crt(aead_givcrypt_reqtfm(req));
crypto_aead_crt    67 include/crypto/internal/aead.h 	return crypto_aead_crt(geniv)->base;
crypto_aead_crt   768 include/linux/crypto.h 	return crypto_aead_crt(tfm)->ivsize;
crypto_aead_crt   773 include/linux/crypto.h 	return crypto_aead_crt(tfm)->authsize;
crypto_aead_crt   804 include/linux/crypto.h 	struct aead_tfm *crt = crypto_aead_crt(tfm);
crypto_aead_crt   818 include/linux/crypto.h 	return crypto_aead_crt(crypto_aead_reqtfm(req))->encrypt(req);
crypto_aead_crt   823 include/linux/crypto.h 	return crypto_aead_crt(crypto_aead_reqtfm(req))->decrypt(req);
crypto_aead_crt   828 include/linux/crypto.h 	return crypto_aead_crt(tfm)->reqsize;
crypto_aead_crt   834 include/linux/crypto.h 	req->base.tfm = crypto_aead_tfm(crypto_aead_crt(tfm)->base);