Searched refs:AuthTokenMatches (Results 1 – 4 of 4) sorted by relevance
/system/keymaster/android_keymaster/ |
D | keymaster_enforcement.cpp | 195 if (AuthTokenMatches(auth_set, operation_params, param.long_integer, auth_type_index, in AuthorizeUpdateOrFinish() 288 if (AuthTokenMatches(auth_set, operation_params, param.long_integer, in AuthorizeBegin() 484 bool KeymasterEnforcement::AuthTokenMatches(const AuthProxy& auth_set, in AuthTokenMatches() function in keymaster::KeymasterEnforcement
|
/system/keymaster/include/keymaster/ |
D | keymaster_enforcement.h | 212 bool AuthTokenMatches(const AuthProxy& auth_set, const AuthorizationSet& operation_params,
|
/system/security/keystore/ |
D | keymaster_enforcement.h | 202 bool AuthTokenMatches(const AuthorizationSet& auth_set, const HardwareAuthToken& auth_token,
|
D | keymaster_enforcement.cpp | 136 AuthTokenMatches(auth_set, auth_token, user_secure_id.value(), auth_type_index, in AuthorizeUpdateOrFinish() 235 AuthTokenMatches(auth_set, auth_token.value(), secure_id.value(), in AuthorizeBegin() 431 bool KeymasterEnforcement::AuthTokenMatches(const AuthorizationSet& auth_set, in AuthTokenMatches() function in keystore::KeymasterEnforcement
|