Lines Matching refs:sshkey
104 ssh_ecdsa_size(const struct sshkey *key) in ssh_ecdsa_size()
121 ssh_ecdsa_cleanup(struct sshkey *k) in ssh_ecdsa_cleanup()
128 ssh_ecdsa_equal(const struct sshkey *a, const struct sshkey *b) in ssh_ecdsa_equal()
136 ssh_ecdsa_serialize_public(const struct sshkey *key, struct sshbuf *b, in ssh_ecdsa_serialize_public()
152 ssh_ecdsa_serialize_private(const struct sshkey *key, struct sshbuf *b, in ssh_ecdsa_serialize_private()
168 ssh_ecdsa_generate(struct sshkey *k, int bits) in ssh_ecdsa_generate()
197 ssh_ecdsa_copy_public(const struct sshkey *from, struct sshkey *to) in ssh_ecdsa_copy_public()
232 struct sshkey *key) in ssh_ecdsa_deserialize_public()
285 struct sshkey *key) in ssh_ecdsa_deserialize_private()
320 ssh_ecdsa_sign(struct sshkey *key, in ssh_ecdsa_sign()
386 ssh_ecdsa_verify(const struct sshkey *key, in ssh_ecdsa_verify()