Home
last modified time | relevance | path

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

/openbsd/regress/usr.bin/ssh/unittests/authopt/
H A Dtests.c24 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 Dtests.c40 load_key(const char *name) in load_key() function
56 k = load_key(keyname); in check_sig()
/openbsd/usr.bin/openssl/
H A Dpkey.c248 pkey = load_key(bio_err, cfg.infile, in pkey_main()
H A Dapps.h167 EVP_PKEY *load_key(BIO *err, const char *file, int format, int maybe_stdin,
H A Dx509.c904 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 Ddsa.c285 pkey = load_key(bio_err, cfg.infile, in dsa_main()
H A Dpkcs8.c251 pkey = load_key(bio_err, cfg.infile, in pkcs8_main()
H A Drsa.c300 pkey = load_key(bio_err, cfg.infile, in rsa_main()
H A Drsautl.c278 pkey = load_key(bio_err, cfg.keyfile, in rsautl_main()
H A Dsmime.c875 key = load_key(bio_err, cfg.keyfile, in smime_main()
977 key = load_key(bio_err, cfg.keyfile, in smime_main()
H A Dpkeyutl.c424 pkey = load_key(bio_err, keyfile, cfg.keyform, 0, in init_ctx()
H A Ddgst.c423 sigkey = load_key(bio_err, cfg.keyfile, in dgst_main()
H A Ds_server.c1072 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 Docsp.c888 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 Dcms.c1364 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 Dpkcs12.c613 key = load_key(bio_err, cfg.keyname ? in pkcs12_main()
H A Ds_client.c927 key = load_key(bio_err, cfg.key_file, in s_client_main()
H A Dreq.c739 pkey = load_key(bio_err, cfg.keyfile, cfg.keyform, 0, passin, in req_main()
H A Dapps.c560 load_key(BIO *err, const char *file, int format, int maybe_stdin, in load_key() function
H A Dca.c795 pkey = load_key(bio_err, cfg.keyfile, cfg.keyform, 0, in ca_main()