HomeSort by: relevance | last modified time | path
    Searched refs:hks (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/dev/acpi/
fujbp_acpi.c 332 uint32_t hks; local
336 if (fujitsu_bp_get_hks(sc, &hks))
339 if (hks & FUJITSU_BP_HKS_BRIGHTNESS) {
348 if (hks & FUJITSU_BP_HKS_POINTER) {
fujbp_acpi.c 332 uint32_t hks; local
336 if (fujitsu_bp_get_hks(sc, &hks))
339 if (hks & FUJITSU_BP_HKS_BRIGHTNESS) {
348 if (hks & FUJITSU_BP_HKS_POINTER) {
fujbp_acpi.c 332 uint32_t hks; local
336 if (fujitsu_bp_get_hks(sc, &hks))
339 if (hks & FUJITSU_BP_HKS_BRIGHTNESS) {
348 if (hks & FUJITSU_BP_HKS_POINTER) {
fujbp_acpi.c 332 uint32_t hks; local
336 if (fujitsu_bp_get_hks(sc, &hks))
339 if (hks & FUJITSU_BP_HKS_BRIGHTNESS) {
348 if (hks & FUJITSU_BP_HKS_POINTER) {
  /src/crypto/external/bsd/openssh/dist/
ssh-agent.c 473 struct hostkey_sid *hks; local
495 hks = e->session_ids + i;
496 if (hks->key == NULL)
504 if ((fp2 = sshkey_fingerprint(hks->key, SSH_FP_HASH_DEFAULT,
509 e->fd, i, hks->forwarded ? "FORWARD" : "AUTH",
512 sshkey_type(hks->key), fp2);
534 if (hks->forwarded && user != NULL) {
538 } else if (!hks->forwarded) {
542 if (permitted_by_dest_constraints(fromkey, hks->key, id,
545 fromkey = hks->key
    [all...]
ssh-agent.c 473 struct hostkey_sid *hks; local
495 hks = e->session_ids + i;
496 if (hks->key == NULL)
504 if ((fp2 = sshkey_fingerprint(hks->key, SSH_FP_HASH_DEFAULT,
509 e->fd, i, hks->forwarded ? "FORWARD" : "AUTH",
512 sshkey_type(hks->key), fp2);
534 if (hks->forwarded && user != NULL) {
538 } else if (!hks->forwarded) {
542 if (permitted_by_dest_constraints(fromkey, hks->key, id,
545 fromkey = hks->key
    [all...]
ssh-agent.c 473 struct hostkey_sid *hks; local
495 hks = e->session_ids + i;
496 if (hks->key == NULL)
504 if ((fp2 = sshkey_fingerprint(hks->key, SSH_FP_HASH_DEFAULT,
509 e->fd, i, hks->forwarded ? "FORWARD" : "AUTH",
512 sshkey_type(hks->key), fp2);
534 if (hks->forwarded && user != NULL) {
538 } else if (!hks->forwarded) {
542 if (permitted_by_dest_constraints(fromkey, hks->key, id,
545 fromkey = hks->key
    [all...]
ssh-agent.c 473 struct hostkey_sid *hks; local
495 hks = e->session_ids + i;
496 if (hks->key == NULL)
504 if ((fp2 = sshkey_fingerprint(hks->key, SSH_FP_HASH_DEFAULT,
509 e->fd, i, hks->forwarded ? "FORWARD" : "AUTH",
512 sshkey_type(hks->key), fp2);
534 if (hks->forwarded && user != NULL) {
538 } else if (!hks->forwarded) {
542 if (permitted_by_dest_constraints(fromkey, hks->key, id,
545 fromkey = hks->key
    [all...]

Completed in 56 milliseconds