Searched refs:serialize_public (Results 1 – 4 of 4) sorted by relevance
/netbsd/crypto/external/bsd/openssh/dist/ |
H A D | ssh-ed25519-sk.c | 65 if ((r = sshkey_ed25519_funcs.serialize_public(key, b, opts)) != 0) in ssh_ed25519_sk_serialize_public() 79 if ((r = sshkey_ed25519_funcs.serialize_public(key, b, opts)) != 0) in ssh_ed25519_sk_serialize_private()
|
H A D | ssh-ecdsa-sk.c | 75 if ((r = sshkey_ecdsa_funcs.serialize_public(key, b, opts)) != 0) in ssh_ecdsa_sk_serialize_public() 90 if ((r = sshkey_ecdsa_funcs.serialize_public(key, in ssh_ecdsa_sk_serialize_private()
|
H A D | sshkey.h | 168 int (*serialize_public)(const struct sshkey *, struct sshbuf *, member
|
H A D | sshkey.c | 736 return impl->funcs->serialize_public(key, b, opts); in to_blob_buf() 2188 if ((ret = impl->funcs->serialize_public(k, cert, in sshkey_certify_custom()
|