Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dssh-ed25519-sk.c78 if ((r = sshkey_serialize_private_sk(key, b)) != 0) in ssh_ed25519_sk_serialize_private()
H A Dsshkey.h324 int sshkey_serialize_private_sk(const struct sshkey *key,
H A Dssh-ecdsa-sk.c109 if ((r = sshkey_serialize_private_sk(key, b)) != 0) in ssh_ecdsa_sk_serialize_private()
H A Dssh_namespace.h925 #define sshkey_serialize_private_sk Fssh_sshkey_serialize_private_sk macro
H A Dsshkey.c2522 sshkey_serialize_private_sk(const struct sshkey *key, struct sshbuf *b) in sshkey_serialize_private_sk() function