Searched refs:sshkey_load_public (Results 1 – 8 of 8) sorted by relevance
/external/openssh/regress/unittests/sshkey/ |
D | test_sshkey.c | 428 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()
|
D | test_file.c | 76 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/ |
D | authfile.h | 40 int sshkey_load_public(const char *, struct sshkey **, char **);
|
D | ssh-add.c | 115 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()
|
D | ssh-keygen.c | 391 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()
|
D | key.c | 347 if ((r = sshkey_load_public(filename, &ret, commentp)) != 0) { in key_load_public()
|
D | authfile.c | 350 sshkey_load_public(const char *filename, struct sshkey **keyp, char **commentp) in sshkey_load_public() function
|
/external/openssh/regress/unittests/hostkeys/ |
D | test_iterate.c | 161 ASSERT_INT_EQ(sshkey_load_public( in prepare_expected()
|