Searched refs:opt_digest (Results 1 – 1 of 1) sorted by relevance
99 static char *opt_digest = NULL; variable581 {&opt_digest}, {&opt_mac}, {&opt_extracerts},1489 if (opt_digest != NULL) { in setup_protection_ctx()1490 int digest = OBJ_ln2nid(opt_digest); in setup_protection_ctx()1493 CMP_err1("digest algorithm name not recognized: '%s'", opt_digest); in setup_protection_ctx()1498 CMP_err1("digest algorithm name not supported: '%s'", opt_digest); in setup_protection_ctx()2422 opt_digest = opt_str(); in get_opts()