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

/freebsd-current/crypto/openssh/
H A Dauthfile.h38 int sshkey_load_cert(const char *, struct sshkey **);
H A Dauthfile.c301 sshkey_load_cert(const char *filename, struct sshkey **keyp) function
346 (r = sshkey_load_cert(filename, &cert)) != 0)
H A Dssh_namespace.h875 #define sshkey_load_cert Fssh_sshkey_load_cert macro
H A Dssh.c1697 check_load(sshkey_load_cert(p, &(sensitive_data.keys[o])), \
/freebsd-current/crypto/openssh/regress/unittests/sshkey/
H A Dtest_file.c113 ASSERT_INT_EQ(sshkey_load_cert(test_data_file("rsa_1_sha1"), &k2), 0);
122 ASSERT_INT_EQ(sshkey_load_cert(test_data_file("rsa_1_sha512"), &k2), 0);
131 ASSERT_INT_EQ(sshkey_load_cert(test_data_file("rsa_1"), &k2), 0);
223 ASSERT_INT_EQ(sshkey_load_cert(test_data_file("dsa_1"), &k2), 0);
324 ASSERT_INT_EQ(sshkey_load_cert(test_data_file("ecdsa_1"), &k2), 0);
391 ASSERT_INT_EQ(sshkey_load_cert(test_data_file("ed25519_1"), &k2), 0);
457 ASSERT_INT_EQ(sshkey_load_cert(test_data_file("ecdsa_sk1"), &k2), 0);
523 ASSERT_INT_EQ(sshkey_load_cert(test_data_file("ed25519_sk1"), &k2), 0);
H A Dtest_fuzz.c288 ASSERT_INT_EQ(sshkey_load_cert(test_data_file("rsa_1"), &k1), 0);
303 ASSERT_INT_EQ(sshkey_load_cert(test_data_file("dsa_1"), &k1), 0);
319 ASSERT_INT_EQ(sshkey_load_cert(test_data_file("ecdsa_1"), &k1), 0);
335 ASSERT_INT_EQ(sshkey_load_cert(test_data_file("ed25519_1"), &k1), 0);
H A Dtest_sshkey.c522 ASSERT_INT_EQ(sshkey_load_cert(test_data_file("rsa_1"), &k1), 0);

Completed in 90 milliseconds