DSA_NUM
static const unsigned int dsa_bits[DSA_NUM] = { 1024, 2048 };
uint8_t dsa_doit[DSA_NUM] = { 0 };
if (sigs_algs_len + DSA_NUM >= MAX_SIG_NUM) {
for (i = 0; i < DSA_NUM; i++) {
for (testnum = 0; testnum < DSA_NUM; testnum++) {
static const OPT_PAIR dsa_choices[DSA_NUM] = {
static double dsa_results[DSA_NUM][2]; /* 2 ops: sign then verify */
for (k = 0; k < DSA_NUM; k++) {
for (k = 0; k < DSA_NUM; k++) {
EVP_PKEY_CTX *dsa_sign_ctx[DSA_NUM];
EVP_PKEY_CTX *dsa_verify_ctx[DSA_NUM];