Lines Matching refs:cp
452 char *cp, *lp;
486 cp = &lp[14]; /* (skip) */
489 in_type = strtoul(cp, &cp, 10);
492 in_tests = strtoul(cp, &cp, 10);
500 in_tries = strtoul(cp, &cp, 10);
503 in_size = strtoul(cp, &cp, 10);
506 generator_known = strtoul(cp, &cp, 16);
509 cp += strspn(cp, " ");
516 if (BN_hex2bn(&a, cp) == 0)
533 if (BN_hex2bn(&a, cp) == 0)