Lines Matching defs:tfm

833 static void sa_cipher_cra_exit(struct crypto_skcipher *tfm)  in sa_cipher_cra_exit()
848 static int sa_cipher_cra_init(struct crypto_skcipher *tfm) in sa_cipher_cra_init()
885 static int sa_cipher_setkey(struct crypto_skcipher *tfm, const u8 *key, in sa_cipher_setkey()
947 static int sa_aes_cbc_setkey(struct crypto_skcipher *tfm, const u8 *key, in sa_aes_cbc_setkey()
967 static int sa_aes_ecb_setkey(struct crypto_skcipher *tfm, const u8 *key, in sa_aes_ecb_setkey()
985 static int sa_3des_cbc_setkey(struct crypto_skcipher *tfm, const u8 *key, in sa_3des_cbc_setkey()
999 static int sa_3des_ecb_setkey(struct crypto_skcipher *tfm, const u8 *key, in sa_3des_ecb_setkey()
1357 struct crypto_ahash *tfm; in sa_sha_dma_in_callback() local
1382 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in zero_message_process() local
1492 static int sa_sha_cra_init_alg(struct crypto_tfm *tfm, const char *alg_base) in sa_sha_cra_init_alg()
1541 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in sa_sha_init() local
1557 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in sa_sha_update() local
1572 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in sa_sha_final() local
1586 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in sa_sha_finup() local
1604 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in sa_sha_import() local
1617 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in sa_sha_export() local
1627 static int sa_sha1_cra_init(struct crypto_tfm *tfm) in sa_sha1_cra_init()
1643 static int sa_sha256_cra_init(struct crypto_tfm *tfm) in sa_sha256_cra_init()
1659 static int sa_sha512_cra_init(struct crypto_tfm *tfm) in sa_sha512_cra_init()
1675 static void sa_sha_cra_exit(struct crypto_tfm *tfm) in sa_sha_cra_exit()
1695 struct crypto_aead *tfm; in sa_aead_dma_in_callback() local
1730 static int sa_cra_init_aead(struct crypto_aead *tfm, const char *hash, in sa_cra_init_aead()
1775 static int sa_cra_init_aead_sha1(struct crypto_aead *tfm) in sa_cra_init_aead_sha1()
1781 static int sa_cra_init_aead_sha256(struct crypto_aead *tfm) in sa_cra_init_aead_sha256()
1787 static void sa_exit_tfm_aead(struct crypto_aead *tfm) in sa_exit_tfm_aead()
1876 static int sa_aead_setauthsize(struct crypto_aead *tfm, unsigned int authsize) in sa_aead_setauthsize()
1911 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in sa_aead_run() local