Searched refs:load_pubkey (Results 1 - 12 of 12) sorted by relevance

/external/openssl/crypto/engine/
H A Deng_pkey.c68 e->load_pubkey = loadpub_f;
86 return e->load_pubkey;
152 if (!e->load_pubkey)
158 pkey = e->load_pubkey(e, key_id, ui_method, callback_data);
H A Deng_int.h181 ENGINE_LOAD_KEY_PTR load_pubkey; member in struct:engine_st
H A Deng_list.c345 dest->load_pubkey = src->load_pubkey;
H A Deng_lib.c100 e->load_pubkey = NULL;
/external/openssl/apps/
H A Dpkey.c231 pkey = load_pubkey(bio_err, infile, informat, 1,
H A Dpkeyutl.c442 pkey = load_pubkey(bio_err, keyfile, keyform, 0,
524 peer = load_pubkey(bio_err, file, peerform, 0, NULL, NULL, "Peer Key");
H A Dapps.h252 EVP_PKEY *load_pubkey(BIO *err, const char *file, int format, int maybe_stdin,
H A Ddsa.c274 pkey = load_pubkey(bio_err, infile, informat, 1,
H A Drsautl.c206 pkey = load_pubkey(bio_err, keyfile, keyform, 0,
H A Drsa.c286 pkey = load_pubkey(bio_err, infile, tmpformat, 1,
H A Ddgst.c354 sigkey = load_pubkey(bio_err, keyfile, keyform, 0, NULL,
H A Dapps.c962 EVP_PKEY *load_pubkey(BIO *err, const char *file, int format, int maybe_stdin, function

Completed in 181 milliseconds