Searched refs:VERIFY (Results 1 – 10 of 10) sorted by relevance
/system/core/gatekeeperd/ |
D | IGateKeeperService.h | 32 VERIFY = IBinder::FIRST_CALL_TRANSACTION + 1, enumerator
|
D | IGateKeeperService.cpp | 75 case VERIFY: { in onTransact()
|
/system/security/keystore/ |
D | keymaster_enforcement.cpp | 45 case KeyPurpose::VERIFY: in authorized_purpose() 62 return purpose == KeyPurpose::DECRYPT || purpose == KeyPurpose::VERIFY; in is_usage_purpose() 80 case KeyPurpose::VERIFY: in AuthorizeOperation() 327 case KeyPurpose::VERIFY: in AuthorizeBegin()
|
D | operation_proto_handler.cpp | 36 case KeyPurpose::VERIFY: in determinePurpose()
|
D | keystore_utils.cpp | 70 params->push_back(TAG_PURPOSE, KeyPurpose::VERIFY); in add_legacy_key_authorizations()
|
D | keystore_cli_v2.cpp | 438 keystore->beginOperation(KeyPurpose::VERIFY, name, sign_params, &output_params, &handle); in SignAndVerify()
|
D | keystore_client_impl.cpp | 134 if (!oneShotOperation(KeyPurpose::VERIFY, authentication_key_name, authenticate_params, in decryptWithAuthentication()
|
D | key_store_service.cpp | 1110 keyCharacteristics.push_back(TAG_PURPOSE, KeyPurpose::VERIFY); in attestDeviceIds()
|
/system/gatekeeper/include/gatekeeper/ |
D | gatekeeper_messages.h | 30 const uint32_t VERIFY = 1; variable
|
/system/keymaster/ng/include/ |
D | authorization_set.h | 316 return Authorization(TAG_PURPOSE, KeyPurpose::VERIFY); in SigningKey()
|