Home
last modified time | relevance | path

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

/linux/include/crypto/internal/
H A Dskcipher.h177 int skcipher_walk_aead_encrypt(struct skcipher_walk *__restrict walk,
/linux/crypto/
H A Daegis128-core.c396 skcipher_walk_aead_encrypt(&walk, req, false); in crypto_aegis128_encrypt_generic()
460 skcipher_walk_aead_encrypt(&walk, req, false); in crypto_aegis128_encrypt_simd()
H A Dskcipher.c100 int skcipher_walk_aead_encrypt(struct skcipher_walk *__restrict walk, in skcipher_walk_aead_encrypt() function
108 EXPORT_SYMBOL_GPL(skcipher_walk_aead_encrypt);
/linux/arch/arm64/crypto/
H A Dsm4-ce-gcm-glue.c200 err = skcipher_walk_aead_encrypt(&walk, req, false); in gcm_encrypt()
H A Dsm4-ce-ccm-glue.c220 err = skcipher_walk_aead_encrypt(&walk, req, false); in ccm_encrypt()
H A Daes-ce-ccm-glue.c186 err = skcipher_walk_aead_encrypt(&walk, req, false); in ccm_encrypt()
H A Dghash-ce-glue.c315 err = skcipher_walk_aead_encrypt(&walk, req, false); in gcm_encrypt()
/linux/arch/x86/crypto/
H A Daegis128-aesni-glue.c188 err = skcipher_walk_aead_encrypt(&walk, req, false); in crypto_aegis128_aesni_crypt()
H A Daesni-intel_glue.c1365 err = skcipher_walk_aead_encrypt(&walk, req, false); in gcm_crypt()
/linux/arch/powerpc/crypto/
H A Daes-gcm-p10-glue.c257 ret = skcipher_walk_aead_encrypt(&walk, req, false); in p10_aes_gcm_crypt()
/linux/arch/arm/crypto/
H A Dghash-ce-glue.c316 err = skcipher_walk_aead_encrypt(&walk, req, false); in gcm_encrypt()