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

/linux-master/include/crypto/
H A Dnhpoly1305.h67 int crypto_nhpoly1305_update_helper(struct shash_desc *desc,
/linux-master/arch/arm64/crypto/
H A Dnhpoly1305-neon-glue.c29 crypto_nhpoly1305_update_helper(desc, src, n, nh_neon);
/linux-master/arch/arm/crypto/
H A Dnhpoly1305-neon-glue.c29 crypto_nhpoly1305_update_helper(desc, src, n, nh_neon);
/linux-master/arch/x86/crypto/
H A Dnhpoly1305-avx2-glue.c29 crypto_nhpoly1305_update_helper(desc, src, n, nh_avx2);
H A Dnhpoly1305-sse2-glue.c29 crypto_nhpoly1305_update_helper(desc, src, n, nh_sse2);
/linux-master/crypto/
H A Dnhpoly1305.c155 int crypto_nhpoly1305_update_helper(struct shash_desc *desc, function
189 EXPORT_SYMBOL(crypto_nhpoly1305_update_helper); variable
194 return crypto_nhpoly1305_update_helper(desc, src, srclen, nh_generic);

Completed in 139 milliseconds