Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/regress/misc/fuzz-harness/
H A Dagent_fuzz_helper.c83 if ((r = sshkey_cert_copy(cert, id->key)) != 0) { in add_key()
/freebsd/crypto/openssh/
H A Dsshkey.h238 int sshkey_cert_copy(const struct sshkey *, struct sshkey *);
H A Dauthfile.c356 (r = sshkey_cert_copy(cert, key)) != 0) in sshkey_load_private_cert()
H A Dssh-pkcs11-client.c517 (r = sshkey_cert_copy(certpub, ret)) != 0) in pkcs11_make_cert()
H A Dssh-add.c425 if ((r = sshkey_cert_copy(cert, private)) != 0) { in add_file()
H A Dssh_namespace.h845 #define sshkey_cert_copy Fssh_sshkey_cert_copy macro
H A Dsshkey.c1534 sshkey_cert_copy(const struct sshkey *from_key, struct sshkey *to_key) in sshkey_cert_copy() function
1628 if (sshkey_is_cert(k) && (r = sshkey_cert_copy(k, n)) != 0) in sshkey_from_private()
H A Dssh-keygen.c2595 if ((r = sshkey_cert_copy(pubkey, privkey)) != 0) { in load_sign_key()