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

  /src/crypto/external/bsd/openssl/dist/apps/
cmp.c 106 static int opt_cmd = -1; variable
202 OPT_CMD, OPT_INFOTYPE, OPT_GENINFO,
276 {"cmd", OPT_CMD, 's', "CMP request to send: ir/cr/kur/p10cr/rr/genm"},
977 opt_cmd = CMP_IR;
979 opt_cmd = CMP_KUR;
981 opt_cmd = CMP_CR;
983 opt_cmd = CMP_P10CR;
985 opt_cmd = CMP_RR;
987 opt_cmd = CMP_GENM;
1527 && opt_cmd != CMP_RR && opt_cmd != CMP_GENM
    [all...]
  /src/crypto/external/apache2/openssl/dist/apps/
cmp.c 118 static int opt_cmd = -1; variable
236 OPT_CMD,
387 { "cmd", OPT_CMD, 's', "CMP request to send: ir/cr/kur/p10cr/rr/genm" },
1152 opt_cmd = CMP_IR;
1154 opt_cmd = CMP_KUR;
1156 opt_cmd = CMP_CR;
1158 opt_cmd = CMP_P10CR;
1160 opt_cmd = CMP_RR;
1162 opt_cmd = CMP_GENM;
1769 && opt_cmd != CMP_RR && opt_cmd != CMP_GENM
    [all...]

Completed in 27 milliseconds