Searched refs:crypto_nhpoly1305_update (Results 1 - 6 of 6) sorted by relevance

/linux-master/include/crypto/
H A Dnhpoly1305.h65 int crypto_nhpoly1305_update(struct shash_desc *desc,
/linux-master/arch/arm64/crypto/
H A Dnhpoly1305-neon-glue.c23 return crypto_nhpoly1305_update(desc, src, srclen);
/linux-master/arch/arm/crypto/
H A Dnhpoly1305-neon-glue.c23 return crypto_nhpoly1305_update(desc, src, srclen);
/linux-master/arch/x86/crypto/
H A Dnhpoly1305-avx2-glue.c23 return crypto_nhpoly1305_update(desc, src, srclen);
H A Dnhpoly1305-sse2-glue.c23 return crypto_nhpoly1305_update(desc, src, srclen);
/linux-master/crypto/
H A Dnhpoly1305.c191 int crypto_nhpoly1305_update(struct shash_desc *desc, function
196 EXPORT_SYMBOL(crypto_nhpoly1305_update); variable
232 .update = crypto_nhpoly1305_update,

Completed in 159 milliseconds