Lines Matching refs:XOR
200 HashKey_k = 16*14 # store XOR of HashKey <<1 mod poly here (for Karatsuba purposes)
201 HashKey_2_k = 16*15 # store XOR of HashKey^2 <<1 mod poly here (for Karatsuba purposes)
202 HashKey_3_k = 16*16 # store XOR of HashKey^3 <<1 mod poly here (for Karatsuba purposes)
203 HashKey_4_k = 16*17 # store XOR of HashKey^4 <<1 mod poly here (for Karatsuba purposes)
204 HashKey_5_k = 16*18 # store XOR of HashKey^5 <<1 mod poly here (for Karatsuba purposes)
205 HashKey_6_k = 16*19 # store XOR of HashKey^6 <<1 mod poly here (for Karatsuba purposes)
206 HashKey_7_k = 16*20 # store XOR of HashKey^7 <<1 mod poly here (for Karatsuba purposes)
207 HashKey_8_k = 16*21 # store XOR of HashKey^8 <<1 mod poly here (for Karatsuba purposes)
477 vpxor %xmm1, %xmm9, %xmm9 # Plaintext XOR E(K, Yn)
487 vpxor %xmm1, %xmm9, %xmm9 # Plaintext XOR E(K, Yn)
782 pxor %xmm1, %xmm9 # Cyphertext XOR E(K, Yn)
818 vpxor %xmm1, %xmm9, %xmm9 # Plaintext XOR E(K, Yn)