Searched refs:VERIFY (Results 1 – 11 of 11) 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 | keystore_utils.cpp | 67 params->push_back(TAG_PURPOSE, KeyPurpose::VERIFY); in add_legacy_key_authorizations()
|
D | keymaster_enforcement.cpp | 85 case KeyPurpose::VERIFY: in authorized_purpose() 102 return purpose == KeyPurpose::DECRYPT || purpose == KeyPurpose::VERIFY; in is_usage_purpose() 122 case KeyPurpose::VERIFY: in AuthorizeOperation()
|
D | keystore_cli_v2.cpp | 380 result = keystore->beginOperation(KeyPurpose::VERIFY, name, sign_params, &output_params, in SignAndVerify()
|
D | keystore_client_impl.cpp | 129 if (!oneShotOperation(KeyPurpose::VERIFY, authentication_key_name, authenticate_params, in decryptWithAuthentication()
|
D | IKeystoreService.cpp | 413 status_t status = remote()->transact(BnKeystoreService::VERIFY, data, &reply); in verify() 1091 case VERIFY: { in onTransact()
|
D | key_store_service.cpp | 488 return doLegacySignVerify(name, data, nullptr, signature, KeyPurpose::VERIFY); in verify() 1454 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/security/keystore/include/keystore/ |
D | authorization_set.h | 317 return Authorization(TAG_PURPOSE, KeyPurpose::VERIFY); in SigningKey()
|
D | IKeystoreService.h | 93 VERIFY = IBinder::FIRST_CALL_TRANSACTION + 14, enumerator
|