Lines Matching refs:tstid
80 static int test_dsa_param_keygen(int tstid)
105 pind = tstid / 9;
106 qind = (tstid / 3) % 3;
107 gind = tstid % 3;
152 static int do_dh_param_keygen(int tstid, const BIGNUM **bn)
168 pind = tstid / 9;
169 qind = (tstid / 3) % 3;
170 gind = tstid % 3;
216 * group (Except for when tstid = 5, which sets the correct p, q, g)
218 static int test_dh_safeprime_param_keygen(int tstid)
224 return do_dh_param_keygen(tstid, bn);