Home
last modified time | relevance | path

Searched refs:sshkey_load_public (Results 1 – 12 of 12) sorted by relevance

/freebsd-12.1/crypto/openssh/regress/unittests/sshkey/
H A Dtest_sshkey.c392 ASSERT_INT_EQ(sshkey_load_public(test_data_file("ed25519_1.pub"), in sshkey_tests()
439 ASSERT_INT_EQ(sshkey_load_public(test_data_file("rsa_2.pub"), &k2, in sshkey_tests()
448 ASSERT_INT_EQ(sshkey_load_public(test_data_file("rsa_2.pub"), &k2, in sshkey_tests()
457 ASSERT_INT_EQ(sshkey_load_public(test_data_file("rsa_2.pub"), &k2, in sshkey_tests()
466 ASSERT_INT_EQ(sshkey_load_public(test_data_file("dsa_2.pub"), &k2, in sshkey_tests()
476 ASSERT_INT_EQ(sshkey_load_public(test_data_file("ecdsa_2.pub"), &k2, in sshkey_tests()
486 ASSERT_INT_EQ(sshkey_load_public(test_data_file("ed25519_2.pub"), &k2, in sshkey_tests()
495 ASSERT_INT_EQ(sshkey_load_public(test_data_file("rsa_1.pub"), &k2, in sshkey_tests()
H A Dtest_file.c101 ASSERT_INT_EQ(sshkey_load_public(test_data_file("rsa_1.pub"), &k2, in sshkey_file_tests()
192 ASSERT_INT_EQ(sshkey_load_public(test_data_file("dsa_1.pub"), &k2, in sshkey_file_tests()
290 ASSERT_INT_EQ(sshkey_load_public(test_data_file("ecdsa_1.pub"), &k2, in sshkey_file_tests()
356 ASSERT_INT_EQ(sshkey_load_public(test_data_file("ed25519_1.pub"), &k2, in sshkey_file_tests()
/freebsd-12.1/crypto/openssh/
H A Dauthfile.h40 int sshkey_load_public(const char *, struct sshkey **, char **);
H A Dssh-add.c116 if ((r = sshkey_load_public(filename, &public, &comment)) != 0) { in delete_file()
137 if ((r = sshkey_load_public(certpath, &cert, &comment)) != 0) { in delete_file()
332 if ((r = sshkey_load_public(certpath, &cert, NULL)) != 0) { in add_file()
H A Dssh-keygen.c402 if ((r = sshkey_load_public(identity_file, &k, NULL)) != 0) in do_convert_to()
886 if ((r = sshkey_load_public(path, &public, &comment)) != 0) { in fingerprint_private()
1450 if ((r = sshkey_load_public(fname, &public, &comment)) != 0) in do_print_resource_record()
1639 if ((r = sshkey_load_public(path, &public, NULL)) != 0) in load_pkcs11_key()
1699 if ((r = sshkey_load_public(tmp, &ca, NULL)) != 0) in do_ca_sign()
1747 if ((r = sshkey_load_public(tmp, &public, &comment)) != 0) in do_ca_sign()
2264 if ((r = sshkey_load_public(tmp, &ca, NULL)) != 0) in do_gen_krl()
2311 if ((r = sshkey_load_public(argv[i], &k, &comment)) != 0) in do_check_krl()
H A Dssh.c1405 check_load(sshkey_load_public(p, &(sensitive_data.keys[o]), NULL), \ in main()
2027 check_load(sshkey_load_public(filename, &public, NULL), in load_public_identity_files()
2046 check_load(sshkey_load_public(cp, &public, NULL), in load_public_identity_files()
2084 check_load(sshkey_load_public(filename, &public, NULL), in load_public_identity_files()
H A Dauthfile.c313 sshkey_load_public(const char *filename, struct sshkey **keyp, char **commentp) in sshkey_load_public() function
H A Dsshd.c1796 if ((r = sshkey_load_public(options.host_key_files[i],
1857 if ((r = sshkey_load_public(options.host_cert_files[i],
H A Dssh_namespace.h745 #define sshkey_load_public Fssh_sshkey_load_public macro
H A DChangeLog6097 revise sshkey_load_public(): remove ssh1 related
/freebsd-12.1/crypto/openssh/regress/unittests/authopt/
H A Dtests.c30 r = sshkey_load_public(test_data_file(name), &ret, NULL); in load_key()
/freebsd-12.1/crypto/openssh/regress/unittests/hostkeys/
H A Dtest_iterate.c149 ASSERT_INT_EQ(sshkey_load_public( in prepare_expected()