Home
last modified time | relevance | path

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

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