Home
last modified time | relevance | path

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

/freebsd/crypto/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()
144 if (!e->load_pubkey) { in ENGINE_load_public_key()
148 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.c366 dest->load_pubkey = src->load_pubkey; in engine_cpy()
H A Deng_lib.c65 e->load_pubkey = NULL; in engine_set_all_null()
/freebsd/contrib/libfido2/tools/
H A Dassert_verify.c92 load_pubkey(int type, const char *file) in load_pubkey() function
198 pk = load_pubkey(type, argv[0]); in assert_verify()
/freebsd/crypto/openssl/apps/
H A Ddsa.c183 pkey = load_pubkey(infile, informat, 1, passin, e, "public key"); in dsa_main()
H A Dec.c180 eckey = load_pubkey(infile, informat, 1, passin, e, "public key"); in ec_main()
H A Drsautl.c195 pkey = load_pubkey(keyfile, keyformat, 0, NULL, e, "public key"); in rsautl_main()
H A Dpkey.c218 pkey = load_pubkey(infile, informat, 1, passin, e, "Public Key"); in pkey_main()
H A Dpkeyutl.c553 pkey = load_pubkey(keyfile, keyform, 0, NULL, e, "public key"); in init_ctx()
669 peer = load_pubkey(file, peerform, 0, NULL, engine, "peer key"); in setup_peer()
H A Drsa.c251 pkey = load_pubkey(infile, tmpformat, 1, passin, e, "public key"); in rsa_main()
H A Ddgst.c283 sigkey = load_pubkey(keyfile, keyform, 0, NULL, e, "public key"); in dgst_main()
H A Dx509.c635 if ((pubkey = load_pubkey(pubkeyfile, keyformat, 0, NULL, e, in x509_main()
H A Dcmp.c1638 pkey = load_pubkey(file, format, 0, pass, engine, desc); in setup_request_ctx()
/freebsd/crypto/openssl/apps/include/
H A Dapps.h123 EVP_PKEY *load_pubkey(const char *uri, int format, int maybe_stdin,
/freebsd/crypto/openssl/apps/lib/
H A Dapps.c567 EVP_PKEY *load_pubkey(const char *uri, int format, int maybe_stdin, in load_pubkey() function