Home
last modified time | relevance | path

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

/netbsd/crypto/external/bsd/openssh/dist/
H A Dssh-sk-helper.c192 if ((r = sshkey_private_serialize(key, kbuf)) != 0) in process_enroll()
254 if ((r = sshkey_private_serialize(srks[i]->key, kbuf)) != 0) in process_load_resident()
H A Dsshkey.h291 int sshkey_private_serialize(struct sshkey *key, struct sshbuf *buf);
H A Dssh-sk-client.c247 if ((r = sshkey_private_serialize(key, kbuf)) != 0) { in sshsk_sign()
H A Dsshd.c1468 if ((r = sshkey_private_serialize(key, buf)) != 0) in accumulate_host_timing_secret()
H A Dsshkey.c2448 sshkey_private_serialize(struct sshkey *key, struct sshbuf *b) in sshkey_private_serialize() function