Home
last modified time | relevance | path

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

/dragonfly/crypto/openssh/
HDssh-ed25519-sk.c66 if ((r = sshkey_serialize_sk(key, b)) != 0) in ssh_ed25519_sk_serialize_public()
HDsshkey.h327 int sshkey_serialize_sk(const struct sshkey *key, struct sshbuf *b);
HDssh-ecdsa-sk.c92 if ((r = sshkey_serialize_sk(key, b)) != 0) in ssh_ecdsa_sk_serialize_public()
HDsshkey.c731 sshkey_serialize_sk(const struct sshkey *key, struct sshbuf *b) in sshkey_serialize_sk() function