Home | History | Annotate | Download | only in test

Lines Matching defs:half

1135         size_t half = inlen / 2;
1138 Poly1305_Update(&poly1305, in, half);
1139 Poly1305_Update(&poly1305, in + half, inlen - half);
1147 for (half = 16; half < inlen; half += 16) {
1149 Poly1305_Update(&poly1305, in, half);
1150 Poly1305_Update(&poly1305, in + half, inlen - half);
1155 idx, half, inlen - half);