Searched refs:load_pubkey (Results 1 – 13 of 13) sorted by relevance
| /netbsd/src/crypto/external/bsd/openssl/dist/crypto/engine/ |
| D | eng_pkey.c | 26 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()
|
| D | eng_list.c | 366 dest->load_pubkey = src->load_pubkey; in engine_cpy()
|
| D | eng_local.h | 132 ENGINE_LOAD_KEY_PTR load_pubkey; member
|
| D | eng_lib.c | 65 e->load_pubkey = NULL; in engine_set_all_null()
|
| /netbsd/src/crypto/external/bsd/openssl/dist/apps/ |
| D | dsa.c | 183 pkey = load_pubkey(infile, informat, 1, passin, e, "public key"); in dsa_main()
|
| D | ec.c | 180 eckey = load_pubkey(infile, informat, 1, passin, e, "public key"); in ec_main()
|
| D | rsautl.c | 195 pkey = load_pubkey(keyfile, keyformat, 0, NULL, e, "public key"); in rsautl_main()
|
| D | pkey.c | 218 pkey = load_pubkey(infile, informat, 1, passin, e, "Public Key"); in pkey_main()
|
| D | pkeyutl.c | 554 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()
|
| D | rsa.c | 251 pkey = load_pubkey(infile, tmpformat, 1, passin, e, "public key"); in rsa_main()
|
| D | dgst.c | 283 sigkey = load_pubkey(keyfile, keyform, 0, NULL, e, "public key"); in dgst_main()
|
| D | x509.c | 635 if ((pubkey = load_pubkey(pubkeyfile, keyformat, 0, NULL, e, in x509_main()
|
| D | cmp.c | 1638 pkey = load_pubkey(file, format, 0, pass, engine, desc); in setup_request_ctx()
|