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

  /src/crypto/external/bsd/openssl/dist/apps/
cmp.c 190 static int opt_send_unprotected = 0; variable
258 OPT_SEND_ERROR, OPT_SEND_UNPROTECTED,
528 {"send_unprotected", OPT_SEND_UNPROTECTED, '-',
612 {(char **)&opt_send_error}, {(char **)&opt_send_unprotected},
1154 if (opt_send_unprotected)
2654 case OPT_SEND_UNPROTECTED:
2655 opt_send_unprotected = 1;
  /src/crypto/external/apache2/openssl/dist/apps/
cmp.c 222 static int opt_send_unprotected = 0; variable
367 OPT_SEND_UNPROTECTED,
691 { "send_unprotected", OPT_SEND_UNPROTECTED, '-',
782 { (char **)&opt_send_error }, { (char **)&opt_send_unprotected },
1351 if (opt_send_unprotected)
3258 case OPT_SEND_UNPROTECTED:
3259 opt_send_unprotected = 1;

Completed in 107 milliseconds