HomeSort by: relevance | last modified time | path
    Searched defs:opt_mac (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/bsd/openssl/dist/apps/
cmp.c 100 static char *opt_mac = NULL; variable
226 OPT_DIGEST, OPT_MAC, OPT_EXTRACERTS,
414 {"mac", OPT_MAC, 's',
581 {&opt_digest}, {&opt_mac}, {&opt_extracerts},
1503 if (opt_mac != NULL) {
1504 int mac = OBJ_ln2nid(opt_mac);
1506 CMP_err1("MAC algorithm name not recognized: '%s'", opt_mac);
2424 case OPT_MAC:
2425 opt_mac = opt_str();
  /src/crypto/external/apache2/openssl/dist/apps/
cmp.c 112 static char *opt_mac = NULL; variable
304 OPT_MAC,
557 { "mac", OPT_MAC, 's',
748 { &opt_digest }, { &opt_mac }, { &opt_extracerts },
1699 if (opt_mac != NULL) {
1700 int mac = OBJ_ln2nid(opt_mac);
1703 CMP_err1("MAC algorithm name not recognized: '%s'", opt_mac);
2957 case OPT_MAC:
2958 opt_mac = opt_str();

Completed in 28 milliseconds