Home
last modified time | relevance | path

Searched refs:maybe_stdin (Results 1 – 2 of 2) sorted by relevance

/external/openssl/apps/
Dapps.h248 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,
Dapps.c859 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()