Searched refs:opt_digest (Results 1 – 1 of 1) sorted by relevance
111 static char *opt_digest = NULL; variable660 {&opt_digest}, {&opt_mac}, {&opt_extracerts},1588 if (opt_digest != NULL) { in setup_protection_ctx()1589 int digest = OBJ_ln2nid(opt_digest); in setup_protection_ctx()1592 CMP_err1("digest algorithm name not recognized: '%s'", opt_digest); in setup_protection_ctx()1597 CMP_err1("digest algorithm name not supported: '%s'", opt_digest); in setup_protection_ctx()2839 opt_digest = opt_str(); in get_opts()
Completed in 18 milliseconds