Home
last modified time | relevance | path

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

12

/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/engine/
H A Deng_pkey.c23 e->load_pubkey = loadpub_f; in ENGINE_set_load_pubkey_function()
42 return e->load_pubkey; in ENGINE_get_load_pubkey_function()
101 if (!e->load_pubkey) { in ENGINE_load_public_key()
105 pkey = e->load_pubkey(e, key_id, ui_method, callback_data); in ENGINE_load_public_key()
H A Deng_list.c357 dest->load_pubkey = src->load_pubkey; in engine_cpy()
H A Deng_local.h151 ENGINE_LOAD_KEY_PTR load_pubkey; member
H A Deng_lib.c67 e->load_pubkey = NULL; in engine_set_all_null()
/netbsd-src/crypto/external/bsd/openssl/dist/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_list.c366 dest->load_pubkey = src->load_pubkey; in engine_cpy()
H A Deng_local.h132 ENGINE_LOAD_KEY_PTR load_pubkey; member
H A Deng_lib.c65 e->load_pubkey = NULL; in engine_set_all_null()
/netbsd-src/external/bsd/libfido2/dist/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()
/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/
H A Dpkeyutl.c391 pkey = load_pubkey(keyfile, keyform, 0, NULL, e, "Public Key"); in init_ctx()
481 peer = load_pubkey(file, peerform, 0, NULL, engine, "Peer Key"); in setup_peer()
H A Dpkey.c145 pkey = load_pubkey(infile, informat, 1, passin, e, "Public Key"); in pkey_main()
H A Ddsa.c157 pkey = load_pubkey(infile, informat, 1, passin, e, "Public Key"); in dsa_main()
H A Drsautl.c181 pkey = load_pubkey(keyfile, keyformat, 0, NULL, e, "Public Key"); in rsautl_main()
H A Dec.c185 pkey = load_pubkey(infile, informat, 1, passin, e, "Public Key"); in ec_main()
H A Drsa.c180 pkey = load_pubkey(infile, tmpformat, 1, passin, e, "Public Key"); in rsa_main()
H A Dapps.h465 EVP_PKEY *load_pubkey(const char *file, int format, int maybe_stdin,
H A Ddgst.c259 sigkey = load_pubkey(keyfile, keyform, 0, NULL, e, "key file"); in dgst_main()
/netbsd-src/crypto/external/bsd/openssl/dist/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 Dx509.c635 if ((pubkey = load_pubkey(pubkeyfile, keyformat, 0, NULL, e, in x509_main()
/netbsd-src/crypto/external/bsd/openssl/dist/apps/include/
H A Dapps.h123 EVP_PKEY *load_pubkey(const char *uri, int format, int maybe_stdin,

12