Searched refs:sshkey_cert_copy (Results 1 – 6 of 6) sorted by relevance
236 int sshkey_cert_copy(const struct sshkey *, struct sshkey *);
356 (r = sshkey_cert_copy(cert, key)) != 0) in sshkey_load_private_cert()
476 (r = sshkey_cert_copy(certpub, ret)) != 0) in pkcs11_make_cert()
425 if ((r = sshkey_cert_copy(cert, private)) != 0) { in add_file()
1424 sshkey_cert_copy(const struct sshkey *from_key, struct sshkey *to_key) in sshkey_cert_copy() function1518 if (sshkey_is_cert(k) && (r = sshkey_cert_copy(k, n)) != 0) in sshkey_from_private()
2567 if ((r = sshkey_cert_copy(pubkey, privkey)) != 0) { in load_sign_key()