Lines Matching refs:tfm
378 static int crypto_aegis128_setauthsize(struct crypto_aead *tfm, in crypto_aegis128_setauthsize() argument
390 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in crypto_aegis128_encrypt_generic() local
392 unsigned int authsize = crypto_aead_authsize(tfm); in crypto_aegis128_encrypt_generic()
393 struct aegis_ctx *ctx = crypto_aead_ctx(tfm); in crypto_aegis128_encrypt_generic()
413 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in crypto_aegis128_decrypt_generic() local
415 unsigned int authsize = crypto_aead_authsize(tfm); in crypto_aegis128_decrypt_generic()
417 struct aegis_ctx *ctx = crypto_aead_ctx(tfm); in crypto_aegis128_decrypt_generic()
451 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in crypto_aegis128_encrypt_simd() local
453 unsigned int authsize = crypto_aead_authsize(tfm); in crypto_aegis128_encrypt_simd()
454 struct aegis_ctx *ctx = crypto_aead_ctx(tfm); in crypto_aegis128_encrypt_simd()
476 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in crypto_aegis128_decrypt_simd() local
478 unsigned int authsize = crypto_aead_authsize(tfm); in crypto_aegis128_decrypt_simd()
480 struct aegis_ctx *ctx = crypto_aead_ctx(tfm); in crypto_aegis128_decrypt_simd()