Home
last modified time | relevance | path

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

/freebsd-14.2/crypto/openssh/
H A Dsshkey.c175 static const struct sshkey_impl *
187 static const struct sshkey_impl *
200 static const struct sshkey_impl *
211 const struct sshkey_impl *impl; in sshkey_type()
221 const struct sshkey_impl *impl; in sshkey_ssh_name_from_type_nid()
231 const struct sshkey_impl *impl; in sshkey_type_is_cert()
255 const struct sshkey_impl *impl; in sshkey_type_from_name()
323 const struct sshkey_impl *impl; in sshkey_alg_list()
351 const struct sshkey_impl *impl; in sshkey_names_valid2()
393 const struct sshkey_impl *impl; in sshkey_size()
[all …]
H A Dssh-ecdsa.c394 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 = {
H A Dssh-rsa.c695 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 = {
H A Dssh-ecdsa-sk.c431 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 = {
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.h190 struct sshkey_impl { struct