Searched refs:maybe_stdin (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.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 | 721 EVP_PKEY *load_key(const char *file, int format, int maybe_stdin, in load_key() argument 731 if (file == NULL && (!maybe_stdin || format == FORMAT_ENGINE)) { in load_key() 754 if (file == NULL && maybe_stdin) { in load_key() 793 EVP_PKEY *load_pubkey(const char *file, int format, int maybe_stdin, in load_pubkey() argument 803 if (file == NULL && (!maybe_stdin || format == FORMAT_ENGINE)) { in load_pubkey() 823 if (file == NULL && maybe_stdin) { in load_pubkey()
|