Home
last modified time | relevance | path

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

/linux/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.c110 int skcipher_walk_aead_decrypt(struct skcipher_walk *__restrict walk, in skcipher_walk_aead_decrypt() function
120 EXPORT_SYMBOL_GPL(skcipher_walk_aead_decrypt);
/linux/include/crypto/internal/
H A Dskcipher.h180 int skcipher_walk_aead_decrypt(struct skcipher_walk *__restrict walk,
/linux/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.c385 err = skcipher_walk_aead_decrypt(&walk, req, false); in gcm_decrypt()
/linux/arch/x86/crypto/
H A Daegis128-aesni-glue.c190 err = skcipher_walk_aead_decrypt(&walk, req, false); in crypto_aegis128_aesni_crypt()
H A Daesni-intel_glue.c1367 err = skcipher_walk_aead_decrypt(&walk, req, false); in gcm_crypt()
/linux/arch/powerpc/crypto/
H A Daes-gcm-p10-glue.c259 ret = skcipher_walk_aead_decrypt(&walk, req, false); in p10_aes_gcm_crypt()
/linux/arch/arm/crypto/
H A Dghash-ce-glue.c409 err = skcipher_walk_aead_decrypt(&walk, req, false); in gcm_decrypt()