Searched refs:maybe_stdin (Results 1 – 2 of 2) sorted by relevance
/external/openssl/apps/ |
D | apps.h | 248 EVP_PKEY *load_key(BIO *err, const char *file, int format, int maybe_stdin, 250 EVP_PKEY *load_pubkey(BIO *err, const char *file, int format, int maybe_stdin,
|
D | apps.c | 859 EVP_PKEY *load_key(BIO *err, const char *file, int format, int maybe_stdin, in load_key() argument 869 if (file == NULL && (!maybe_stdin || format == FORMAT_ENGINE)) in load_key() 898 if (file == NULL && maybe_stdin) in load_key() 955 EVP_PKEY *load_pubkey(BIO *err, const char *file, int format, int maybe_stdin, in load_pubkey() argument 965 if (file == NULL && (!maybe_stdin || format == FORMAT_ENGINE)) in load_pubkey() 987 if (file == NULL && maybe_stdin) in load_pubkey()
|