Searched refs:sshkey_cert_copy (Results 1 - 8 of 8) sorted by relevance

/freebsd-current/crypto/openssh/regress/misc/fuzz-harness/
H A Dagent_fuzz_helper.c83 if ((r = sshkey_cert_copy(cert, id->key)) != 0) {
84 error_fr(r, "sshkey_cert_copy");
/freebsd-current/crypto/openssh/
H A Dsshkey.h236 int sshkey_cert_copy(const struct sshkey *, struct sshkey *);
H A Dauthfile.c356 (r = sshkey_cert_copy(cert, key)) != 0)
H A Dssh-pkcs11-client.c476 (r = sshkey_cert_copy(certpub, ret)) != 0)
H A Dssh_namespace.h832 #define sshkey_cert_copy Fssh_sshkey_cert_copy macro
H A Dssh-add.c425 if ((r = sshkey_cert_copy(cert, private)) != 0) {
426 error_fr(r, "sshkey_cert_copy");
H A Dsshkey.c1424 sshkey_cert_copy(const struct sshkey *from_key, struct sshkey *to_key) function
1518 if (sshkey_is_cert(k) && (r = sshkey_cert_copy(k, n)) != 0)
H A Dssh-keygen.c2567 if ((r = sshkey_cert_copy(pubkey, privkey)) != 0) {
2568 error_fr(r, "sshkey_cert_copy");

Completed in 211 milliseconds