Home
last modified time | relevance | path

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

/external/openssl/crypto/engine/
Deng_pkey.c68 e->load_pubkey = loadpub_f; in ENGINE_set_load_pubkey_function()
79 return e->load_pubkey; in ENGINE_get_load_pubkey_function()
140 if (!e->load_pubkey) in ENGINE_load_public_key()
146 pkey = e->load_pubkey(e, key_id, ui_method, callback_data); in ENGINE_load_public_key()
Deng_list.c344 dest->load_pubkey = src->load_pubkey; in engine_cpy()
Deng_int.h171 ENGINE_LOAD_KEY_PTR load_pubkey; member
Deng_lib.c100 e->load_pubkey = NULL; in engine_set_all_null()
/external/openssl/apps/
Dapps.h278 EVP_PKEY *load_pubkey(BIO *err, const char *file, int format, int maybe_stdin,
Drsautl.c206 pkey = load_pubkey(bio_err, keyfile, keyform, 0, in MAIN()
Drsa.c260 pkey = load_pubkey(bio_err, infile, in MAIN()
Ddgst.c326 sigkey = load_pubkey(bio_err, keyfile, keyform, 0, NULL, in MAIN()
Dapps.c923 EVP_PKEY *load_pubkey(BIO *err, const char *file, int format, int maybe_stdin, in load_pubkey() function