Home
last modified time | relevance | path

Searched refs:sshkey_to_certified (Results 1 – 7 of 7) sorted by relevance

/external/openssh/
Dsshkey.h138 int sshkey_to_certified(struct sshkey *);
Dkey.c191 if ((r = sshkey_to_certified(k)) != 0) { in key_to_certified()
Dauthfile.c486 if ((r = sshkey_to_certified(key)) != 0 || in sshkey_load_private_cert()
Dssh-add.c301 if ((r = sshkey_to_certified(private)) != 0) { in add_file()
Dssh-keygen.c1638 if ((r = sshkey_to_certified(public)) != 0) in do_ca_sign()
Dsshkey.c2339 sshkey_to_certified(struct sshkey *k) in sshkey_to_certified() function
/external/openssh/regress/unittests/sshkey/
Dtest_sshkey.c431 ASSERT_INT_EQ(sshkey_to_certified(k1), 0); in sshkey_tests()