Home
last modified time | relevance | path

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

/src/crypto/openssh/
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.h306 int sshkey_private_serialize(struct sshkey *key, struct sshbuf *buf);
H A Dssh-sk-client.c250 if ((r = sshkey_private_serialize(key, kbuf)) != 0) { in sshsk_sign()
H A Dsshd.c694 (r = sshkey_private_serialize(sensitive_data.host_keys[i], in pack_hostkeys()
1325 if ((r = sshkey_private_serialize(key, buf)) != 0) in accumulate_host_timing_secret()
H A Dssh_namespace.h902 #define sshkey_private_serialize Fssh_sshkey_private_serialize macro
H A Dsshkey.c2591 sshkey_private_serialize(struct sshkey *key, struct sshbuf *b) in sshkey_private_serialize() function