Home
last modified time | relevance | path

Searched refs:load_pubkey (Results 1 – 9 of 9) sorted by relevance

/openbsd/usr.bin/openssl/
H A Dpkeyutl.c429 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 Dpkey.c245 pkey = load_pubkey(bio_err, cfg.infile, in pkey_main()
H A Ddsa.c282 pkey = load_pubkey(bio_err, cfg.infile, in dsa_main()
H A Drsautl.c283 pkey = load_pubkey(bio_err, cfg.keyfile, in rsautl_main()
H A Drsa.c296 pkey = load_pubkey(bio_err, cfg.infile, in rsa_main()
H A Dapps.h175 EVP_PKEY *load_pubkey(BIO *err, const char *file, int format, int maybe_stdin,
H A Ddgst.c420 sigkey = load_pubkey(bio_err, cfg.keyfile, in dgst_main()
H A Dx509.c874 if ((Fpkey = load_pubkey(bio_err, cfg.force_pubkey, in x509_main()
H A Dapps.c619 load_pubkey(BIO *err, const char *file, int format, int maybe_stdin, in load_pubkey() function