RSA_NUM
uint8_t rsa_doit[RSA_NUM] = { 0 };
for (testnum = 0; testnum < RSA_NUM; testnum++) {
static const OPT_PAIR rsa_choices[RSA_NUM] = {
static double rsa_results[RSA_NUM][4]; /* 4 ops: sign, verify, encrypt, decrypt */
for (k = 0; k < RSA_NUM; k++) {
for (k = 0; k < RSA_NUM; k++) {
EVP_PKEY_CTX *rsa_sign_ctx[RSA_NUM];
EVP_PKEY_CTX *rsa_verify_ctx[RSA_NUM];
EVP_PKEY_CTX *rsa_encrypt_ctx[RSA_NUM];
EVP_PKEY_CTX *rsa_decrypt_ctx[RSA_NUM];