Home
last modified time | relevance | path

Searched refs:sshkey_private_serialize (Results 1 – 5 of 5) sorted by relevance

/external/openssh/
Dssh-sk-helper.c188 if ((r = sshkey_private_serialize(key, kbuf)) != 0) in process_enroll()
247 if ((r = sshkey_private_serialize(keys[i], kbuf)) != 0) in process_load_resident()
Dsshkey.h249 int sshkey_private_serialize(struct sshkey *key, struct sshbuf *buf);
Dssh-sk-client.c252 if ((r = sshkey_private_serialize(key, kbuf)) != 0) { in sshsk_sign()
Dsshd.c1464 if ((r = sshkey_private_serialize(key, buf)) != 0)
Dsshkey.c3369 sshkey_private_serialize(struct sshkey *key, struct sshbuf *b) in sshkey_private_serialize() function