Home
last modified time | relevance | path

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

/netbsd/src/crypto/external/bsd/openssl/dist/crypto/engine/
Deng_pkey.c26 e->load_pubkey = loadpub_f; in ENGINE_set_load_pubkey_function()
45 return e->load_pubkey; in ENGINE_get_load_pubkey_function()
102 if (!e->load_pubkey) { in ENGINE_load_public_key()
106 pkey = e->load_pubkey(e, key_id, ui_method, callback_data); in ENGINE_load_public_key()
Deng_list.c366 dest->load_pubkey = src->load_pubkey; in engine_cpy()
Deng_local.h132 ENGINE_LOAD_KEY_PTR load_pubkey; member
Deng_lib.c65 e->load_pubkey = NULL; in engine_set_all_null()
/netbsd/src/crypto/external/bsd/openssl/dist/apps/
Ddsa.c183 pkey = load_pubkey(infile, informat, 1, passin, e, "public key"); in dsa_main()
Dec.c180 eckey = load_pubkey(infile, informat, 1, passin, e, "public key"); in ec_main()
Drsautl.c195 pkey = load_pubkey(keyfile, keyformat, 0, NULL, e, "public key"); in rsautl_main()
Dpkey.c218 pkey = load_pubkey(infile, informat, 1, passin, e, "Public Key"); in pkey_main()
Dpkeyutl.c554 pkey = load_pubkey(keyfile, keyform, 0, NULL, e, "public key"); in init_ctx()
670 peer = load_pubkey(file, peerform, 0, NULL, engine, "peer key"); in setup_peer()
Drsa.c251 pkey = load_pubkey(infile, tmpformat, 1, passin, e, "public key"); in rsa_main()
Ddgst.c283 sigkey = load_pubkey(keyfile, keyform, 0, NULL, e, "public key"); in dgst_main()
Dx509.c635 if ((pubkey = load_pubkey(pubkeyfile, keyformat, 0, NULL, e, in x509_main()
Dcmp.c1638 pkey = load_pubkey(file, format, 0, pass, engine, desc); in setup_request_ctx()