Searched refs:maybe_stdin (Results 1 – 2 of 2) sorted by relevance
/external/openssl/apps/ |
D | apps.h | 276 EVP_PKEY *load_key(BIO *err, const char *file, int format, int maybe_stdin, 278 EVP_PKEY *load_pubkey(BIO *err, const char *file, int format, int maybe_stdin,
|
D | apps.c | 846 EVP_PKEY *load_key(BIO *err, const char *file, int format, int maybe_stdin, in load_key() argument 856 if (file == NULL && (!maybe_stdin || format == FORMAT_ENGINE)) in load_key() 878 if (file == NULL && maybe_stdin) in load_key() 923 EVP_PKEY *load_pubkey(BIO *err, const char *file, int format, int maybe_stdin, in load_pubkey() argument 933 if (file == NULL && (!maybe_stdin || format == FORMAT_ENGINE)) in load_pubkey() 955 if (file == NULL && maybe_stdin) in load_pubkey()
|