Searched refs:sshkey_from_private (Results 1 – 12 of 12) sorted by relevance
| /freebsd-12.1/crypto/openssh/regress/unittests/kex/ |
| H A D | test_kex.c | 95 ASSERT_INT_EQ(sshkey_from_private(private, &public), 0); in do_kex_with_key()
|
| /freebsd-12.1/crypto/openssh/ |
| H A D | sshkey.h | 147 int sshkey_from_private(const struct sshkey *, struct sshkey **);
|
| H A D | auth2.c | 739 if ((r = sshkey_from_private(key, &dup)) != 0) in auth2_record_key() 748 if ((r = sshkey_from_private(key, &dup)) != 0) in auth2_record_key()
|
| H A D | sshconnect.c | 1260 if ((r = sshkey_from_private(host_key, &raw_key)) != 0) in check_host_key() 1352 if ((r = sshkey_from_private(host_key, &plain)) != 0) in verify_host_key() 1385 r = sshkey_from_private(host_key, &previous_host_key); in verify_host_key()
|
| H A D | ssh-keygen.c | 1072 if ((r = sshkey_from_private(private, &public)) != 0) in do_gen_all_hostkeys() 1539 if ((r = sshkey_from_private(private, &public)) != 0) in do_change_comment() 1770 if ((r = sshkey_from_private(ca, in do_ca_sign() 2768 if ((r = sshkey_from_private(private, &public)) != 0) in main()
|
| H A D | krl.c | 228 else if ((r = sshkey_from_private(ca_key, &rc->ca_key)) != 0) { in revoked_certs_for_ca_key() 367 if ((r = sshkey_from_private(key, &kcopy)) != 0) in plain_key_blob()
|
| H A D | ssh_api.c | 183 if ((r = sshkey_from_private(key, &pubkey)) != 0) in ssh_add_hostkey()
|
| H A D | sshd.c | 517 if ((r = sshkey_from_private( in demote_sensitive_data() 1801 if ((r = sshkey_from_private(key, &pubkey)) != 0)
|
| H A D | ssh_namespace.h | 733 #define sshkey_from_private Fssh_sshkey_from_private macro
|
| H A D | sshkey.c | 1706 else if ((ret = sshkey_from_private(from->signature_key, in sshkey_cert_copy() 1729 sshkey_from_private(const struct sshkey *k, struct sshkey **pkp) in sshkey_from_private() function
|
| /freebsd-12.1/crypto/openssh/regress/misc/kexfuzz/ |
| H A D | kexfuzz.c | 212 ASSERT_INT_EQ(sshkey_from_private(prvkey, &pubkey), 0); in do_kex_with_key()
|
| /freebsd-12.1/crypto/openssh/regress/unittests/sshkey/ |
| H A D | test_sshkey.c | 424 ASSERT_INT_EQ(sshkey_from_private(k2, &k1->cert->signature_key), 0); in sshkey_tests()
|