Home
last modified time | relevance | path

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

/Linux-v5.4/crypto/
Daegis128-core.c435 .skcipher_walk_init = skcipher_walk_aead_decrypt, in crypto_aegis128_decrypt()
450 .skcipher_walk_init = skcipher_walk_aead_decrypt, in crypto_aegis128_decrypt()
Dskcipher.c570 int skcipher_walk_aead_decrypt(struct skcipher_walk *walk, in skcipher_walk_aead_decrypt() function
579 EXPORT_SYMBOL_GPL(skcipher_walk_aead_decrypt);
/Linux-v5.4/include/crypto/internal/
Dskcipher.h147 int skcipher_walk_aead_decrypt(struct skcipher_walk *walk,
/Linux-v5.4/arch/x86/crypto/
Daegis128-aesni-glue.c214 .skcipher_walk_init = skcipher_walk_aead_decrypt, in crypto_aegis128_aesni_decrypt()
/Linux-v5.4/arch/arm64/crypto/
Daes-ce-ccm-glue.c306 err = skcipher_walk_aead_decrypt(&walk, req, false); in ccm_decrypt()
Dghash-ce-glue.c557 err = skcipher_walk_aead_decrypt(&walk, req, false); in gcm_decrypt()