Home
last modified time | relevance | path

Searched refs:KEY_ED25519 (Results 1 – 17 of 17) sorted by relevance

/freebsd/crypto/openssh/regress/unittests/hostkeys/
H A Dtest_iterate.c244 KEY_ED25519,
328 KEY_ED25519,
412 KEY_ED25519,
496 KEY_ED25519,
627 KEY_ED25519,
641 KEY_ED25519,
655 KEY_ED25519,
753 KEY_ED25519,
/freebsd/crypto/openssh/
H A Dssh-ed25519.c163 sshkey_type_plain(key->type) != KEY_ED25519 || in ssh_ed25519_sign()
219 sshkey_type_plain(key->type) != KEY_ED25519 || in ssh_ed25519_verify()
295 /* .type = */ KEY_ED25519,
H A Ddns.c97 case KEY_ED25519: in dns_read_key()
H A Dsshkey.h65 KEY_ED25519, enumerator
H A Dauthfile.c336 case KEY_ED25519: in sshkey_load_private_cert()
H A Dsshkey.c464 return KEY_ED25519; in sshkey_type_plain()
487 case KEY_ED25519: in sshkey_type_certified()
3427 case KEY_ED25519: in sshkey_private_to_fileblob()
3639 (type == KEY_UNSPEC || type == KEY_ED25519)) { in sshkey_parse_private_pem_fileblob()
3648 prv->type = KEY_ED25519; in sshkey_parse_private_pem_fileblob()
H A Dauthfd.c611 case KEY_ED25519: in ssh_add_identity_constrained()
H A Dssh-keyscan.c769 case KEY_ED25519: in main()
H A Dsshd-session.c486 case KEY_ED25519: in list_hostkey_types()
H A Dsshconnect.c1632 KEY_ED25519, in show_other_keys()
H A Dsshd.c1608 case KEY_ED25519: in main()
H A Dssh-keygen.c285 case KEY_ED25519: in ask_filename()
1595 if (private->type != KEY_ED25519 && private->type != KEY_XMSS && in do_change_comment()
/freebsd/crypto/openssh/regress/unittests/sshkey/
H A Dtest_sshkey.c231 k1 = sshkey_new(KEY_ED25519); in sshkey_tests()
305 ASSERT_INT_EQ(sshkey_generate(KEY_ED25519, 256, &kf), 0); in sshkey_tests()
307 ASSERT_INT_EQ(kf->type, KEY_ED25519); in sshkey_tests()
371 ASSERT_INT_EQ(k1->type, KEY_ED25519); in sshkey_tests()
404 ASSERT_INT_EQ(sshkey_generate(KEY_ED25519, 256, &k1), 0); in sshkey_tests()
H A Dtest_file.c369 ASSERT_INT_EQ(k1->type, KEY_ED25519); in sshkey_file_tests()
/freebsd/crypto/openssh/regress/misc/fuzz-harness/
H A Dkex_fuzz.cc148 prepare_key(st, KEY_ED25519, 256) != 0) { in prepare_keys()
270 case KEY_ED25519: in prepare_key()
323 const int keytypes[] = { KEY_RSA, KEY_ECDSA, KEY_ED25519, -1 }; in main()
398 do_kex_with_key(st, ts, kex, KEY_ED25519); in do_kex()
H A Dsig_fuzz.cc34 static struct sshkey *ed25519 = generate_or_die(KEY_ED25519, 0); in LLVMFuzzerTestOneInput()
/freebsd/crypto/openssh/regress/unittests/kex/
H A Dtest_kex.c194 do_kex_with_key(kex, KEY_ED25519, 256); in do_kex()