Lines Matching refs:sshkey_impl

96 extern const struct sshkey_impl sshkey_ed25519_impl;
97 extern const struct sshkey_impl sshkey_ed25519_cert_impl;
98 extern const struct sshkey_impl sshkey_ed25519_sk_impl;
99 extern const struct sshkey_impl sshkey_ed25519_sk_cert_impl;
103 extern const struct sshkey_impl sshkey_ecdsa_sk_impl;
104 extern const struct sshkey_impl sshkey_ecdsa_sk_cert_impl;
105 extern const struct sshkey_impl sshkey_ecdsa_sk_webauthn_impl;
107 extern const struct sshkey_impl sshkey_ecdsa_nistp256_impl;
108 extern const struct sshkey_impl sshkey_ecdsa_nistp256_cert_impl;
109 extern const struct sshkey_impl sshkey_ecdsa_nistp384_impl;
110 extern const struct sshkey_impl sshkey_ecdsa_nistp384_cert_impl;
112 extern const struct sshkey_impl sshkey_ecdsa_nistp521_impl;
113 extern const struct sshkey_impl sshkey_ecdsa_nistp521_cert_impl;
116 extern const struct sshkey_impl sshkey_rsa_impl;
117 extern const struct sshkey_impl sshkey_rsa_cert_impl;
118 extern const struct sshkey_impl sshkey_rsa_sha256_impl;
119 extern const struct sshkey_impl sshkey_rsa_sha256_cert_impl;
120 extern const struct sshkey_impl sshkey_rsa_sha512_impl;
121 extern const struct sshkey_impl sshkey_rsa_sha512_cert_impl;
123 extern const struct sshkey_impl sshkey_dss_impl;
124 extern const struct sshkey_impl sshkey_dsa_cert_impl;
128 extern const struct sshkey_impl sshkey_xmss_impl;
129 extern const struct sshkey_impl sshkey_xmss_cert_impl;
132 const struct sshkey_impl * const keyimpls[] = {
173 static const struct sshkey_impl *
185 static const struct sshkey_impl *
198 static const struct sshkey_impl *
209 const struct sshkey_impl *impl; in sshkey_type()
219 const struct sshkey_impl *impl; in sshkey_ssh_name_from_type_nid()
229 const struct sshkey_impl *impl; in sshkey_type_is_cert()
253 const struct sshkey_impl *impl; in type_from_name()
335 const struct sshkey_impl *impl; in sshkey_alg_list()
363 const struct sshkey_impl *impl; in sshkey_names_valid2()
405 const struct sshkey_impl *impl; in sshkey_size()
417 const struct sshkey_impl *impl; in sshkey_type_is_valid_ca()
716 const struct sshkey_impl *impl = NULL; in sshkey_new()
789 const struct sshkey_impl *impl; in sshkey_free_contents()
842 const struct sshkey_impl *impl; in sshkey_equal_public()
883 const struct sshkey_impl *impl; in to_blob_buf()
1292 const struct sshkey_impl *impl; in peek_type_nid()
1509 const struct sshkey_impl *impl; in sshkey_generate()
1614 const struct sshkey_impl *impl; in sshkey_from_private()
2009 const struct sshkey_impl *impl; in sshkey_from_blob_internal()
2152 const struct sshkey_impl *impl; in sshkey_sigalg_by_name()
2200 const struct sshkey_impl *impl; in sshkey_sign()
2238 const struct sshkey_impl *impl; in sshkey_verify()
2282 const struct sshkey_impl *impl; in sshkey_certify_custom()
2553 const struct sshkey_impl *impl; in sshkey_private_serialize_opt()
2618 const struct sshkey_impl *impl; in sshkey_private_deserialize()