Home
last modified time | relevance | path

Searched refs:maybe_stdin (Results 1 – 2 of 2) sorted by last modified time

/dragonfly/crypto/libressl/apps/openssl/
H A Dapps.c629 load_key(BIO *err, const char *file, int format, int maybe_stdin, in load_key() argument
639 if (file == NULL && (!maybe_stdin)) { in load_key()
648 if (file == NULL && maybe_stdin) { in load_key()
688 load_pubkey(BIO *err, const char *file, int format, int maybe_stdin, in load_pubkey() argument
698 if (file == NULL && !maybe_stdin) { in load_pubkey()
707 if (file == NULL && maybe_stdin) { in load_pubkey()
H A Dapps.h182 EVP_PKEY *load_key(BIO *err, const char *file, int format, int maybe_stdin,
184 EVP_PKEY *load_pubkey(BIO *err, const char *file, int format, int maybe_stdin,