Home
last modified time | relevance | path

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

/openbmc/linux/crypto/
H A 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()
H A Dskcipher.c574 int skcipher_walk_aead_decrypt(struct skcipher_walk *walk, in skcipher_walk_aead_decrypt() function
583 EXPORT_SYMBOL_GPL(skcipher_walk_aead_decrypt);
/openbmc/linux/include/crypto/internal/
H A Dskcipher.h155 int skcipher_walk_aead_decrypt(struct skcipher_walk *walk,
/openbmc/linux/arch/x86/crypto/
H A Daegis128-aesni-glue.c212 .skcipher_walk_init = skcipher_walk_aead_decrypt, in crypto_aegis128_aesni_decrypt()
H A Daesni-intel_glue.c724 : skcipher_walk_aead_decrypt(&walk, req, false); in gcmaes_crypt_by_sg()
/openbmc/linux/arch/arm64/crypto/
H A Dsm4-ce-gcm-glue.c226 err = skcipher_walk_aead_decrypt(&walk, req, false); in gcm_decrypt()
H A Dsm4-ce-ccm-glue.c254 err = skcipher_walk_aead_decrypt(&walk, req, false); in ccm_decrypt()
H A Daes-ce-ccm-glue.c217 err = skcipher_walk_aead_decrypt(&walk, req, false); in ccm_decrypt()
H A Dghash-ce-glue.c425 err = skcipher_walk_aead_decrypt(&walk, req, false); in gcm_decrypt()
/openbmc/linux/arch/powerpc/crypto/
H A Daes-gcm-p10-glue.c256 ret = skcipher_walk_aead_decrypt(&walk, req, false); in p10_aes_gcm_crypt()
/openbmc/linux/arch/arm/crypto/
H A Dghash-ce-glue.c602 err = skcipher_walk_aead_decrypt(&walk, req, false); in gcm_decrypt()