| speed.c | 617 DSA *dsa_key[DSA_NUM]; member in struct:loopargs_st 1096 DSA **dsa_key = tempargs->dsa_key; local 1100 ret = DSA_sign(0, buf, 20, buf2, siglen, dsa_key[testnum]); 1116 DSA **dsa_key = tempargs->dsa_key; local 1120 ret = DSA_verify(0, buf, 20, buf2, siglen, dsa_key[testnum]); 1873 loopargs[i].dsa_key[0] = get_dsa(512); 1874 loopargs[i].dsa_key[1] = get_dsa(1024); 1875 loopargs[i].dsa_key[2] = get_dsa(2048) [all...] |