Lines Matching refs:LOG_E
398 LOG_E("Auth required but no matching auth token found", 0); in AuthorizeBegin()
413 LOG_E("Rate-limited keys table full. Entries will time out.", 0); in AuthorizeBegin()
425 LOG_E("Usage count-limited keys table full, until reboot.", 0); in AuthorizeBegin()
454 LOG_E("Authentication required, but auth token not provided", 0); in GetAndValidateAuthToken()
459 LOG_E("Bug: Auth token is the wrong size (%d expected, %d found)", sizeof(hw_auth_token_t), in GetAndValidateAuthToken()
466 LOG_E("Bug: Auth token is the version %d (or is not an auth token). Expected %d", in GetAndValidateAuthToken()
472 LOG_E("Auth token signature invalid", 0); in GetAndValidateAuthToken()
495 LOG_E("Auth token has the challenge %llu, need %llu", auth_token->challenge, op_handle); in AuthTokenMatches()
506 LOG_E("Auth required but no auth type found", 0); in AuthTokenMatches()
515 LOG_E("Key requires match of auth type mask 0%uo, but token contained 0%uo", in AuthTokenMatches()
525 LOG_E("Auth token has timed out", 0); in AuthTokenMatches()