Searched refs:deserialize_public (Results 1 – 4 of 4) sorted by relevance
| /dragonfly/crypto/openssh/ |
| HD | ssh-ed25519-sk.c | 104 if ((r = sshkey_ed25519_funcs.deserialize_public(ktype, b, key)) != 0) in ssh_ed25519_sk_deserialize_public() 117 if ((r = sshkey_ed25519_funcs.deserialize_public(ktype, b, key)) != 0) in ssh_ed25519_sk_deserialize_private()
|
| HD | ssh-ecdsa-sk.c | 133 if ((r = sshkey_ecdsa_funcs.deserialize_public(ktype, b, key)) != 0) in ssh_ecdsa_sk_deserialize_public() 147 if ((r = sshkey_ecdsa_funcs.deserialize_public(ktype, in ssh_ecdsa_sk_deserialize_private()
|
| HD | sshkey.h | 174 int (*deserialize_public)(const char *, struct sshbuf *, member
|
| HD | sshkey.c | 1940 if ((ret = impl->funcs->deserialize_public(ktype, b, key)) != 0) in sshkey_from_blob_internal()
|