/freebsd/crypto/openssh/regress/unittests/authopt/ |
H A D | tests.c | 28 load_key(const char *name) in load_key() function 305 cert = load_key("no_" keybase ".cert"); \ in test_cert_parse() 312 cert = load_key("only_" keybase ".cert"); \ in test_cert_parse() 328 cert = load_key("all_permit.cert"); in test_cert_parse() 335 cert = load_key("no_permit.cert"); in test_cert_parse() 343 cert = load_key("force_command.cert"); in test_cert_parse() 352 cert = load_key("sourceaddr.cert"); in test_cert_parse() 364 cert = load_key(keybase ".cert"); \ in test_cert_parse() 391 cert = load_key(keyname ".cert"); \ in test_merge()
|
/freebsd/crypto/openssl/demos/encode/ |
H A D | ec_encode.c | 29 static EVP_PKEY *load_key(OSSL_LIB_CTX *libctx, FILE *f, const char *passphrase) in load_key() function 189 pkey = load_key(libctx, stdin, passphrase_in); in main()
|
H A D | rsa_encode.c | 29 static EVP_PKEY *load_key(OSSL_LIB_CTX *libctx, FILE *f, const char *passphrase) in load_key() function 186 pkey = load_key(libctx, stdin, passphrase_in); in main()
|
/freebsd/crypto/openssh/regress/unittests/sshsig/ |
H A D | tests.c | 46 load_key(const char *name) in load_key() function 62 k = load_key(keyname); in check_sig()
|
/freebsd/contrib/libfido2/tools/ |
H A D | largeblob.c | 165 load_key(const char *keyf, const char *cred_id64, const char *rp_id, in load_key() function 210 load_key(keyf, cred_id64, rp_id, path, dev, &pin, &key) < 0) in blob_set() 249 if (load_key(keyf, cred_id64, rp_id, path, dev, &pin, &key) < 0) in blob_get() 283 if (load_key(keyf, cred_id64, rp_id, path, dev, &pin, &key) < 0) in blob_delete()
|
/freebsd/crypto/openssl/engines/ |
H A D | e_ossltest.c | 376 static EVP_PKEY *load_key(ENGINE *eng, const char *key_id, int pub, in load_key() function 402 return load_key(eng, key_id, 0, ui_method, ui_data); in ossltest_load_privkey() 408 return load_key(eng, key_id, 1, ui_method, ui_data); in ossltest_load_pubkey()
|
/freebsd/crypto/openssl/apps/ |
H A D | spkac.c | 149 pkey = load_key(strcmp(keyfile, "-") ? keyfile : NULL, in spkac_main()
|
H A D | ec.c | 182 eckey = load_key(infile, informat, 1, passin, e, "private key"); in ec_main()
|
H A D | dsa.c | 185 pkey = load_key(infile, informat, 1, passin, e, "private key"); in dsa_main()
|
H A D | smime.c | 495 key = load_key(keyfile, keyform, 0, passin, e, "signing key"); in smime_main() 587 key = load_key(keyfile, keyform, 0, passin, e, "signing key"); in smime_main()
|
H A D | rsautl.c | 191 pkey = load_key(keyfile, keyformat, 0, passin, e, "private key"); in rsautl_main()
|
H A D | pkey.c | 220 pkey = load_key(infile, informat, 1, passin, e, "key"); in pkey_main()
|
H A D | rsa.c | 253 pkey = load_key(infile, informat, 1, passin, e, "private key"); in rsa_main()
|
H A D | crl.c | 268 pkey = load_key(keyfile, keyformat, 0, NULL, NULL, "CRL signing key"); in crl_main()
|
H A D | pkcs8.c | 226 pkey = load_key(infile, informat, 1, passin, e, "key"); in pkcs8_main()
|
H A D | ocsp.c | 607 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()
|
H A D | x509.c | 630 privkey = load_key(privkeyfile, keyformat, 0, passin, e, "private key"); in x509_main() 891 if ((CAkey = load_key(CAkeyfile, CAkeyformat, in x509_main()
|
H A D | dgst.c | 285 sigkey = load_key(keyfile, keyform, 0, passin, e, "private key"); in dgst_main()
|
H A D | req.c | 630 pkey = load_key(keyfile, keyform, 0, passin, e, "private key"); in req_main() 763 if ((CAkey = load_key(CAkeyfile, FORMAT_UNDEF, in req_main()
|
H A D | cms.c | 892 key = load_key(keyfile, keyform, 0, passin, e, "signing key"); in cms_main() 1093 key = load_key(keyfile, keyform, 0, passin, e, "signing key"); in cms_main()
|
H A D | pkeyutl.c | 550 pkey = load_key(keyfile, keyform, 0, passin, e, "private key"); in init_ctx()
|
H A D | s_server.c | 1731 s_key = load_key(s_key_file, s_key_format, 0, pass, engine, in s_server_main() 1748 s_key2 = load_key(s_key_file2, s_key_format, 0, pass, engine, in s_server_main() 1793 s_dkey = load_key(s_dkey_file, s_dkey_format, in s_server_main()
|
H A D | pkcs12.c | 536 key = load_key(keyname ? keyname : infile, in pkcs12_main()
|
/freebsd/crypto/openssl/apps/include/ |
H A D | apps.h | 121 EVP_PKEY *load_key(const char *uri, int format, int maybe_stdin,
|
/freebsd/crypto/openssl/apps/lib/ |
H A D | s_cb.c | 1048 exc->key = load_key(exc->keyfile, exc->keyform, in load_excert() 1051 exc->key = load_key(exc->certfile, exc->certform, in load_excert()
|