Searched refs:OPT_FMT_PVK (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/crypto/external/bsd/openssl/dist/apps/include/
H A Dopt.h344 # define OPT_FMT_PVK (1L << 10) macro
350 OPT_FMT_TEXT | OPT_FMT_HTTP | OPT_FMT_PVK)
/netbsd-current/crypto/external/bsd/openssl.old/dist/apps/
H A Dapps.h376 # define OPT_FMT_PVK (1L << 10) macro
382 OPT_FMT_TEXT | OPT_FMT_HTTP | OPT_FMT_PVK)
H A Dopt.c174 {"pvk", OPT_FMT_PVK},
258 if ((flags & OPT_FMT_PVK) == 0)
/netbsd-current/crypto/external/bsd/openssl/dist/apps/lib/
H A Dopt.c235 {"pvk", OPT_FMT_PVK},
320 if ((flags & OPT_FMT_PVK) == 0)

Completed in 210 milliseconds