Lines Matching defs:tfm

1155 static int atmel_aes_setkey(struct crypto_skcipher *tfm, const u8 *key,  in atmel_aes_setkey()
1261 static int atmel_aes_init_tfm(struct crypto_skcipher *tfm) in atmel_aes_init_tfm()
1277 static int atmel_aes_ctr_init_tfm(struct crypto_skcipher *tfm) in atmel_aes_ctr_init_tfm()
1508 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in atmel_aes_gcm_start() local
1545 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in atmel_aes_gcm_process() local
1696 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in atmel_aes_gcm_finalize() local
1736 static int atmel_aes_gcm_setkey(struct crypto_aead *tfm, const u8 *key, in atmel_aes_gcm_setkey()
1752 static int atmel_aes_gcm_setauthsize(struct crypto_aead *tfm, in atmel_aes_gcm_setauthsize()
1768 static int atmel_aes_gcm_init(struct crypto_aead *tfm) in atmel_aes_gcm_init()
1870 static int atmel_aes_xts_setkey(struct crypto_skcipher *tfm, const u8 *key, in atmel_aes_xts_setkey()
1904 static int atmel_aes_xts_init_tfm(struct crypto_skcipher *tfm) in atmel_aes_xts_init_tfm()
1927 static void atmel_aes_xts_exit_tfm(struct crypto_skcipher *tfm) in atmel_aes_xts_exit_tfm()
1977 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in atmel_aes_authenc_start() local
2072 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in atmel_aes_authenc_final() local
2096 static int atmel_aes_authenc_setkey(struct crypto_aead *tfm, const u8 *key, in atmel_aes_authenc_setkey()
2130 static int atmel_aes_authenc_init_tfm(struct crypto_aead *tfm, in atmel_aes_authenc_init_tfm()
2153 static int atmel_aes_authenc_hmac_sha1_init_tfm(struct crypto_aead *tfm) in atmel_aes_authenc_hmac_sha1_init_tfm()
2158 static int atmel_aes_authenc_hmac_sha224_init_tfm(struct crypto_aead *tfm) in atmel_aes_authenc_hmac_sha224_init_tfm()
2163 static int atmel_aes_authenc_hmac_sha256_init_tfm(struct crypto_aead *tfm) in atmel_aes_authenc_hmac_sha256_init_tfm()
2168 static int atmel_aes_authenc_hmac_sha384_init_tfm(struct crypto_aead *tfm) in atmel_aes_authenc_hmac_sha384_init_tfm()
2173 static int atmel_aes_authenc_hmac_sha512_init_tfm(struct crypto_aead *tfm) in atmel_aes_authenc_hmac_sha512_init_tfm()
2178 static void atmel_aes_authenc_exit_tfm(struct crypto_aead *tfm) in atmel_aes_authenc_exit_tfm()
2189 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in atmel_aes_authenc_crypt() local