Searched refs:serialize_public (Results 1 – 4 of 4) sorted by relevance
| /dragonfly/crypto/openssh/ |
| HD | ssh-ed25519-sk.c | 64 if ((r = sshkey_ed25519_funcs.serialize_public(key, b, opts)) != 0) in ssh_ed25519_sk_serialize_public() 78 if ((r = sshkey_ed25519_funcs.serialize_public(key, b, opts)) != 0) in ssh_ed25519_sk_serialize_private()
|
| HD | ssh-ecdsa-sk.c | 90 if ((r = sshkey_ecdsa_funcs.serialize_public(key, b, opts)) != 0) in ssh_ecdsa_sk_serialize_public() 105 if ((r = sshkey_ecdsa_funcs.serialize_public(key, in ssh_ecdsa_sk_serialize_private()
|
| HD | sshkey.h | 172 int (*serialize_public)(const struct sshkey *, struct sshbuf *, member
|
| HD | sshkey.c | 770 return impl->funcs->serialize_public(key, b, opts); in to_blob_buf() 2226 if ((ret = impl->funcs->serialize_public(k, cert, in sshkey_certify_custom()
|