Home
last modified time | relevance | path

Searched refs:VERIFY (Results 1 – 10 of 10) sorted by relevance

/system/core/gatekeeperd/
DIGateKeeperService.h32 VERIFY = IBinder::FIRST_CALL_TRANSACTION + 1, enumerator
DIGateKeeperService.cpp75 case VERIFY: { in onTransact()
/system/security/keystore/
Dkeymaster_enforcement.cpp45 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()
Doperation_proto_handler.cpp36 case KeyPurpose::VERIFY: in determinePurpose()
Dkeystore_utils.cpp70 params->push_back(TAG_PURPOSE, KeyPurpose::VERIFY); in add_legacy_key_authorizations()
Dkeystore_cli_v2.cpp438 keystore->beginOperation(KeyPurpose::VERIFY, name, sign_params, &output_params, &handle); in SignAndVerify()
Dkeystore_client_impl.cpp134 if (!oneShotOperation(KeyPurpose::VERIFY, authentication_key_name, authenticate_params, in decryptWithAuthentication()
Dkey_store_service.cpp1110 keyCharacteristics.push_back(TAG_PURPOSE, KeyPurpose::VERIFY); in attestDeviceIds()
/system/gatekeeper/include/gatekeeper/
Dgatekeeper_messages.h30 const uint32_t VERIFY = 1; variable
/system/keymaster/ng/include/
Dauthorization_set.h316 return Authorization(TAG_PURPOSE, KeyPurpose::VERIFY); in SigningKey()