Home | History | Annotate | Download | only in crypto

Lines Matching refs:y_

75   y_.low = 0;
76 y_.hi = 0;
117 y_.low ^= additional_bytes_*8;
118 y_.hi ^= ciphertext_bytes_*8;
119 MulAfterPrecomputation(product_table_, &y_);
128 Put64(result, y_.low);
129 Put64(result + 8, y_.hi);
224 y_.low ^= Get64(bytes);
226 y_.hi ^= Get64(bytes);
228 MulAfterPrecomputation(product_table_, &y_);