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

  /src/crypto/external/apache2/openssl/dist/apps/
genrsa.c 72 { "traditional", OPT_TRADITIONAL, '-',
73 "Use traditional format for private keys" },
98 int traditional = 0; local
154 traditional = 1;
236 if (traditional) {
pkcs8.c 72 { "traditional", OPT_TRADITIONAL, '-', "use traditional format private key" },
107 int private = 0, traditional = 0; local
157 traditional = 1;
381 if (traditional)
pkey.c 67 { "traditional", OPT_TRADITIONAL, '-',
68 "Use traditional format for private key PEM output" },
94 int private = 0, traditional = 0, check = 0, pub_check = 0; local
152 traditional = 1;
195 if (traditional && (noout || outformat != FORMAT_PEM))
197 "Warning: The -traditional is ignored since there is no PEM output\n");
290 if (traditional) {
rsa.c 93 { "traditional", OPT_TRADITIONAL, '-',
94 "Use traditional format for private keys" },
151 int traditional = 0; local
230 traditional = 1;
368 if (traditional)
  /src/crypto/external/bsd/openssl/dist/apps/
genrsa.c 65 {"traditional", OPT_TRADITIONAL, '-',
66 "Use traditional format for private keys"},
91 int traditional = 0; local
143 traditional = 1;
227 if (traditional) {
pkcs8.c 53 {"traditional", OPT_TRADITIONAL, '-', "use traditional format private key"},
87 int private = 0, traditional = 0; local
136 traditional = 1;
356 if (traditional)
pkey.c 53 {"traditional", OPT_TRADITIONAL, '-',
54 "Use traditional format for private key PEM output"},
80 int private = 0, traditional = 0, check = 0, pub_check = 0; local
137 traditional = 1;
181 if (traditional && (noout || outformat != FORMAT_PEM))
183 "Warning: The -traditional is ignored since there is no PEM output\n");
278 if (traditional) {
rsa.c 78 {"traditional", OPT_TRADITIONAL, '-',
79 "Use traditional format for private keys"},
136 int traditional = 0; local
214 traditional = 1;
355 if (traditional)
  /src/crypto/external/bsd/openssl.old/dist/apps/
pkcs8.c 48 {"traditional", OPT_TRADITIONAL, '-', "use traditional format private key"},
78 int private = 0, traditional = 0; local
123 traditional = 1;
335 if (traditional)
pkey.c 40 {"traditional", OPT_TRADITIONAL, '-',
41 "Use traditional format for private keys"},
61 int private = 0, traditional = 0, check = 0, pub_check = 0; local
114 traditional = 1;
193 if (traditional) {
  /src/external/bsd/pcc/dist/pcc/driver/
driver.h 79 int traditional; member in struct:options
  /src/external/gpl2/groff/dist/src/roff/troff/
env.cpp 3688 int traditional = 0; // don't handle \patterns local
3701 if (have_keyword || traditional) // we are done
3703 else { // rescan file in `traditional' mode
3705 traditional = 1;
3724 if (!traditional) {
3787 if (have_patterns || final_pattern || traditional) {
  /src/external/gpl3/gcc/dist/libcpp/include/
cpplib.h 413 traditional C. */
492 /* True for traditional preprocessing. */
493 unsigned char traditional; member in struct:cpp_options
857 cmk_traditional /* A traditional macro (text expansion). */
861 Variadic macros cannot occur with traditional cpp. */
881 /* Number of tokens in body, or bytes for traditional macros. */
921 /* Pointer to replacement text (traditional). See comment at top
922 of cpptrad.c for how traditional function-like macros are
  /src/external/gpl3/gcc.old/dist/libcpp/include/
cpplib.h 402 traditional C. */
481 /* True for traditional preprocessing. */
482 unsigned char traditional; member in struct:cpp_options
810 cmk_traditional /* A traditional macro (text expansion). */
814 Variadic macros cannot occur with traditional cpp. */
834 /* Number of tokens in body, or bytes for traditional macros. */
874 /* Pointer to replacement text (traditional). See comment at top
875 of cpptrad.c for how traditional function-like macros are

Completed in 36 milliseconds