Home
last modified time | relevance | path

Searched refs:load_key (Results 1 – 24 of 24) sorted by relevance

/openssl-master/engines/
A De_ossltest.c380 static EVP_PKEY *load_key(ENGINE *eng, const char *key_id, int pub, in load_key() function
406 return load_key(eng, key_id, 0, ui_method, ui_data); in ossltest_load_privkey()
412 return load_key(eng, key_id, 1, ui_method, ui_data); in ossltest_load_pubkey()
/openssl-master/apps/
A Dspkac.c149 pkey = load_key(strcmp(keyfile, "-") ? keyfile : NULL, in spkac_main()
A Dpkey.c220 pkey = load_key(infile, informat, 1, passin, e, "key"); in pkey_main()
A Ddsa.c185 pkey = load_key(infile, informat, 1, passin, e, "private key"); in dsa_main()
A Dec.c182 eckey = load_key(infile, informat, 1, passin, e, "private key"); in ec_main()
A Drsautl.c191 pkey = load_key(keyfile, keyformat, 0, passin, e, "private key"); in rsautl_main()
A Dsmime.c488 key = load_key(keyfile, keyform, 0, passin, e, "signing key"); in smime_main()
580 key = load_key(keyfile, keyform, 0, passin, e, "signing key"); in smime_main()
A Drsa.c253 pkey = load_key(infile, informat, 1, passin, e, "private key"); in rsa_main()
A Dpkcs8.c226 pkey = load_key(infile, informat, 1, passin, e, "key"); in pkcs8_main()
A Dcrl.c268 pkey = load_key(keyfile, keyformat, 0, NULL, NULL, "CRL signing key"); in crl_main()
A Docsp.c607 rkey = load_key(rkeyfile, FORMAT_UNDEF, 0, passin, NULL, in ocsp_main()
700 key = load_key(keyfile, FORMAT_UNDEF, 0, NULL, NULL, in ocsp_main()
A Dx509.c630 privkey = load_key(privkeyfile, keyformat, 0, passin, e, "private key"); in x509_main()
891 if ((CAkey = load_key(CAkeyfile, CAkeyformat, in x509_main()
A Ddgst.c283 sigkey = load_key(keyfile, keyform, 0, passin, e, "private key"); in dgst_main()
A Dcms.c884 key = load_key(keyfile, keyform, 0, passin, e, "signing key"); in cms_main()
1078 key = load_key(keyfile, keyform, 0, passin, e, "signing key"); in cms_main()
A Dreq.c613 pkey = load_key(keyfile, keyform, 0, passin, e, "private key"); in req_main()
754 if ((CAkey = load_key(CAkeyfile, FORMAT_UNDEF, in req_main()
A Dpkeyutl.c549 pkey = load_key(keyfile, keyform, 0, passin, e, "private key"); in init_ctx()
A Ds_server.c1732 s_key = load_key(s_key_file, s_key_format, 0, pass, engine, in s_server_main()
1749 s_key2 = load_key(s_key_file2, s_key_format, 0, pass, engine, in s_server_main()
1794 s_dkey = load_key(s_dkey_file, s_dkey_format, in s_server_main()
A Dpkcs12.c535 key = load_key(keyname ? keyname : infile, in pkcs12_main()
A Dcmp.c630 EVP_PKEY *pkey = load_key(uri, format, 0, pass_string, eng, desc); in load_key_pwd()
A Dca.c592 pkey = load_key(keyfile, keyformat, 0, passin, e, "CA private key"); in ca_main()
A Ds_client.c1628 key = load_key(key_file, key_format, 0, pass, e, in s_client_main()
/openssl-master/apps/include/
A Dapps.h120 EVP_PKEY *load_key(const char *uri, int format, int maybe_stdin,
/openssl-master/apps/lib/
A Ds_cb.c1017 exc->key = load_key(exc->keyfile, exc->keyform, in load_excert()
1020 exc->key = load_key(exc->certfile, exc->certform, in load_excert()
A Dapps.c541 EVP_PKEY *load_key(const char *uri, int format, int may_stdin, in load_key() function

Completed in 57 milliseconds