Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dssh-ed25519-sk.c66 if ((r = sshkey_serialize_sk(key, b)) != 0) in ssh_ed25519_sk_serialize_public()
H A Dsshkey.h341 int sshkey_serialize_sk(const struct sshkey *key, struct sshbuf *b);
H A Dssh-ecdsa-sk.c92 if ((r = sshkey_serialize_sk(key, b)) != 0) in ssh_ecdsa_sk_serialize_public()
H A Dssh_namespace.h922 #define sshkey_serialize_sk Fssh_sshkey_serialize_sk macro
H A Dsshkey.c870 sshkey_serialize_sk(const struct sshkey *key, struct sshbuf *b) in sshkey_serialize_sk() function