Home
last modified time | relevance | path

Searched refs:verified (Results 1 – 16 of 16) sorted by relevance

/system/security/keystore/
Dkeystore_client_impl.cpp463 bool verified = false; in createOrVerifyEncryptionKey() local
464 if (!verifyEncryptionKeyAttributes(key_name, &verified)) { in createOrVerifyEncryptionKey()
467 if (!verified) { in createOrVerifyEncryptionKey()
502 bool verified = false; in createOrVerifyAuthenticationKey() local
503 if (!verifyAuthenticationKeyAttributes(key_name, &verified)) { in createOrVerifyAuthenticationKey()
506 if (!verified) { in createOrVerifyAuthenticationKey()
538 bool* verified) { in verifyEncryptionKeyAttributes() argument
547 *verified = true; in verifyEncryptionKeyAttributes()
552 *verified = false; in verifyEncryptionKeyAttributes()
558 *verified = false; in verifyEncryptionKeyAttributes()
[all …]
/system/nfc/src/adaptation/
Dlibmain.cc202 size_t verified = 0; in verify_stack_non_volatile_store() local
205 ++verified; in verify_stack_non_volatile_store()
208 if (verified != verify_blocks.size()) delete_stack_non_volatile_store(true); in verify_stack_non_volatile_store()
/system/security/keystore/include/keystore/
Dkeystore_client_impl.h104 bool verifyEncryptionKeyAttributes(const std::string& key_name, bool* verified);
109 bool verifyAuthenticationKeyAttributes(const std::string& key_name, bool* verified);
/system/core/adb/daemon/
Dauth.cpp88 bool verified = in adbd_auth_verify() local
93 if (verified) return true; in adbd_auth_verify()
/system/apex/apexd/
Dapexd.cpp795 auto verified = verifyPackages(*scan, VerifyPackageInstall); in verifySessionDir() local
796 if (!verified.Ok()) { in verifySessionDir()
797 return StatusOr<ApexFile>::MakeError(verified.ErrorStatus()); in verifySessionDir()
799 return StatusOr<ApexFile>(std::move((*verified)[0])); in verifySessionDir()
1828 auto verified = verifySessionDir(id_to_scan); in submitStagedSession() local
1829 if (!verified.Ok()) { in submitStagedSession()
1830 return StatusOr<std::vector<ApexFile>>::MakeError(verified.ErrorStatus()); in submitStagedSession()
1832 ret.push_back(std::move(*verified)); in submitStagedSession()
/system/core/libziparchive/
Dzip_archive_test.cc435 bool verified, ZipEntry* entry, std::vector<uint8_t>* read_data) { in ZipArchiveStreamTest() argument
460 ASSERT_EQ(verified, stream->Verify()); in ZipArchiveStreamTest()
/system/core/libbacktrace/
Dbacktrace_test.cpp397 bool verified = false; in VerifyProcTest() local
412 verified = true; in VerifyProcTest()
420 } while (!verified && (NanoTime() - start) <= 5 * NS_PER_SEC); in VerifyProcTest()
421 ASSERT_TRUE(verified) << "Last backtrace:\n" << last_dump; in VerifyProcTest()
/system/bt/stack/btm/
Dbtm_ble.cc2094 bool verified = false; in BTM_BleVerifySignature() local
2112 verified = true; in BTM_BleVerifySignature()
2115 return verified; in BTM_BleVerifySignature()
/system/sepolicy/public/
Dte_macros222 # verified by CTS since these attributes are already expanded by that time.
520 # SELinux rules which are verified during build, but not as part of *TS testing.
Ddomain.te577 # verified boot metadata. It may be reset at will and should not
/system/sepolicy/prebuilts/api/29.0/public/
Dte_macros222 # verified by CTS since these attributes are already expanded by that time.
520 # SELinux rules which are verified during build, but not as part of *TS testing.
Ddomain.te577 # verified boot metadata. It may be reset at will and should not
/system/sepolicy/prebuilts/api/26.0/public/
Ddomain.te474 # verified boot metadata. It may be reset at will and should not
/system/sepolicy/prebuilts/api/27.0/public/
Ddomain.te478 # verified boot metadata. It may be reset at will and should not
/system/sepolicy/prebuilts/api/28.0/public/
Ddomain.te583 # verified boot metadata. It may be reset at will and should not
/system/core/init/
DREADME.md603 set the partition._mount-point_.verified properties used by adb remount