Home
last modified time | relevance | path

Searched refs:HashKey (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/crypto/
H A Daesni-intel_avx-x86_64.S192 HashKey = 16*6 # store HashKey <<1 mod poly here define
193 HashKey_2 = 16*7 # store HashKey^2 <<1 mod poly here
194 HashKey_3 = 16*8 # store HashKey^3 <<1 mod poly here
195 HashKey_4 = 16*9 # store HashKey^4 <<1 mod poly here
196 HashKey_5 = 16*10 # store HashKey^5 <<1 mod poly here
197 HashKey_6 = 16*11 # store HashKey^6 <<1 mod poly here
198 HashKey_7 = 16*12 # store HashKey^7 <<1 mod poly here
199 HashKey_8 = 16*13 # store HashKey^8 <<1 mod poly here
200 HashKey_k = 16*14 # store XOR of HashKey <<
[all...]
H A Daesni-intel_asm.S100 #define HashKey 16*6 // store HashKey <<1 mod poly here define
101 #define HashKey_2 16*7 // store HashKey^2 <<1 mod poly here
102 #define HashKey_3 16*8 // store HashKey^3 <<1 mod poly here
103 #define HashKey_4 16*9 // store HashKey^4 <<1 mod poly here
105 // bits of HashKey <<1 mod poly here
108 // bits of HashKey^2 <<1 mod poly here
111 // bits of HashKey^3 <<1 mod poly here
114 // bits of HashKey^4 <<1 mod poly here
205 # precompute HashKey<<
[all...]
/kernel/linux/linux-6.6/arch/x86/crypto/
H A Daesni-intel_avx-x86_64.S168 HashKey = 16*6 # store HashKey <<1 mod poly here define
169 HashKey_2 = 16*7 # store HashKey^2 <<1 mod poly here
170 HashKey_3 = 16*8 # store HashKey^3 <<1 mod poly here
171 HashKey_4 = 16*9 # store HashKey^4 <<1 mod poly here
172 HashKey_5 = 16*10 # store HashKey^5 <<1 mod poly here
173 HashKey_6 = 16*11 # store HashKey^6 <<1 mod poly here
174 HashKey_7 = 16*12 # store HashKey^7 <<1 mod poly here
175 HashKey_8 = 16*13 # store HashKey^8 <<1 mod poly here
176 HashKey_k = 16*14 # store XOR of HashKey <<
[all...]
H A Daesni-intel_asm.S96 #define HashKey 16*6 // store HashKey <<1 mod poly here define
97 #define HashKey_2 16*7 // store HashKey^2 <<1 mod poly here
98 #define HashKey_3 16*8 // store HashKey^3 <<1 mod poly here
99 #define HashKey_4 16*9 // store HashKey^4 <<1 mod poly here
101 // bits of HashKey <<1 mod poly here
104 // bits of HashKey^2 <<1 mod poly here
107 // bits of HashKey^3 <<1 mod poly here
110 // bits of HashKey^4 <<1 mod poly here
201 # precompute HashKey<<
[all...]

Completed in 3 milliseconds