Lines Matching refs:HashKey
76 #define HashKey 16*0 // store HashKey <<1 mod poly here macro
358 # TMP5 = HashKey^2<<1 (mod poly)
360 # HashKey_2 = HashKey^2<<1 (mod poly)
372 # TMP5 = HashKey^3<<1 (mod poly)
385 # TMP5 = HashKey^3<<1 (mod poly)
579 # TMP5 = HashKey^2<<1 (mod poly)
581 # HashKey_2 = HashKey^2<<1 (mod poly)
593 # TMP5 = HashKey^3<<1 (mod poly)
606 # TMP5 = HashKey^3<<1 (mod poly)
672 # multiply TMP5 * HashKey using karatsuba
741 # Multiply TMP5 * HashKey using karatsuba
767 # Multiply XMM8 * HashKey
773 movdqa HashKey(%rsp), \TMP5
880 # multiply TMP5 * HashKey using karatsuba
949 # Multiply TMP5 * HashKey using karatsuba
975 # Multiply XMM8 * HashKey
981 movdqa HashKey(%rsp), \TMP5
1081 # Multiply TMP6 * HashKey (using Karatsuba)
1094 # Multiply TMP1 * HashKey (using Karatsuba)
1109 # Multiply TMP1 * HashKey (using Karatsuba)
1123 # Multiply TMP1 * HashKey (using Karatsuba)
1127 movdqa HashKey(%rsp), \TMP5
1295 movdqu (%r12), %xmm13 # %xmm13 = HashKey
1300 # Precompute HashKey<<1 (mod poly) from the hash key (required for GHASH)
1315 pxor %xmm2, %xmm13 # %xmm13 holds the HashKey<<1 (mod poly)
1320 movdqa %xmm13, HashKey(%rsp) # store HashKey<<1 (mod poly)
1560 # precompute HashKey<<1 mod poly from the HashKey (required for GHASH)
1570 # reduce HashKey<<1
1576 movdqa %xmm13, HashKey(%rsp)
1577 mov %arg4, %r13 # %xmm13 holds HashKey<<1 (mod poly)