Lines Matching refs:sshkey
51 ssh_dss_size(const struct sshkey *key) in ssh_dss_size()
62 ssh_dss_alloc(struct sshkey *k) in ssh_dss_alloc()
70 ssh_dss_cleanup(struct sshkey *k) in ssh_dss_cleanup()
77 ssh_dss_equal(const struct sshkey *a, const struct sshkey *b) in ssh_dss_equal()
105 ssh_dss_serialize_public(const struct sshkey *key, struct sshbuf *b, in ssh_dss_serialize_public()
128 ssh_dss_serialize_private(const struct sshkey *key, struct sshbuf *b, in ssh_dss_serialize_private()
146 ssh_dss_generate(struct sshkey *k, int bits) in ssh_dss_generate()
164 ssh_dss_copy_public(const struct sshkey *from, struct sshkey *to) in ssh_dss_copy_public()
202 struct sshkey *key) in ssh_dss_deserialize_public()
239 struct sshkey *key) in ssh_dss_deserialize_private()
259 ssh_dss_sign(struct sshkey *key, in ssh_dss_sign()
329 ssh_dss_verify(const struct sshkey *key, in ssh_dss_verify()