Searched refs:sshkey_impl (Results 1 – 9 of 9) sorted by relevance
98 extern const struct sshkey_impl sshkey_ed25519_impl;99 extern const struct sshkey_impl sshkey_ed25519_cert_impl;100 extern const struct sshkey_impl sshkey_ed25519_sk_impl;101 extern const struct sshkey_impl sshkey_ed25519_sk_cert_impl;105 extern const struct sshkey_impl sshkey_ecdsa_sk_impl;106 extern const struct sshkey_impl sshkey_ecdsa_sk_cert_impl;107 extern const struct sshkey_impl sshkey_ecdsa_sk_webauthn_impl;109 extern const struct sshkey_impl sshkey_ecdsa_nistp256_impl;110 extern const struct sshkey_impl sshkey_ecdsa_nistp256_cert_impl;111 extern const struct sshkey_impl sshkey_ecdsa_nistp384_impl;[all …]
394 const struct sshkey_impl sshkey_ecdsa_nistp256_impl = {406 const struct sshkey_impl sshkey_ecdsa_nistp256_cert_impl = {418 const struct sshkey_impl sshkey_ecdsa_nistp384_impl = {430 const struct sshkey_impl sshkey_ecdsa_nistp384_cert_impl = {443 const struct sshkey_impl sshkey_ecdsa_nistp521_impl = {455 const struct sshkey_impl sshkey_ecdsa_nistp521_cert_impl = {
695 const struct sshkey_impl sshkey_rsa_impl = {707 const struct sshkey_impl sshkey_rsa_cert_impl = {721 const struct sshkey_impl sshkey_rsa_sha256_impl = {733 const struct sshkey_impl sshkey_rsa_sha512_impl = {745 const struct sshkey_impl sshkey_rsa_sha256_cert_impl = {757 const struct sshkey_impl sshkey_rsa_sha512_cert_impl = {
431 const struct sshkey_impl sshkey_ecdsa_sk_impl = {443 const struct sshkey_impl sshkey_ecdsa_sk_cert_impl = {455 const struct sshkey_impl sshkey_ecdsa_sk_webauthn_impl = {
266 const struct sshkey_impl sshkey_ed25519_sk_impl = {278 const struct sshkey_impl sshkey_ed25519_sk_cert_impl = {
291 const struct sshkey_impl sshkey_ed25519_impl = {303 const struct sshkey_impl sshkey_ed25519_cert_impl = {
366 const struct sshkey_impl sshkey_xmss_impl = {378 const struct sshkey_impl sshkey_xmss_cert_impl = {
433 const struct sshkey_impl sshkey_dss_impl = {445 const struct sshkey_impl sshkey_dsa_cert_impl = {
190 struct sshkey_impl { struct