Home
last modified time | relevance | path

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

/openssl/crypto/engine/
H A 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()
H A Deng_local.h132 ENGINE_LOAD_KEY_PTR load_pubkey; member
H A Deng_list.c401 dest->load_pubkey = src->load_pubkey; in engine_cpy()
H A Deng_lib.c71 e->load_pubkey = NULL; in engine_set_all_null()
/openssl/apps/
H A Drsautl.c194 pkey = load_pubkey(keyfile, keyformat, 0, NULL, e, "public key"); in rsautl_main()
H A Ddsa.c179 pkey = load_pubkey(infile, informat, 1, passin, e, "public key"); in dsa_main()
H A Dec.c176 eckey = load_pubkey(infile, informat, 1, passin, e, "public key"); in ec_main()
H A Dpkey.c212 pkey = load_pubkey(infile, informat, 1, passin, e, "Public Key"); in pkey_main()
H A Drsa.c249 pkey = load_pubkey(infile, tmpformat, 1, passin, e, "public key"); in rsa_main()
H A Dpkeyutl.c586 pkey = load_pubkey(keyfile, keyform, 0, NULL, e, "public key"); in init_ctx()
714 peer = load_pubkey(file, peerform, 0, NULL, engine, "peer key"); in setup_peer()
H A Ddgst.c284 sigkey = load_pubkey(keyfile, keyform, 0, NULL, e, "public key"); in dgst_main()
H A Dx509.c664 if ((pubkey = load_pubkey(pubkeyfile, keyformat, 0, NULL, e, in x509_main()
H A Dcmp.c1828 pkey = load_pubkey(file, format, 0, pass, engine, desc); in setup_request_ctx()
/openssl/apps/include/
H A Dapps.h134 EVP_PKEY *load_pubkey(const char *uri, int format, int maybe_stdin,
/openssl/apps/lib/
H A Dapps.c624 EVP_PKEY *load_pubkey(const char *uri, int format, int maybe_stdin, in load_pubkey() function

Completed in 64 milliseconds