Lines Matching defs:tfm

1136 static int atmel_aes_setkey(struct crypto_skcipher *tfm, const u8 *key,  in atmel_aes_setkey()
1242 static int atmel_aes_init_tfm(struct crypto_skcipher *tfm) in atmel_aes_init_tfm()
1252 static int atmel_aes_ctr_init_tfm(struct crypto_skcipher *tfm) in atmel_aes_ctr_init_tfm()
1477 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in atmel_aes_gcm_start() local
1514 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in atmel_aes_gcm_process() local
1665 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in atmel_aes_gcm_finalize() local
1710 static int atmel_aes_gcm_setkey(struct crypto_aead *tfm, const u8 *key, in atmel_aes_gcm_setkey()
1726 static int atmel_aes_gcm_setauthsize(struct crypto_aead *tfm, in atmel_aes_gcm_setauthsize()
1742 static int atmel_aes_gcm_init(struct crypto_aead *tfm) in atmel_aes_gcm_init()
1842 static int atmel_aes_xts_setkey(struct crypto_skcipher *tfm, const u8 *key, in atmel_aes_xts_setkey()
1869 static int atmel_aes_xts_init_tfm(struct crypto_skcipher *tfm) in atmel_aes_xts_init_tfm()
1920 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in atmel_aes_authenc_start() local
2015 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in atmel_aes_authenc_final() local
2039 static int atmel_aes_authenc_setkey(struct crypto_aead *tfm, const u8 *key, in atmel_aes_authenc_setkey()
2073 static int atmel_aes_authenc_init_tfm(struct crypto_aead *tfm, in atmel_aes_authenc_init_tfm()
2090 static int atmel_aes_authenc_hmac_sha1_init_tfm(struct crypto_aead *tfm) in atmel_aes_authenc_hmac_sha1_init_tfm()
2095 static int atmel_aes_authenc_hmac_sha224_init_tfm(struct crypto_aead *tfm) in atmel_aes_authenc_hmac_sha224_init_tfm()
2100 static int atmel_aes_authenc_hmac_sha256_init_tfm(struct crypto_aead *tfm) in atmel_aes_authenc_hmac_sha256_init_tfm()
2105 static int atmel_aes_authenc_hmac_sha384_init_tfm(struct crypto_aead *tfm) in atmel_aes_authenc_hmac_sha384_init_tfm()
2110 static int atmel_aes_authenc_hmac_sha512_init_tfm(struct crypto_aead *tfm) in atmel_aes_authenc_hmac_sha512_init_tfm()
2115 static void atmel_aes_authenc_exit_tfm(struct crypto_aead *tfm) in atmel_aes_authenc_exit_tfm()
2126 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in atmel_aes_authenc_crypt() local