Home
last modified time | relevance | path

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

/external/openssh/regress/unittests/sshkey/
Dtest_sshkey.c428 ASSERT_INT_EQ(sshkey_load_public(test_data_file("ed25519_1.pub"), in sshkey_tests()
472 ASSERT_INT_EQ(sshkey_load_public(test_data_file("rsa_2.pub"), &k2, in sshkey_tests()
481 ASSERT_INT_EQ(sshkey_load_public(test_data_file("rsa_2.pub"), &k2, in sshkey_tests()
490 ASSERT_INT_EQ(sshkey_load_public(test_data_file("rsa_2.pub"), &k2, in sshkey_tests()
499 ASSERT_INT_EQ(sshkey_load_public(test_data_file("dsa_2.pub"), &k2, in sshkey_tests()
509 ASSERT_INT_EQ(sshkey_load_public(test_data_file("ecdsa_2.pub"), &k2, in sshkey_tests()
519 ASSERT_INT_EQ(sshkey_load_public(test_data_file("ed25519_2.pub"), &k2, in sshkey_tests()
528 ASSERT_INT_EQ(sshkey_load_public(test_data_file("rsa_1.pub"), &k2, in sshkey_tests()
Dtest_file.c76 ASSERT_INT_EQ(sshkey_load_public(test_data_file("rsa1_1.pub"), &k2, in sshkey_file_tests()
150 ASSERT_INT_EQ(sshkey_load_public(test_data_file("rsa_1.pub"), &k2, in sshkey_file_tests()
241 ASSERT_INT_EQ(sshkey_load_public(test_data_file("dsa_1.pub"), &k2, in sshkey_file_tests()
339 ASSERT_INT_EQ(sshkey_load_public(test_data_file("ecdsa_1.pub"), &k2, in sshkey_file_tests()
405 ASSERT_INT_EQ(sshkey_load_public(test_data_file("ed25519_1.pub"), &k2, in sshkey_file_tests()
/external/openssh/
Dauthfile.h40 int sshkey_load_public(const char *, struct sshkey **, char **);
Dssh-add.c115 if ((r = sshkey_load_public(filename, &public, &comment)) != 0) { in delete_file()
133 if ((r = sshkey_load_public(certpath, &cert, &comment)) != 0) { in delete_file()
286 if ((r = sshkey_load_public(certpath, &cert, NULL)) != 0) { in add_file()
Dssh-keygen.c391 if ((r = sshkey_load_public(identity_file, &k, NULL)) != 0) in do_convert_to()
866 if ((r = sshkey_load_public(path, &public, &comment)) != 0) { in fingerprint_private()
1389 if ((r = sshkey_load_public(fname, &public, &comment)) != 0) in do_print_resource_record()
1565 if ((r = sshkey_load_public(path, &public, NULL)) != 0) in load_pkcs11_key()
1629 if ((r = sshkey_load_public(tmp, &public, &comment)) != 0) in do_ca_sign()
2149 if ((r = sshkey_load_public(tmp, &ca, NULL)) != 0) in do_gen_krl()
2196 if ((r = sshkey_load_public(argv[i], &k, &comment)) != 0) in do_check_krl()
Dkey.c347 if ((r = sshkey_load_public(filename, &ret, commentp)) != 0) { in key_load_public()
Dauthfile.c350 sshkey_load_public(const char *filename, struct sshkey **keyp, char **commentp) in sshkey_load_public() function
/external/openssh/regress/unittests/hostkeys/
Dtest_iterate.c161 ASSERT_INT_EQ(sshkey_load_public( in prepare_expected()