Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/android/
H A Dabi_gki_aarch64_fips140125 skcipher_walk_aead_decrypt
H A Dabi_gki_aarch64_rockchip1134 skcipher_walk_aead_decrypt
/OK3568_Linux_fs/kernel/include/crypto/internal/
H A Dskcipher.h141 int skcipher_walk_aead_decrypt(struct skcipher_walk *walk,
/OK3568_Linux_fs/kernel/arch/x86/crypto/
H A Daegis128-aesni-glue.c212 .skcipher_walk_init = skcipher_walk_aead_decrypt, in crypto_aegis128_aesni_decrypt()
/OK3568_Linux_fs/kernel/arch/arm64/crypto/
H A Daes-ce-ccm-glue.c300 err = skcipher_walk_aead_decrypt(&walk, req, false); in ccm_decrypt()
H A Dghash-ce-glue.c482 err = skcipher_walk_aead_decrypt(&walk, req, false); in gcm_decrypt()
/OK3568_Linux_fs/kernel/crypto/
H A Dskcipher.c562 int skcipher_walk_aead_decrypt(struct skcipher_walk *walk, in skcipher_walk_aead_decrypt() function
571 EXPORT_SYMBOL_GPL(skcipher_walk_aead_decrypt);
H A Daegis128-core.c437 skcipher_walk_aead_decrypt(&walk, req, false); in crypto_aegis128_decrypt()