Home
last modified time | relevance | path

Searched refs:NH_NUM_PASSES (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/include/crypto/
H A 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]);
/kernel/linux/linux-6.6/include/crypto/
H A 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]);
/kernel/linux/linux-5.10/crypto/
H A Dnhpoly1305.c43 __le64 hash[NH_NUM_PASSES]) in nh_generic()
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()
/kernel/linux/linux-6.6/crypto/
H A Dnhpoly1305.c43 __le64 hash[NH_NUM_PASSES]) in nh_generic()
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()
/kernel/linux/linux-6.6/arch/arm/crypto/
H A Dnhpoly1305-neon-glue.c17 __le64 hash[NH_NUM_PASSES]);
/kernel/linux/linux-6.6/arch/arm64/crypto/
H A Dnhpoly1305-neon-glue.c17 __le64 hash[NH_NUM_PASSES]);
/kernel/linux/linux-6.6/arch/x86/crypto/
H A Dnhpoly1305-avx2-glue.c17 __le64 hash[NH_NUM_PASSES]);
H A Dnhpoly1305-sse2-glue.c17 __le64 hash[NH_NUM_PASSES]);
/kernel/linux/linux-5.10/arch/arm64/crypto/
H A Dnhpoly1305-neon-glue.c21 __le64 hash[NH_NUM_PASSES]) in _nh_neon()
/kernel/linux/linux-5.10/arch/x86/crypto/
H A Dnhpoly1305-avx2-glue.c21 __le64 hash[NH_NUM_PASSES]) in _nh_avx2()
H A Dnhpoly1305-sse2-glue.c21 __le64 hash[NH_NUM_PASSES]) in _nh_sse2()
/kernel/linux/linux-5.10/arch/arm/crypto/
H A Dnhpoly1305-neon-glue.c21 __le64 hash[NH_NUM_PASSES]) in _nh_neon()

Completed in 4 milliseconds