Searched refs:crypto_nhpoly1305_update_helper (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/crypto/ |
H A D | nhpoly1305.c | 155 int crypto_nhpoly1305_update_helper(struct shash_desc *desc, in crypto_nhpoly1305_update_helper() function 189 EXPORT_SYMBOL(crypto_nhpoly1305_update_helper); variable 194 return crypto_nhpoly1305_update_helper(desc, src, srclen, nh_generic); in crypto_nhpoly1305_update()
|
/kernel/linux/linux-6.6/crypto/ |
H A D | nhpoly1305.c | 155 int crypto_nhpoly1305_update_helper(struct shash_desc *desc, in crypto_nhpoly1305_update_helper() function 189 EXPORT_SYMBOL(crypto_nhpoly1305_update_helper); variable 194 return crypto_nhpoly1305_update_helper(desc, src, srclen, nh_generic); in crypto_nhpoly1305_update()
|
/kernel/linux/linux-6.6/arch/arm/crypto/ |
H A D | nhpoly1305-neon-glue.c | 29 crypto_nhpoly1305_update_helper(desc, src, n, nh_neon); in nhpoly1305_neon_update()
|
/kernel/linux/linux-6.6/arch/arm64/crypto/ |
H A D | nhpoly1305-neon-glue.c | 29 crypto_nhpoly1305_update_helper(desc, src, n, nh_neon); in nhpoly1305_neon_update()
|
/kernel/linux/linux-5.10/include/crypto/ |
H A D | nhpoly1305.h | 67 int crypto_nhpoly1305_update_helper(struct shash_desc *desc,
|
/kernel/linux/linux-6.6/include/crypto/ |
H A D | nhpoly1305.h | 67 int crypto_nhpoly1305_update_helper(struct shash_desc *desc,
|
/kernel/linux/linux-6.6/arch/x86/crypto/ |
H A D | nhpoly1305-avx2-glue.c | 29 crypto_nhpoly1305_update_helper(desc, src, n, nh_avx2); in nhpoly1305_avx2_update()
|
H A D | nhpoly1305-sse2-glue.c | 29 crypto_nhpoly1305_update_helper(desc, src, n, nh_sse2); in nhpoly1305_sse2_update()
|
/kernel/linux/linux-5.10/arch/arm64/crypto/ |
H A D | nhpoly1305-neon-glue.c | 36 crypto_nhpoly1305_update_helper(desc, src, n, _nh_neon); in nhpoly1305_neon_update()
|
/kernel/linux/linux-5.10/arch/x86/crypto/ |
H A D | nhpoly1305-avx2-glue.c | 36 crypto_nhpoly1305_update_helper(desc, src, n, _nh_avx2); in nhpoly1305_avx2_update()
|
H A D | nhpoly1305-sse2-glue.c | 36 crypto_nhpoly1305_update_helper(desc, src, n, _nh_sse2); in nhpoly1305_sse2_update()
|
/kernel/linux/linux-5.10/arch/arm/crypto/ |
H A D | nhpoly1305-neon-glue.c | 36 crypto_nhpoly1305_update_helper(desc, src, n, _nh_neon); in nhpoly1305_neon_update()
|
Completed in 4 milliseconds