Searched refs:load_pubkey (Results 1 – 9 of 9) sorted by relevance
/openbsd/usr.bin/openssl/ |
H A D | pkeyutl.c | 429 pkey = load_pubkey(bio_err, keyfile, cfg.keyform, 0, in init_ctx() 508 peer = load_pubkey(bio_err, file, cfg.peerform, 0, NULL, in setup_peer()
|
H A D | pkey.c | 245 pkey = load_pubkey(bio_err, cfg.infile, in pkey_main()
|
H A D | dsa.c | 282 pkey = load_pubkey(bio_err, cfg.infile, in dsa_main()
|
H A D | rsautl.c | 283 pkey = load_pubkey(bio_err, cfg.keyfile, in rsautl_main()
|
H A D | rsa.c | 296 pkey = load_pubkey(bio_err, cfg.infile, in rsa_main()
|
H A D | apps.h | 175 EVP_PKEY *load_pubkey(BIO *err, const char *file, int format, int maybe_stdin,
|
H A D | dgst.c | 420 sigkey = load_pubkey(bio_err, cfg.keyfile, in dgst_main()
|
H A D | x509.c | 874 if ((Fpkey = load_pubkey(bio_err, cfg.force_pubkey, in x509_main()
|
H A D | apps.c | 619 load_pubkey(BIO *err, const char *file, int format, int maybe_stdin, in load_pubkey() function
|