Searched refs:maybe_stdin (Results 1 – 2 of 2) sorted by relevance
/third_party/openssl/apps/ |
D | apps.h | 463 EVP_PKEY *load_key(const char *file, int format, int maybe_stdin, 465 EVP_PKEY *load_pubkey(const char *file, int format, int maybe_stdin,
|
D | apps.c | 719 EVP_PKEY *load_key(const char *file, int format, int maybe_stdin, in load_key() argument 729 if (file == NULL && (!maybe_stdin || format == FORMAT_ENGINE)) { in load_key() 752 if (file == NULL && maybe_stdin) { in load_key() 791 EVP_PKEY *load_pubkey(const char *file, int format, int maybe_stdin, in load_pubkey() argument 801 if (file == NULL && (!maybe_stdin || format == FORMAT_ENGINE)) { in load_pubkey() 821 if (file == NULL && maybe_stdin) { in load_pubkey()
|