Home
last modified time | relevance | path

Searched refs:FORMAT_ENGINE (Results 1 – 5 of 5) sorted by relevance

/third_party/openssl/apps/
Dec.c170 if (informat != FORMAT_ENGINE) { in ec_main()
182 } else if (informat == FORMAT_ENGINE) { in ec_main()
Dpkeyutl.c479 if (peerform == FORMAT_ENGINE) in setup_peer()
Dapps.c729 if (file == NULL && (!maybe_stdin || format == FORMAT_ENGINE)) { in load_key()
733 if (format == FORMAT_ENGINE) { in load_key()
801 if (file == NULL && (!maybe_stdin || format == FORMAT_ENGINE)) { in load_pubkey()
805 if (format == FORMAT_ENGINE) { in load_pubkey()
Dapps.h587 # define FORMAT_ENGINE 8 /* Not really a file format */ macro
Dopt.c238 *result = FORMAT_ENGINE; in opt_format()