Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dsshkey.c99 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;
[all …]
H A Dssh-ecdsa.c490 const struct sshkey_impl sshkey_ecdsa_nistp256_impl = {
502 const struct sshkey_impl sshkey_ecdsa_nistp256_cert_impl = {
514 const struct sshkey_impl sshkey_ecdsa_nistp384_impl = {
526 const struct sshkey_impl sshkey_ecdsa_nistp384_cert_impl = {
539 const struct sshkey_impl sshkey_ecdsa_nistp521_impl = {
551 const struct sshkey_impl sshkey_ecdsa_nistp521_cert_impl = {
H A Dssh-rsa.c572 const struct sshkey_impl sshkey_rsa_impl = {
584 const struct sshkey_impl sshkey_rsa_cert_impl = {
598 const struct sshkey_impl sshkey_rsa_sha256_impl = {
610 const struct sshkey_impl sshkey_rsa_sha512_impl = {
622 const struct sshkey_impl sshkey_rsa_sha256_cert_impl = {
634 const struct sshkey_impl sshkey_rsa_sha512_cert_impl = {
H A Dssh-ecdsa-sk.c456 const struct sshkey_impl sshkey_ecdsa_sk_impl = {
468 const struct sshkey_impl sshkey_ecdsa_sk_cert_impl = {
480 const struct sshkey_impl sshkey_ecdsa_sk_webauthn_impl = {
H A Dssh-ed25519-sk.c266 const struct sshkey_impl sshkey_ed25519_sk_impl = {
278 const struct sshkey_impl sshkey_ed25519_sk_cert_impl = {
H A Dssh-ed25519.c291 const struct sshkey_impl sshkey_ed25519_impl = {
303 const struct sshkey_impl sshkey_ed25519_cert_impl = {
H A Dssh-xmss.c366 const struct sshkey_impl sshkey_xmss_impl = {
378 const struct sshkey_impl sshkey_xmss_cert_impl = {
H A Dssh-dss.c433 const struct sshkey_impl sshkey_dss_impl = {
445 const struct sshkey_impl sshkey_dsa_cert_impl = {
H A Dsshkey.h191 struct sshkey_impl { struct