load_pubkey
EVP_PKEY *load_pubkey(BIO *err, const char *file, int format, int maybe_stdin,
sigkey = load_pubkey(bio_err, dgst_config.keyfile,
pkey = load_pubkey(bio_err, dsa_config.infile,
pkey = load_pubkey(bio_err, pkey_config.infile,
pkey = load_pubkey(bio_err, keyfile, pkeyutl_config.keyform, 0,
peer = load_pubkey(bio_err, file, pkeyutl_config.peerform, 0, NULL,
pkey = load_pubkey(bio_err, rsa_config.infile,
pkey = load_pubkey(bio_err, rsautl_config.keyfile,
ENGINE_LOAD_KEY_PTR load_pubkey;
e->load_pubkey = NULL;
dest->load_pubkey = src->load_pubkey;
if (!e->load_pubkey) {
pkey = e->load_pubkey(e, key_id, ui_method, callback_data);
e->load_pubkey = loadpub_f;
return e->load_pubkey;