Home
last modified time | relevance | path

Searched refs:skcipher_walk_aead_decrypt (Results 1 – 11 of 11) sorted by relevance

/linux-6.15/crypto/
H A Daegis128-core.c422 skcipher_walk_aead_decrypt(&walk, req, false); in crypto_aegis128_decrypt_generic()
438 skcipher_walk_aead_decrypt(&walk, req, false); in crypto_aegis128_decrypt_generic()
488 skcipher_walk_aead_decrypt(&walk, req, false); in crypto_aegis128_decrypt_simd()
496 skcipher_walk_aead_decrypt(&walk, req, false); in crypto_aegis128_decrypt_simd()
H A Dskcipher.c359 int skcipher_walk_aead_decrypt(struct skcipher_walk *__restrict walk, in skcipher_walk_aead_decrypt() function
369 EXPORT_SYMBOL_GPL(skcipher_walk_aead_decrypt);
/linux-6.15/include/crypto/internal/
H A Dskcipher.h222 int skcipher_walk_aead_decrypt(struct skcipher_walk *__restrict walk,
/linux-6.15/arch/x86/crypto/
H A Daegis128-aesni-glue.c182 skcipher_walk_aead_decrypt(&walk, req, true); in crypto_aegis128_aesni_crypt()
H A Daesni-intel_glue.c1382 err = skcipher_walk_aead_decrypt(&walk, req, false); in gcm_crypt()
/linux-6.15/arch/arm64/crypto/
H A Dsm4-ce-gcm-glue.c221 err = skcipher_walk_aead_decrypt(&walk, req, false); in gcm_decrypt()
H A Dsm4-ce-ccm-glue.c249 err = skcipher_walk_aead_decrypt(&walk, req, false); in ccm_decrypt()
H A Daes-ce-ccm-glue.c253 err = skcipher_walk_aead_decrypt(&walk, req, false); in ccm_decrypt()
H A Dghash-ce-glue.c416 err = skcipher_walk_aead_decrypt(&walk, req, false); in gcm_decrypt()
/linux-6.15/arch/powerpc/crypto/
H A Daes-gcm-p10-glue.c259 ret = skcipher_walk_aead_decrypt(&walk, req, false); in p10_aes_gcm_crypt()
/linux-6.15/arch/arm/crypto/
H A Dghash-ce-glue.c419 err = skcipher_walk_aead_decrypt(&walk, req, false); in gcm_decrypt()