Lines Matching refs:sshkey_impl

99 extern const struct sshkey_impl sshkey_ed25519_impl;
100 extern const struct sshkey_impl sshkey_ed25519_cert_impl;
101 extern const struct sshkey_impl sshkey_ed25519_sk_impl;
102 extern const struct sshkey_impl sshkey_ed25519_sk_cert_impl;
106 extern const struct sshkey_impl sshkey_ecdsa_sk_impl;
107 extern const struct sshkey_impl sshkey_ecdsa_sk_cert_impl;
108 extern const struct sshkey_impl sshkey_ecdsa_sk_webauthn_impl;
110 extern const struct sshkey_impl sshkey_ecdsa_nistp256_impl;
111 extern const struct sshkey_impl sshkey_ecdsa_nistp256_cert_impl;
112 extern const struct sshkey_impl sshkey_ecdsa_nistp384_impl;
113 extern const struct sshkey_impl sshkey_ecdsa_nistp384_cert_impl;
115 extern const struct sshkey_impl sshkey_ecdsa_nistp521_impl;
116 extern const struct sshkey_impl sshkey_ecdsa_nistp521_cert_impl;
119 extern const struct sshkey_impl sshkey_rsa_impl;
120 extern const struct sshkey_impl sshkey_rsa_cert_impl;
121 extern const struct sshkey_impl sshkey_rsa_sha256_impl;
122 extern const struct sshkey_impl sshkey_rsa_sha256_cert_impl;
123 extern const struct sshkey_impl sshkey_rsa_sha512_impl;
124 extern const struct sshkey_impl sshkey_rsa_sha512_cert_impl;
126 extern const struct sshkey_impl sshkey_dss_impl;
127 extern const struct sshkey_impl sshkey_dsa_cert_impl;
131 extern const struct sshkey_impl sshkey_xmss_impl;
132 extern const struct sshkey_impl sshkey_xmss_cert_impl;
135 const struct sshkey_impl * const keyimpls[] = {
176 static const struct sshkey_impl *
188 static const struct sshkey_impl *
201 static const struct sshkey_impl *
212 const struct sshkey_impl *impl; in sshkey_type()
222 const struct sshkey_impl *impl; in sshkey_ssh_name_from_type_nid()
232 const struct sshkey_impl *impl; in sshkey_type_is_cert()
256 const struct sshkey_impl *impl; in type_from_name()
338 const struct sshkey_impl *impl; in sshkey_alg_list()
366 const struct sshkey_impl *impl; in sshkey_names_valid2()
408 const struct sshkey_impl *impl; in sshkey_size()
420 const struct sshkey_impl *impl; in sshkey_type_is_valid_ca()
719 const struct sshkey_impl *impl = NULL; in sshkey_new()
792 const struct sshkey_impl *impl; in sshkey_free_contents()
845 const struct sshkey_impl *impl; in sshkey_equal_public()
886 const struct sshkey_impl *impl; in to_blob_buf()
1295 const struct sshkey_impl *impl; in peek_type_nid()
1512 const struct sshkey_impl *impl; in sshkey_generate()
1617 const struct sshkey_impl *impl; in sshkey_from_private()
2012 const struct sshkey_impl *impl; in sshkey_from_blob_internal()
2155 const struct sshkey_impl *impl; in sshkey_sigalg_by_name()
2203 const struct sshkey_impl *impl; in sshkey_sign()
2241 const struct sshkey_impl *impl; in sshkey_verify()
2285 const struct sshkey_impl *impl; in sshkey_certify_custom()
2556 const struct sshkey_impl *impl; in sshkey_private_serialize_opt()
2621 const struct sshkey_impl *impl; in sshkey_private_deserialize()