/openbsd/regress/usr.bin/ssh/unittests/authopt/ |
H A D | tests.c | 24 load_key(const char *name) in load_key() function 301 cert = load_key("no_" keybase ".cert"); \ in test_cert_parse() 308 cert = load_key("only_" keybase ".cert"); \ in test_cert_parse() 324 cert = load_key("all_permit.cert"); in test_cert_parse() 331 cert = load_key("no_permit.cert"); in test_cert_parse() 339 cert = load_key("force_command.cert"); in test_cert_parse() 348 cert = load_key("sourceaddr.cert"); in test_cert_parse() 360 cert = load_key(keybase ".cert"); \ in test_cert_parse() 387 cert = load_key(keyname ".cert"); \ in test_merge()
|
/openbsd/regress/usr.bin/ssh/unittests/sshsig/ |
H A D | tests.c | 40 load_key(const char *name) in load_key() function 56 k = load_key(keyname); in check_sig()
|
/openbsd/usr.bin/openssl/ |
H A D | pkey.c | 248 pkey = load_key(bio_err, cfg.infile, in pkey_main()
|
H A D | apps.h | 167 EVP_PKEY *load_key(BIO *err, const char *file, int format, int maybe_stdin,
|
H A D | x509.c | 904 if ((Upkey = load_key(bio_err, cfg.keyfile, cfg.keyformat, 0, in x509_main() 1305 Upkey = load_key(bio_err, cfg.keyfile, in x509_main() 1318 CApkey = load_key(bio_err, cfg.CAkeyfile, in x509_main() 1339 pk = load_key(bio_err, cfg.keyfile, in x509_main()
|
H A D | dsa.c | 285 pkey = load_key(bio_err, cfg.infile, in dsa_main()
|
H A D | pkcs8.c | 251 pkey = load_key(bio_err, cfg.infile, in pkcs8_main()
|
H A D | rsa.c | 300 pkey = load_key(bio_err, cfg.infile, in rsa_main()
|
H A D | rsautl.c | 278 pkey = load_key(bio_err, cfg.keyfile, in rsautl_main()
|
H A D | smime.c | 875 key = load_key(bio_err, cfg.keyfile, in smime_main() 977 key = load_key(bio_err, cfg.keyfile, in smime_main()
|
H A D | pkeyutl.c | 424 pkey = load_key(bio_err, keyfile, cfg.keyform, 0, in init_ctx()
|
H A D | dgst.c | 423 sigkey = load_key(bio_err, cfg.keyfile, in dgst_main()
|
H A D | s_server.c | 1072 s_key = load_key(bio_err, cfg.key_file, in s_server_main() 1088 s_key2 = load_key(bio_err, cfg.key_file2, in s_server_main() 1120 s_dkey = load_key(bio_err, cfg.dkey_file, in s_server_main()
|
H A D | ocsp.c | 888 rkey = load_key(bio_err, cfg.rkeyfile, FORMAT_PEM, 0, in ocsp_main() 936 key = load_key(bio_err, cfg.keyfile, FORMAT_PEM, 0, in ocsp_main()
|
H A D | cms.c | 1364 key = load_key(bio_err, cfg.keyfile, cfg.keyform, in cms_main() 1603 key = load_key(bio_err, cfg.keyfile, in cms_main()
|
H A D | pkcs12.c | 613 key = load_key(bio_err, cfg.keyname ? in pkcs12_main()
|
H A D | s_client.c | 927 key = load_key(bio_err, cfg.key_file, in s_client_main()
|
H A D | req.c | 739 pkey = load_key(bio_err, cfg.keyfile, cfg.keyform, 0, passin, in req_main()
|
H A D | apps.c | 560 load_key(BIO *err, const char *file, int format, int maybe_stdin, in load_key() function
|
H A D | ca.c | 795 pkey = load_key(bio_err, cfg.keyfile, cfg.keyform, 0, in ca_main()
|