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

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

Completed in 101 milliseconds