Lines Matching defs:algo_str
450 const char *algo_str = json_string_value(algo_obj);
453 if (strstr(algo_str, "AES-GCM"))
455 else if (strstr(algo_str, "AES-CCM"))
457 else if (strstr(algo_str, "AES-GMAC"))
459 else if (strstr(algo_str, "HMAC"))
461 else if (strstr(algo_str, "CMAC"))
463 else if (strstr(algo_str, "AES-CBC"))
465 else if (strstr(algo_str, "AES-XTS"))
467 else if (strstr(algo_str, "AES-CTR"))
469 else if (strstr(algo_str, "SHA"))
471 else if (strstr(algo_str, "TDES-CBC") ||
472 strstr(algo_str, "TDES-ECB"))
474 else if (strstr(algo_str, "RSA"))
476 else if (strstr(algo_str, "ECDSA"))
478 else if (strstr(algo_str, "EDDSA"))