Home | History | Annotate | Download | only in testprof

Lines Matching defs:zz

513    unsigned long x, y, z, zz, oid[2][32];
544 for (zz = 0; zz < 16; zz++) {
571 for (zz = 0; zz < 256; zz++) {
608 for (zz = 1; zz < 1536; zz++) {
609 yarrow_read(buf[0], zz, &yarrow_prng);
610 for (z = 0; z < zz; z++) {
614 DO(der_encode_bit_string(buf[0], zz, buf[1], &x));
615 DO(der_length_bit_string(zz, &y));
623 if (y != zz || memcmp(buf[0], buf[2], zz)) {
624 fprintf(stderr, "%lu, %lu, %d\n", y, zz, memcmp(buf[0], buf[2], zz));
630 for (zz = 1; zz < 1536; zz++) {
631 yarrow_read(buf[0], zz, &yarrow_prng);
633 DO(der_encode_octet_string(buf[0], zz, buf[1], &x));
634 DO(der_length_octet_string(zz, &y));
641 if (y != zz || memcmp(buf[0], buf[2], zz)) {
642 fprintf(stderr, "%lu, %lu, %d\n", y, zz, memcmp(buf[0], buf[2], zz));
667 for (zz = 0; zz < 5000; zz++) {