Home
last modified time | relevance | path

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

/linux-6.1.9/crypto/
Dnhpoly1305.c155 int crypto_nhpoly1305_update_helper(struct shash_desc *desc, in crypto_nhpoly1305_update_helper() function
189 EXPORT_SYMBOL(crypto_nhpoly1305_update_helper);
194 return crypto_nhpoly1305_update_helper(desc, src, srclen, nh_generic); in crypto_nhpoly1305_update()
/linux-6.1.9/include/crypto/
Dnhpoly1305.h67 int crypto_nhpoly1305_update_helper(struct shash_desc *desc,
/linux-6.1.9/arch/arm/crypto/
Dnhpoly1305-neon-glue.c36 crypto_nhpoly1305_update_helper(desc, src, n, _nh_neon); in nhpoly1305_neon_update()
/linux-6.1.9/arch/x86/crypto/
Dnhpoly1305-avx2-glue.c36 crypto_nhpoly1305_update_helper(desc, src, n, _nh_avx2); in nhpoly1305_avx2_update()
Dnhpoly1305-sse2-glue.c36 crypto_nhpoly1305_update_helper(desc, src, n, _nh_sse2); in nhpoly1305_sse2_update()
/linux-6.1.9/arch/arm64/crypto/
Dnhpoly1305-neon-glue.c36 crypto_nhpoly1305_update_helper(desc, src, n, _nh_neon); in nhpoly1305_neon_update()