Lines Matching refs:pcounter
520 int mdsize, counter = 0, pcounter = 0, r = 0;
600 if (seed == NULL || params->pcounter < 0) {
664 if (params->pcounter > counter) {
668 counter = params->pcounter;
698 cb, &pcounter, res);
719 if (verify && (pcounter != counter || (BN_cmp(p, params->p) != 0)))
782 pcounter))
819 int counter = 0, pcounter = 0, use_random_seed;
906 if (seed_in == NULL || params->pcounter < 0) {
944 if (params->pcounter > counter) {
948 counter = params->pcounter;
952 &pcounter, res);
965 if (pcounter != counter) {
1018 if (!ossl_ffc_params_set_validate_params(params, seed, qsize, pcounter))