Searched refs:sshkey_from_private (Results 1 – 12 of 12) sorted by relevance
| /freebsd-13.1/crypto/openssh/regress/unittests/sshkey/ |
| H A D | test_sshkey.c | 305 ASSERT_INT_EQ(sshkey_from_private(kr, &k1), 0); in sshkey_tests() 321 ASSERT_INT_EQ(sshkey_from_private(kd, &k1), 0); in sshkey_tests() 337 ASSERT_INT_EQ(sshkey_from_private(ke, &k1), 0); in sshkey_tests() 355 ASSERT_INT_EQ(sshkey_from_private(kf, &k1), 0); in sshkey_tests() 441 ASSERT_INT_EQ(sshkey_from_private(k2, &k1->cert->signature_key), 0); in sshkey_tests()
|
| /freebsd-13.1/crypto/openssh/regress/unittests/kex/ |
| H A D | test_kex.c | 93 ASSERT_INT_EQ(sshkey_from_private(private, &public), 0); in do_kex_with_key()
|
| /freebsd-13.1/crypto/openssh/ |
| H A D | auth2.c | 735 if ((r = sshkey_from_private(key, &dup)) != 0) in auth2_record_key() 744 if ((r = sshkey_from_private(key, &dup)) != 0) in auth2_record_key()
|
| H A D | sshkey.h | 184 int sshkey_from_private(const struct sshkey *, struct sshkey **);
|
| H A D | sshconnect.c | 1402 if ((r = sshkey_from_private(host_key, &raw_key)) != 0) in check_host_key() 1493 if ((r = sshkey_from_private(host_key, &plain)) != 0) in verify_host_key() 1527 r = sshkey_from_private(host_key, &previous_host_key); in verify_host_key()
|
| H A D | ssh_api.c | 193 if ((r = sshkey_from_private(key, &pubkey)) != 0) in ssh_add_hostkey()
|
| H A D | krl.c | 237 else if ((r = sshkey_from_private(ca_key, &rc->ca_key)) != 0) { in revoked_certs_for_ca_key() 372 if ((r = sshkey_from_private(key, &kcopy)) != 0) in plain_key_blob()
|
| H A D | ssh-keygen.c | 1113 if ((r = sshkey_from_private(private, &public)) != 0) in do_gen_all_hostkeys() 1582 if ((r = sshkey_from_private(private, &public)) != 0) in do_change_comment() 1840 if ((r = sshkey_from_private(ca, in do_ca_sign() 3712 if ((r = sshkey_from_private(private, &public)) != 0) in main()
|
| H A D | sshd.c | 428 if ((r = sshkey_from_private( in demote_sensitive_data() 1886 if ((r = sshkey_from_private(key, &pubkey)) != 0)
|
| H A D | ssh_namespace.h | 789 #define sshkey_from_private Fssh_sshkey_from_private macro
|
| H A D | sshkey.c | 1795 else if ((r = sshkey_from_private(from->signature_key, in sshkey_cert_copy() 1835 sshkey_from_private(const struct sshkey *k, struct sshkey **pkp) in sshkey_from_private() function 2065 if ((r = sshkey_from_private(k, &kswap)) != 0) in sshkey_shield_private()
|
| /freebsd-13.1/crypto/openssh/regress/misc/fuzz-harness/ |
| H A D | kex_fuzz.cc | 316 if ((r = sshkey_from_private(privkey, &pubkey)) != 0) {
|