Home
last modified time | relevance | path

Searched refs:sshkey_impl (Results 1 – 7 of 7) sorted by relevance

/freebsd/crypto/openssh/
H A Dsshkey.c89 extern const struct sshkey_impl sshkey_ed25519_impl;
90 extern const struct sshkey_impl sshkey_ed25519_cert_impl;
91 extern const struct sshkey_impl sshkey_ed25519_sk_impl;
92 extern const struct sshkey_impl sshkey_ed25519_sk_cert_impl;
96 extern const struct sshkey_impl sshkey_ecdsa_sk_impl;
97 extern const struct sshkey_impl sshkey_ecdsa_sk_cert_impl;
98 extern const struct sshkey_impl sshkey_ecdsa_sk_webauthn_impl;
99 extern const struct sshkey_impl sshkey_ecdsa_sk_webauthn_cert_impl;
101 extern const struct sshkey_impl sshkey_ecdsa_nistp256_impl;
102 extern const struct sshkey_impl sshkey_ecdsa_nistp256_cert_impl;
[all …]
H A Dssh-ecdsa.c511 const struct sshkey_impl sshkey_ecdsa_nistp256_impl = {
523 const struct sshkey_impl sshkey_ecdsa_nistp256_cert_impl = {
535 const struct sshkey_impl sshkey_ecdsa_nistp384_impl = {
547 const struct sshkey_impl sshkey_ecdsa_nistp384_cert_impl = {
560 const struct sshkey_impl sshkey_ecdsa_nistp521_impl = {
572 const struct sshkey_impl sshkey_ecdsa_nistp521_cert_impl = {
H A Dssh-rsa.c594 const struct sshkey_impl sshkey_rsa_impl = {
606 const struct sshkey_impl sshkey_rsa_cert_impl = {
620 const struct sshkey_impl sshkey_rsa_sha256_impl = {
632 const struct sshkey_impl sshkey_rsa_sha512_impl = {
644 const struct sshkey_impl sshkey_rsa_sha256_cert_impl = {
656 const struct sshkey_impl sshkey_rsa_sha512_cert_impl = {
H A Dssh-ecdsa-sk.c458 const struct sshkey_impl sshkey_ecdsa_sk_impl = {
470 const struct sshkey_impl sshkey_ecdsa_sk_cert_impl = {
482 const struct sshkey_impl sshkey_ecdsa_sk_webauthn_impl = {
494 const struct sshkey_impl sshkey_ecdsa_sk_webauthn_cert_impl = {
H A Dssh-ed25519-sk.c264 const struct sshkey_impl sshkey_ed25519_sk_impl = {
276 const struct sshkey_impl sshkey_ed25519_sk_cert_impl = {
H A Dssh-ed25519.c313 const struct sshkey_impl sshkey_ed25519_impl = {
325 const struct sshkey_impl sshkey_ed25519_cert_impl = {
H A Dsshkey.h173 struct sshkey_impl { struct