Lines Matching refs:LOG_E
348 LOG_E("Auth required but no matching auth token found", 0); in AuthorizeBegin()
363 LOG_E("Rate-limited keys table full. Entries will time out.", 0); in AuthorizeBegin()
375 LOG_E("Usage count-limited keys table full, until reboot.", 0); in AuthorizeBegin()
442 LOG_E("Authentication required, but auth token not provided", 0); in AuthTokenMatches()
447 LOG_E("Bug: Auth token is the wrong size (%d expected, %d found)", sizeof(hw_auth_token_t), in AuthTokenMatches()
455 LOG_E("Bug: Auth token is the version %d (or is not an auth token). Expected %d", in AuthTokenMatches()
461 LOG_E("Auth token signature invalid", 0); in AuthTokenMatches()
466 LOG_E("Auth token has the challenge %llu, need %llu", auth_token.challenge, op_handle); in AuthTokenMatches()
477 LOG_E("Auth required but no auth type found", 0); in AuthTokenMatches()
488 LOG_E("Key requires match of auth type mask 0%uo, but token contained 0%uo", in AuthTokenMatches()
499 LOG_E("Auth token has timed out", 0); in AuthTokenMatches()