Lines Matching refs:buf

1064      vec buf[4U];
1070 buf[_i] = vec_zero();
1071 - vec *st = buf;
1072 + st = buf;
1292 uint64_t *a = buf;
1293 uint64_t *t00 = buf + (uint32_t)5U;
1294 uint64_t *b0 = buf + (uint32_t)10U;
1309 - uint64_t *t01 = buf + (uint32_t)5U;
1310 - uint64_t *b1 = buf + (uint32_t)10U;
1311 - uint64_t *c0 = buf + (uint32_t)15U;
1312 + t01 = buf + (uint32_t)5U;
1313 + b1 = buf + (uint32_t)10U;
1314 + c0 = buf + (uint32_t)15U;
1322 - uint64_t *a0 = buf;
1323 - uint64_t *t0 = buf + (uint32_t)5U;
1324 - uint64_t *b = buf + (uint32_t)10U;
1325 - uint64_t *c = buf + (uint32_t)15U;
1326 + a0 = buf;
1327 + t0 = buf + (uint32_t)5U;
1328 + b = buf + (uint32_t)10U;
1329 + c = buf + (uint32_t)15U;
1403 uint64_t *origxprime = buf + (uint32_t)5U;
1404 uint64_t *xxprime0 = buf + (uint32_t)25U;
1405 uint64_t *zzprime0 = buf + (uint32_t)30U;
1423 - uint64_t *origxprime0 = buf + (uint32_t)5U;
1424 - uint64_t *xx0 = buf + (uint32_t)15U;
1425 - uint64_t *zz0 = buf + (uint32_t)20U;
1426 - uint64_t *xxprime = buf + (uint32_t)25U;
1427 - uint64_t *zzprime = buf + (uint32_t)30U;
1428 - uint64_t *zzzprime = buf + (uint32_t)35U;
1429 + origxprime0 = buf + (uint32_t)5U;
1430 + xx0 = buf + (uint32_t)15U;
1431 + zz0 = buf + (uint32_t)20U;
1432 + xxprime = buf + (uint32_t)25U;
1433 + zzprime = buf + (uint32_t)30U;
1434 + zzzprime = buf + (uint32_t)35U;
1442 - uint64_t *zzz = buf + (uint32_t)10U;
1443 - uint64_t *xx = buf + (uint32_t)15U;
1444 - uint64_t *zz = buf + (uint32_t)20U;
1445 + zzz = buf + (uint32_t)10U;
1446 + xx = buf + (uint32_t)15U;
1447 + zz = buf + (uint32_t)20U;
1521 + uint64_t buf[15U] = { 0U };
1543 - uint64_t buf[15U] = { 0U };
1544 - uint64_t *nq = buf;
1547 + nq = buf;
1961 uint32_t buf[10U] = { 0U };
1962 uint32_t *r = buf;
1963 uint32_t *h = buf + (uint32_t)5U;
2200 + SECItem ivItem = { siBuffer, (unsigned char *)ivBuffer.buf, AES_BLOCK_SIZE };
2245 - SECItem ivItem = { siBuffer, (unsigned char *)ivBuffer.buf, AES_BLOCK_SIZE };
2247 out, outLen, maxOutLen, cipherTextBuffer.buf, cipherTextLen);
2296 - unsigned char b = plaintext->buf[plaintext->len - 1 - i];
2298 + b = plaintext->buf[plaintext->len - 1 - i];
2323 sslBuffer *buf, PRBool *added)
2336 - SECStatus rv = sslBuffer_AppendNumber(buf, limit, 2);
2338 + rv = sslBuffer_AppendNumber(buf, limit, 2);
2373 number = (number << 8) + reader->buf.buf[i + reader->offset];
2395 + reader.buf.buf = encodedToken;
2396 + reader.buf.len = encodedTokenLen;
2410 - SECItem tempItem = { siBuffer, (unsigned char *)readerBuffer.buf,
2412 + // tempItem = { siBuffer, (unsigned char *)readerBuffer.buf,
2415 + tempItem.data = (unsigned char *)readerBuffer.buf;
2429 - SECItem tempItem = { siBuffer, (unsigned char *)readerBuffer.buf,
2431 + // SECItem tempItem = { siBuffer, (unsigned char *)readerBuffer.buf,
2434 + tempItem.data = (unsigned char *)readerBuffer.buf;
2445 - SECItem tempItem = { siBuffer, (unsigned char *)readerBuffer.buf,
2447 + //SECItem tempItem = { siBuffer, (unsigned char *)readerBuffer.buf,
2450 + tempItem.data = (unsigned char *)readerBuffer.buf;
2684 sslBuffer *buf, PRBool *added)
2698 rv = sslBuffer_AppendNumber(buf, ver, 2);
2719 + reader.buf.buf = plaintext;
2720 + reader.buf.len = plaintextLen;
2734 PORT_Memcpy(ss->xtnData.applicationToken.data, appTokenReader.buf, appTokenLen);