Home
last modified time | relevance | path

Searched refs:opt_mac (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl/dist/apps/
H A Dcmp.c100 static char *opt_mac = NULL; variable
581 {&opt_digest}, {&opt_mac}, {&opt_extracerts},
1503 if (opt_mac != NULL) { in setup_protection_ctx()
1504 int mac = OBJ_ln2nid(opt_mac); in setup_protection_ctx()
1506 CMP_err1("MAC algorithm name not recognized: '%s'", opt_mac); in setup_protection_ctx()
2425 opt_mac = opt_str(); in get_opts()