Searched refs:sshkey_load_cert (Results 1 - 7 of 7) sorted by relevance

/freebsd-10-stable/crypto/openssh/
H A Dauthfile.h39 int sshkey_load_cert(const char *, struct sshkey **);
H A Dauthfile.c410 sshkey_load_cert(const char *filename, struct sshkey **keyp) function
465 (r = sshkey_load_cert(filename, &cert)) != 0)
H A Dkey.c328 if ((r = sshkey_load_cert(filename, &ret)) != 0) {
H A Dssh_namespace.h823 #define sshkey_load_cert Fssh_sshkey_load_cert macro
/freebsd-10-stable/crypto/openssh/regress/unittests/sshkey/
H A Dtest_fuzz.c302 ASSERT_INT_EQ(sshkey_load_cert(test_data_file("rsa_1"), &k1), 0);
316 ASSERT_INT_EQ(sshkey_load_cert(test_data_file("dsa_1"), &k1), 0);
331 ASSERT_INT_EQ(sshkey_load_cert(test_data_file("ecdsa_1"), &k1), 0);
346 ASSERT_INT_EQ(sshkey_load_cert(test_data_file("ed25519_1"), &k1), 0);
H A Dtest_file.c158 ASSERT_INT_EQ(sshkey_load_cert(test_data_file("rsa_1"), &k2), 0);
249 ASSERT_INT_EQ(sshkey_load_cert(test_data_file("dsa_1"), &k2), 0);
347 ASSERT_INT_EQ(sshkey_load_cert(test_data_file("ecdsa_1"), &k2), 0);
413 ASSERT_INT_EQ(sshkey_load_cert(test_data_file("ed25519_1"), &k2), 0);
H A Dtest_sshkey.c527 ASSERT_INT_EQ(sshkey_load_cert(test_data_file("rsa_1"), &k1), 0);

Completed in 131 milliseconds