Searched refs:crypto_nhpoly1305_update (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/crypto/ |
H A D | nhpoly1305.c | 191 int crypto_nhpoly1305_update(struct shash_desc *desc, in crypto_nhpoly1305_update() function 196 EXPORT_SYMBOL(crypto_nhpoly1305_update); 232 .update = crypto_nhpoly1305_update,
|
/openbmc/linux/arch/arm/crypto/ |
H A D | nhpoly1305-neon-glue.c | 23 return crypto_nhpoly1305_update(desc, src, srclen); in nhpoly1305_neon_update()
|
/openbmc/linux/arch/arm64/crypto/ |
H A D | nhpoly1305-neon-glue.c | 23 return crypto_nhpoly1305_update(desc, src, srclen); in nhpoly1305_neon_update()
|
/openbmc/linux/arch/x86/crypto/ |
H A D | nhpoly1305-avx2-glue.c | 23 return crypto_nhpoly1305_update(desc, src, srclen); in nhpoly1305_avx2_update()
|
H A D | nhpoly1305-sse2-glue.c | 23 return crypto_nhpoly1305_update(desc, src, srclen); in nhpoly1305_sse2_update()
|
/openbmc/linux/include/crypto/ |
H A D | nhpoly1305.h | 65 int crypto_nhpoly1305_update(struct shash_desc *desc,
|