Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/regress/misc/fuzz-harness/
H A Dagent_fuzz_helper.c79 if ((r = sshkey_to_certified(id->key)) != 0) { in add_key()
/freebsd/crypto/openssh/
H A Dsshkey.h234 int sshkey_to_certified(struct sshkey *);
H A Dauthfile.c355 if ((r = sshkey_to_certified(key)) != 0 || in sshkey_load_private_cert()
H A Dssh-pkcs11-client.c475 if ((r = sshkey_to_certified(ret)) != 0 || in pkcs11_make_cert()
H A Dssh-add.c420 if ((r = sshkey_to_certified(private)) != 0) { in add_file()
H A Dssh_namespace.h919 #define sshkey_to_certified Fssh_sshkey_to_certified macro
H A Dssh-keygen.c1859 if ((r = sshkey_to_certified(public)) != 0) in do_ca_sign()
2563 if ((r = sshkey_to_certified(privkey)) != 0) { in load_sign_key()
H A Dsshkey.c2147 sshkey_to_certified(struct sshkey *k) in sshkey_to_certified() function
/freebsd/crypto/openssh/regress/unittests/sshkey/
H A Dtest_sshkey.c418 ASSERT_INT_EQ(sshkey_to_certified(k1), 0); in sshkey_tests()