Home
last modified time | relevance | path

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

/Linux-v5.4/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-v5.4/crypto/
Dnhpoly1305.c42 __le64 hash[NH_NUM_PASSES]) in nh_generic() argument
47 BUILD_BUG_ON(NH_NUM_PASSES != 4); in nh_generic()
105 __le64 tmp_hash[NH_NUM_PASSES]; in nhpoly1305_units()
112 for (i = 0; i < NH_NUM_PASSES; i++) in nhpoly1305_units()
/Linux-v5.4/arch/x86/crypto/
Dnhpoly1305-avx2-glue.c20 __le64 hash[NH_NUM_PASSES]) in _nh_avx2() argument
Dnhpoly1305-sse2-glue.c20 __le64 hash[NH_NUM_PASSES]) in _nh_sse2() argument
/Linux-v5.4/arch/arm/crypto/
Dnhpoly1305-neon-glue.c21 __le64 hash[NH_NUM_PASSES]) in _nh_neon() argument
/Linux-v5.4/arch/arm64/crypto/
Dnhpoly1305-neon-glue.c21 __le64 hash[NH_NUM_PASSES]) in _nh_neon() argument