Searched refs:sshkey_load_public (Results 1 – 10 of 10) sorted by relevance
/external/openssh/regress/unittests/sshkey/ |
D | test_sshkey.c | 407 ASSERT_INT_EQ(sshkey_load_public(test_data_file("ed25519_1.pub"), in sshkey_tests() 455 ASSERT_INT_EQ(sshkey_load_public(test_data_file("rsa_2.pub"), &k2, in sshkey_tests() 464 ASSERT_INT_EQ(sshkey_load_public(test_data_file("rsa_2.pub"), &k2, in sshkey_tests() 473 ASSERT_INT_EQ(sshkey_load_public(test_data_file("rsa_2.pub"), &k2, in sshkey_tests() 482 ASSERT_INT_EQ(sshkey_load_public(test_data_file("dsa_2.pub"), &k2, in sshkey_tests() 492 ASSERT_INT_EQ(sshkey_load_public(test_data_file("ecdsa_2.pub"), &k2, in sshkey_tests() 503 ASSERT_INT_EQ(sshkey_load_public(test_data_file("ed25519_2.pub"), &k2, in sshkey_tests() 513 ASSERT_INT_EQ(sshkey_load_public(test_data_file("rsa_1.pub"), &k2, in sshkey_tests()
|
D | test_file.c | 106 ASSERT_INT_EQ(sshkey_load_public(test_data_file("rsa_1.pub"), &k2, in sshkey_file_tests() 215 ASSERT_INT_EQ(sshkey_load_public(test_data_file("dsa_1.pub"), &k2, in sshkey_file_tests() 313 ASSERT_INT_EQ(sshkey_load_public(test_data_file("ecdsa_1.pub"), &k2, in sshkey_file_tests() 380 ASSERT_INT_EQ(sshkey_load_public(test_data_file("ed25519_1.pub"), &k2, in sshkey_file_tests()
|
/external/openssh/ |
D | authfile.h | 39 int sshkey_load_public(const char *, struct sshkey **, char **);
|
D | ssh-add.c | 120 if ((r = sshkey_load_public(filename, &public, &comment)) != 0) { in delete_file() 141 if ((r = sshkey_load_public(certpath, &cert, &comment)) != 0) { in delete_file() 348 if ((r = sshkey_load_public(certpath, &cert, NULL)) != 0) { in add_file() 440 if ((r = sshkey_load_public(filename, &key, NULL)) != 0) { in test_key()
|
D | ssh-keygen.c | 431 if ((r = sshkey_load_public(identity_file, &k, NULL)) != 0) in do_convert_to() 919 if ((r = sshkey_load_public(path, &pubkey, &comment)) != 0) in fingerprint_private() 1486 if ((r = sshkey_load_public(fname, &public, &comment)) != 0) in do_print_resource_record() 1679 if ((r = sshkey_load_public(path, &public, NULL)) != 0) in load_pkcs11_key() 1743 if ((r = sshkey_load_public(tmp, &ca, NULL)) != 0) in do_ca_sign() 1796 if ((r = sshkey_load_public(tmp, &public, &comment)) != 0) in do_ca_sign() 2383 if ((r = sshkey_load_public(tmp, &ca, NULL)) != 0) in do_gen_krl() 2428 if ((r = sshkey_load_public(argv[i], &k, &comment)) != 0) in do_check_krl() 2596 if ((r = sshkey_load_public(keypath, &pubkey, NULL)) != 0) { in sig_sign()
|
D | authfile.c | 263 sshkey_load_public(const char *filename, struct sshkey **keyp, char **commentp) in sshkey_load_public() function
|
D | ssh.c | 1527 check_load(sshkey_load_public(p, &(sensitive_data.keys[o]), NULL), \ in main() 2207 check_load(sshkey_load_public(filename, &public, NULL), in load_public_identity_files() 2226 check_load(sshkey_load_public(cp, &public, NULL), in load_public_identity_files() 2258 check_load(sshkey_load_public(filename, &public, NULL), in load_public_identity_files()
|
D | sshd.c | 1810 if ((r = sshkey_load_public(options.host_key_files[i], 1873 if ((r = sshkey_load_public(options.host_cert_files[i],
|
/external/openssh/regress/unittests/authopt/ |
D | tests.c | 30 r = sshkey_load_public(test_data_file(name), &ret, NULL); in load_key()
|
/external/openssh/regress/unittests/hostkeys/ |
D | test_iterate.c | 167 ASSERT_INT_EQ(sshkey_load_public( in prepare_expected()
|