Searched refs:maybe_stdin (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/crypto/openssl/apps/ |
| H A 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,
|
| H A D | apps.c | 715 EVP_PKEY *load_key(const char *file, int format, int maybe_stdin, in load_key() argument 725 if (file == NULL && (!maybe_stdin || format == FORMAT_ENGINE)) { in load_key() 748 if (file == NULL && maybe_stdin) { in load_key() 787 EVP_PKEY *load_pubkey(const char *file, int format, int maybe_stdin, in load_pubkey() argument 797 if (file == NULL && (!maybe_stdin || format == FORMAT_ENGINE)) { in load_pubkey() 817 if (file == NULL && maybe_stdin) { in load_pubkey()
|