Home
last modified time | relevance | path

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

/openbsd/usr.bin/ssh/
H A Dsshkey.h230 int sshkey_to_certified(struct sshkey *);
H A Dauthfile.c348 if ((r = sshkey_to_certified(key)) != 0 || in sshkey_load_private_cert()
H A Dssh-pkcs11-client.c491 if ((r = sshkey_to_certified(ret)) != 0 || in pkcs11_make_cert()
H A Dssh-add.c413 if ((r = sshkey_to_certified(private)) != 0) { in add_file()
H A Dssh-keygen.c1864 if ((r = sshkey_to_certified(public)) != 0) in do_ca_sign()
2568 if ((r = sshkey_to_certified(privkey)) != 0) { in load_sign_key()
H A Dsshkey.c2212 sshkey_to_certified(struct sshkey *k) in sshkey_to_certified() function
/openbsd/regress/usr.bin/ssh/unittests/sshkey/
H A Dtest_sshkey.c382 ASSERT_INT_EQ(sshkey_to_certified(k1), 0); in sshkey_tests()