Lines Matching defs:tfm

341 static int tegra_aes_cra_init(struct crypto_skcipher *tfm)  in tegra_aes_cra_init()
371 static void tegra_aes_cra_exit(struct crypto_skcipher *tfm) in tegra_aes_cra_exit()
382 static int tegra_aes_setkey(struct crypto_skcipher *tfm, in tegra_aes_setkey()
402 static int tegra_xts_setkey(struct crypto_skcipher *tfm, in tegra_xts_setkey()
480 struct crypto_skcipher *tfm; in tegra_aes_crypt() local
1160 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in tegra_ccm_crypt_init() local
1197 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in tegra_ccm_do_one_req() local
1272 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in tegra_gcm_do_one_req() local
1355 static int tegra_aead_cra_init(struct crypto_aead *tfm) in tegra_aead_cra_init()
1384 static int tegra_ccm_setauthsize(struct crypto_aead *tfm, unsigned int authsize) in tegra_ccm_setauthsize()
1406 static int tegra_gcm_setauthsize(struct crypto_aead *tfm, unsigned int authsize) in tegra_gcm_setauthsize()
1420 static void tegra_aead_cra_exit(struct crypto_aead *tfm) in tegra_aead_cra_exit()
1430 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in tegra_aead_crypt() local
1449 static int tegra_aead_setkey(struct crypto_aead *tfm, in tegra_aead_setkey()
1543 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in tegra_cmac_do_init() local
1572 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in tegra_cmac_do_update() local
1649 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in tegra_cmac_do_final() local
1709 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in tegra_cmac_do_one_req() local
1753 static void tegra_cmac_init_fallback(struct crypto_ahash *tfm, struct tegra_cmac_ctx *ctx, in tegra_cmac_init_fallback()
1772 static int tegra_cmac_cra_init(struct crypto_tfm *tfm) in tegra_cmac_cra_init()
1803 static void tegra_cmac_cra_exit(struct crypto_tfm *tfm) in tegra_cmac_cra_exit()
1813 static int tegra_cmac_setkey(struct crypto_ahash *tfm, const u8 *key, in tegra_cmac_setkey()
1838 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in tegra_cmac_init() local
1849 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in tegra_cmac_update() local
1860 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in tegra_cmac_final() local
1871 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in tegra_cmac_finup() local
1882 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in tegra_cmac_digest() local