Home
last modified time | relevance | path

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

/system/core/gatekeeperd/
DIGateKeeperService.h32 VERIFY = IBinder::FIRST_CALL_TRANSACTION + 1, enumerator
DIGateKeeperService.cpp75 case VERIFY: { in onTransact()
/system/security/keystore/
Dkeystore_utils.cpp67 params->push_back(TAG_PURPOSE, KeyPurpose::VERIFY); in add_legacy_key_authorizations()
Dkeymaster_enforcement.cpp85 case KeyPurpose::VERIFY: in authorized_purpose()
102 return purpose == KeyPurpose::DECRYPT || purpose == KeyPurpose::VERIFY; in is_usage_purpose()
122 case KeyPurpose::VERIFY: in AuthorizeOperation()
Dkeystore_cli_v2.cpp380 result = keystore->beginOperation(KeyPurpose::VERIFY, name, sign_params, &output_params, in SignAndVerify()
Dkeystore_client_impl.cpp129 if (!oneShotOperation(KeyPurpose::VERIFY, authentication_key_name, authenticate_params, in decryptWithAuthentication()
DIKeystoreService.cpp413 status_t status = remote()->transact(BnKeystoreService::VERIFY, data, &reply); in verify()
1091 case VERIFY: { in onTransact()
Dkey_store_service.cpp488 return doLegacySignVerify(name, data, nullptr, signature, KeyPurpose::VERIFY); in verify()
1454 keyCharacteristics.push_back(TAG_PURPOSE, KeyPurpose::VERIFY); in attestDeviceIds()
/system/gatekeeper/include/gatekeeper/
Dgatekeeper_messages.h30 const uint32_t VERIFY = 1; variable
/system/security/keystore/include/keystore/
Dauthorization_set.h317 return Authorization(TAG_PURPOSE, KeyPurpose::VERIFY); in SigningKey()
DIKeystoreService.h93 VERIFY = IBinder::FIRST_CALL_TRANSACTION + 14, enumerator