Searched refs:auth (Results 1 – 8 of 8) sorted by relevance
3 auth include system-auth4 account include system-auth5 password include system-auth6 session include system-auth
6 auth sufficient pam_unix.so7 -auth sufficient pam_systemd_home.so8 auth required pam_deny.so
216 b->auth = b->anonymous_auth ? BUS_AUTH_ANONYMOUS : BUS_AUTH_EXTERNAL; in bus_socket_auth_verify_client()418 b->auth = BUS_AUTH_ANONYMOUS; in bus_socket_auth_verify_server()435 b->auth = BUS_AUTH_EXTERNAL; in bus_socket_auth_verify_server()447 b->auth = _BUS_AUTH_INVALID; in bus_socket_auth_verify_server()452 if (b->auth == _BUS_AUTH_INVALID) in bus_socket_auth_verify_server()470 if (b->auth == _BUS_AUTH_INVALID) in bus_socket_auth_verify_server()473 if (b->auth == BUS_AUTH_ANONYMOUS) in bus_socket_auth_verify_server()481 b->auth = _BUS_AUTH_INVALID; in bus_socket_auth_verify_server()487 if (b->auth == _BUS_AUTH_INVALID || !b->accept_fd) in bus_socket_auth_verify_server()
258 enum bus_auth auth; member
1143 TPM2B_AUTH auth = { in tpm2_unseal() local1147 hash_pin(pin, strlen(pin), auth.buffer); in tpm2_unseal()1149 rc = sym_Esys_TR_SetAuth(c.esys_context, hmac_key, &auth); in tpm2_unseal()1150 explicit_bzero_safe(&auth, sizeof(auth)); in tpm2_unseal()
35 __syslog_facilities=(kern user mail daemon auth syslog lpr news uucp cron authpriv ftp local0 local…
62 …_journalctl_facilities=(kern user mail daemon auth syslog lpr news uucp cron authpriv ftp local0 l…
162 * TPM2: add auth policy for signed PCR values to make updates easy. i.e. do1565 …to log into record signed by unrecognized key, automatically add key to our chain after polkit auth