Home
last modified time | relevance | path

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

/linux-6.1.9/crypto/
Daegis128-core.c424 skcipher_walk_aead_decrypt(&walk, req, false); in crypto_aegis128_decrypt_generic()
440 skcipher_walk_aead_decrypt(&walk, req, false); in crypto_aegis128_decrypt_generic()
490 skcipher_walk_aead_decrypt(&walk, req, false); in crypto_aegis128_decrypt_simd()
498 skcipher_walk_aead_decrypt(&walk, req, false); in crypto_aegis128_decrypt_simd()
Dskcipher.c556 int skcipher_walk_aead_decrypt(struct skcipher_walk *walk, in skcipher_walk_aead_decrypt() function
565 EXPORT_SYMBOL_GPL(skcipher_walk_aead_decrypt);
/linux-6.1.9/include/crypto/internal/
Dskcipher.h140 int skcipher_walk_aead_decrypt(struct skcipher_walk *walk,
/linux-6.1.9/arch/x86/crypto/
Daegis128-aesni-glue.c212 .skcipher_walk_init = skcipher_walk_aead_decrypt, in crypto_aegis128_aesni_decrypt()
Daesni-intel_glue.c726 : skcipher_walk_aead_decrypt(&walk, req, false); in gcmaes_crypt_by_sg()
/linux-6.1.9/arch/arm64/crypto/
Daes-ce-ccm-glue.c221 err = skcipher_walk_aead_decrypt(&walk, req, false); in ccm_decrypt()
Dghash-ce-glue.c435 err = skcipher_walk_aead_decrypt(&walk, req, false); in gcm_decrypt()