Home
last modified time | relevance | path

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

/NextBSD/crypto/openssl/crypto/engine/
HDeng_pkey.c69 e->load_pubkey = loadpub_f; in ENGINE_set_load_pubkey_function()
88 return e->load_pubkey; in ENGINE_get_load_pubkey_function()
147 if (!e->load_pubkey) { in ENGINE_load_public_key()
151 pkey = e->load_pubkey(e, key_id, ui_method, callback_data); in ENGINE_load_public_key()
HDeng_list.c320 dest->load_pubkey = src->load_pubkey; in engine_cpy()
HDeng_int.h199 ENGINE_LOAD_KEY_PTR load_pubkey; member
HDeng_lib.c102 e->load_pubkey = NULL; in engine_set_all_null()
/NextBSD/crypto/openssl/apps/
HDpkeyutl.c403 pkey = load_pubkey(bio_err, keyfile, keyform, 0, in init_ctx()
479 peer = load_pubkey(bio_err, file, peerform, 0, NULL, NULL, "Peer Key"); in setup_peer()
HDpkey.c206 pkey = load_pubkey(bio_err, infile, informat, 1, in MAIN()
HDdsa.c273 pkey = load_pubkey(bio_err, infile, informat, 1, in MAIN()
HDrsautl.c216 pkey = load_pubkey(bio_err, keyfile, keyform, 0, in MAIN()
HDapps.h253 EVP_PKEY *load_pubkey(BIO *err, const char *file, int format, int maybe_stdin,
HDrsa.c288 pkey = load_pubkey(bio_err, infile, tmpformat, 1, in MAIN()
HDdgst.c350 sigkey = load_pubkey(bio_err, keyfile, keyform, 0, NULL, in MAIN()
HDx509.c524 fkey = load_pubkey(bio_err, fkeyfile, keyformat, 0, in MAIN()
HDapps.c1038 EVP_PKEY *load_pubkey(BIO *err, const char *file, int format, int maybe_stdin, in load_pubkey() function