Searched refs:signature_key (Results 1 – 16 of 16) sorted by relevance
| /openbsd/src/usr.sbin/pkg_add/OpenBSD/ |
| D | Signature.pm | 29 $hash->{$self->signature_key} = $self; 44 sub signature_key($self) subroutine 70 sub signature_key($self) subroutine 96 sub signature_key($) subroutine
|
| /openbsd/src/usr.bin/ssh/ |
| D | auth2-pubkey.c | 178 ca_s = format_key(key->cert->signature_key); in userauth_pubkey() 425 if ((ca_fp = sshkey_fingerprint(cert->signature_key, in match_principals_command() 435 if ((r = sshkey_to_base64(cert->signature_key, &catext)) != 0) { in match_principals_command() 455 "T", sshkey_ssh_name(cert->signature_key), in match_principals_command() 526 if ((ca_fp = sshkey_fingerprint(key->cert->signature_key, in user_cert_trusted_ca() 530 if ((r = sshkey_in_file(key->cert->signature_key, in user_cert_trusted_ca() 533 sshkey_type(key->cert->signature_key), ca_fp, in user_cert_trusted_ca() 596 sshkey_type(key->cert->signature_key), ca_fp, in user_cert_trusted_ca() 796 auth_key_is_revoked(key->cert->signature_key)) in user_key_allowed()
|
| D | auth2-hostbased.c | 234 if ((fp = sshkey_fingerprint(key->cert->signature_key, in hostbased_key_allowed() 239 sshkey_type(key->cert->signature_key), fp, in hostbased_key_allowed()
|
| D | PROTOCOL.krl | 208 string signature_key 212 to this subsection's "signature_key", including both and using the 213 signature generation rules appropriate for the type of "signature_key".
|
| D | auth.c | 215 cafp = sshkey_fingerprint(key->cert->signature_key, in format_method_key() 221 sshkey_type(key->cert->signature_key), in format_method_key()
|
| D | krl.c | 458 key->cert->signature_key, in ssh_krl_revoke_key() 462 key->cert->signature_key, in ssh_krl_revoke_key() 1231 if ((r = revoked_certs_for_ca_key(krl, key->cert->signature_key, in is_key_revoked() 1260 if ((r = is_key_revoked(krl, key->cert->signature_key)) != 0) in ssh_krl_check_key()
|
| D | sshkey.c | 658 sshkey_free(cert->signature_key); in cert_free() 678 cert->signature_key = NULL; in cert_new() 1519 if (from->signature_key == NULL) in sshkey_cert_copy() 1520 to->signature_key = NULL; in sshkey_cert_copy() 1521 else if ((r = sshkey_from_private(from->signature_key, in sshkey_cert_copy() 1522 &to->signature_key)) != 0) in sshkey_cert_copy() 1926 if (sshkey_from_blob_internal(ca, &key->cert->signature_key, 0) != 0) { in cert_parse() 1930 if (!sshkey_type_is_valid_ca(key->cert->signature_key->type)) { in cert_parse() 1934 if ((ret = sshkey_verify(key->cert->signature_key, sig, slen, in cert_parse()
|
| D | sshkey.h | 116 struct sshkey *signature_key; member
|
| D | hostfile.c | 325 sshkey_equal_public(k->cert->signature_key, in check_key_not_revoked() 376 if (sshkey_equal_public(k->cert->signature_key, in check_hostkeys_by_key_or_type()
|
| D | authfile.c | 417 sshkey_compare(key->cert->signature_key, pub))) { in sshkey_in_file()
|
| D | auth2-pubkeyfile.c | 308 if (!sshkey_equal(found, key->cert->signature_key) || in auth_check_authkey_line()
|
| D | sshconnect.c | 1449 if ((cafp = sshkey_fingerprint(host_key->cert->signature_key, in verify_host_key() 1462 sshkey_ssh_name(host_key->cert->signature_key), cafp, in verify_host_key()
|
| D | ssh-agent.c | 388 if (key->cert == NULL || key->cert->signature_key == NULL) in match_key_hop() 390 if (!sshkey_equal(key->cert->signature_key, dch->keys[i])) in match_key_hop()
|
| D | sshsig.c | 917 sshkey_equal_public(sign_key->cert->signature_key, found_key)) { in check_allowed_keys_line()
|
| D | ssh-keygen.c | 1877 &public->cert->signature_key)) != 0) in do_ca_sign() 2138 ca_fp = sshkey_fingerprint(key->cert->signature_key, in print_cert() 2148 sshkey_type(key->cert->signature_key), ca_fp, in print_cert()
|
| /openbsd/src/regress/usr.bin/ssh/unittests/sshkey/ |
| D | test_sshkey.c | 411 ASSERT_INT_EQ(sshkey_from_private(k2, &k1->cert->signature_key), 0); in sshkey_tests()
|