Lines Matching refs:poly
357 # TMP5 = HashKey^2<<1 (mod poly)
359 # HashKey_2 = HashKey^2<<1 (mod poly)
371 # TMP5 = HashKey^3<<1 (mod poly)
384 # TMP5 = HashKey^3<<1 (mod poly)
578 # TMP5 = HashKey^2<<1 (mod poly)
580 # HashKey_2 = HashKey^2<<1 (mod poly)
592 # TMP5 = HashKey^3<<1 (mod poly)
605 # TMP5 = HashKey^3<<1 (mod poly)
1299 # Precompute HashKey<<1 (mod poly) from the hash key (required for GHASH)
1314 pxor %xmm2, %xmm13 # %xmm13 holds the HashKey<<1 (mod poly)
1319 movdqa %xmm13, HashKey(%rsp) # store HashKey<<1 (mod poly)
1559 # precompute HashKey<<1 mod poly from the HashKey (required for GHASH)
1576 mov %arg4, %r13 # %xmm13 holds HashKey<<1 (mod poly)