Lines Matching refs:sshkey
38 ssh_rsa_size(const struct sshkey *k) in ssh_rsa_size()
46 ssh_rsa_alloc(struct sshkey *k) in ssh_rsa_alloc()
54 ssh_rsa_cleanup(struct sshkey *k) in ssh_rsa_cleanup()
61 ssh_rsa_equal(const struct sshkey *a, const struct sshkey *b) in ssh_rsa_equal()
69 ssh_rsa_serialize_public(const struct sshkey *key, struct sshbuf *b, in ssh_rsa_serialize_public()
90 ssh_rsa_serialize_private(const struct sshkey *key, struct sshbuf *b, in ssh_rsa_serialize_private()
119 ssh_rsa_generate(struct sshkey *k, int bits) in ssh_rsa_generate()
155 ssh_rsa_copy_public(const struct sshkey *from, struct sshkey *to) in ssh_rsa_copy_public()
194 struct sshkey *key) in ssh_rsa_deserialize_public()
233 struct sshkey *key) in ssh_rsa_deserialize_private()
402 ssh_rsa_sign(struct sshkey *key, in ssh_rsa_sign()
494 ssh_rsa_verify(const struct sshkey *key, in ssh_rsa_verify()