Home
last modified time | relevance | path

Searched refs:from_key (Results 1 – 2 of 2) sorted by relevance

/external/openssh/
Dkey.c66 key_cert_copy(const Key *from_key, Key *to_key) in key_cert_copy() argument
70 if ((r = sshkey_cert_copy(from_key, to_key)) != 0) in key_cert_copy()
Dsshkey.c1700 sshkey_cert_copy(const struct sshkey *from_key, struct sshkey *to_key) in sshkey_cert_copy() argument
1712 if ((from = from_key->cert) == NULL) in sshkey_cert_copy()