Home
last modified time | relevance | path

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

/linux-6.1.9/include/crypto/
Dnhpoly1305.h22 #define NH_NUM_PASSES 4 macro
23 #define NH_HASH_BYTES (NH_NUM_PASSES * sizeof(u64))
30 NH_PAIR_STRIDE * 2 * (NH_NUM_PASSES - 1))
55 __le64 nh_hash[NH_NUM_PASSES];
59 __le64 hash[NH_NUM_PASSES]);
/linux-6.1.9/crypto/
Dnhpoly1305.c43 __le64 hash[NH_NUM_PASSES]) in nh_generic() argument
48 BUILD_BUG_ON(NH_NUM_PASSES != 4); in nh_generic()
106 __le64 tmp_hash[NH_NUM_PASSES]; in nhpoly1305_units()
113 for (i = 0; i < NH_NUM_PASSES; i++) in nhpoly1305_units()
/linux-6.1.9/arch/arm/crypto/
Dnhpoly1305-neon-glue.c21 __le64 hash[NH_NUM_PASSES]) in _nh_neon() argument
/linux-6.1.9/arch/x86/crypto/
Dnhpoly1305-avx2-glue.c21 __le64 hash[NH_NUM_PASSES]) in _nh_avx2() argument
Dnhpoly1305-sse2-glue.c21 __le64 hash[NH_NUM_PASSES]) in _nh_sse2() argument
/linux-6.1.9/arch/arm64/crypto/
Dnhpoly1305-neon-glue.c21 __le64 hash[NH_NUM_PASSES]) in _nh_neon() argument