Home | History | Annotate | Download | only in keymaster

Lines Matching full:auth

155             // If no auth is required or if auth is timeout-based, we have nothing to check.
357 LOG_E("Auth required but no matching auth token found", 0);
451 LOG_E("Authentication required, but auth
456 LOG_E("Bug: Auth token is the wrong size (%d expected, %d found)", sizeof(hw_auth_token_t),
464 LOG_E("Bug: Auth token is the version %d (or is not an auth token). Expected %d",
470 LOG_E("Auth token signature invalid", 0);
475 LOG_E("Auth token has the challenge %llu, need %llu", auth_token.challenge, op_handle);
480 LOG_I("Auth token SIDs %llu and %llu do not match key SID %llu", auth_token.user_id,
486 LOG_E("Auth required but no auth type found", 0);
497 LOG_E("Key requires match of auth type mask 0%uo, but token contained 0%uo",
508 LOG_E("Auth token has timed out", 0);