Home
last modified time | relevance | path

Searched refs:integrity (Results 1 – 25 of 179) sorted by relevance

12345678

/external/tpm2/
DContext_spt.c72 TPM2B_DIGEST *integrity // OUT: integrity in ComputeContextIntegrity() argument
81 integrity->t.size = CryptStartHMAC2B(CONTEXT_INTEGRITY_HASH_ALG, in ComputeContextIntegrity()
84 integritySize = sizeof(integrity->t.size) + integrity->t.size; in ComputeContextIntegrity()
104 CryptCompleteHMAC2B(&hmacState, &integrity->b); in ComputeContextIntegrity()
DContextLoad.c34 TPM2B_DIGEST integrity; in TPM2_ContextLoad() local
57 result = TPM2B_DIGEST_Unmarshal(&integrity, &buffer, &size); in TPM2_ContextLoad()
60 if(integrity.t.size != integritySize) in TPM2_ContextLoad()
63 integritySize += sizeof(integrity.t.size); in TPM2_ContextLoad()
70 if(!Memory2BEqual(&integrity.b, &integrityToCompare.b)) in TPM2_ContextLoad()
DObject_spt.c164 TPM2B_DIGEST *integrity // OUT: integrity in ComputeOuterIntegrity() argument
178 integrity->t.size = CryptStartHMAC2B(hashAlg, &hmacKey.b, &hmacState); in ComputeOuterIntegrity()
184 CryptCompleteHMAC2B(&hmacState, &integrity->b); in ComputeOuterIntegrity()
199 TPM2B_DIGEST *integrity // OUT: inner integrity in ComputeInnerIntegrity() argument
204 integrity->t.size = CryptStartHash(hashAlg, &hashState); in ComputeInnerIntegrity()
210 CryptCompleteHash2B(&hashState, &integrity->b); in ComputeInnerIntegrity()
234 TPM2B_DIGEST integrity; in ProduceInnerIntegrity() local
241 ComputeInnerIntegrity(hashAlg, name, dataSize, sensitiveData, &integrity); in ProduceInnerIntegrity()
245 TPM2B_DIGEST_Marshal(&integrity, &buffer, &bufferSize); in ProduceInnerIntegrity()
270 TPM2B_DIGEST integrity; in CheckInnerIntegrity() local
[all …]
DContextSave.c31 TPM2B_DIGEST integrity; in TPM2_ContextSave() local
60 integritySize = sizeof(integrity.t.size) in TPM2_ContextSave()
184 ComputeContextIntegrity(&out->context, &integrity); in TPM2_ContextSave()
189 TPM2B_DIGEST_Marshal(&integrity, &buffer, &bufferSize); in TPM2_ContextSave()
DContext_spt_fp.h10 TPM2B_DIGEST *integrity // OUT: integrity
/external/autotest/client/site_tests/hardware_StorageFio/
Dcontrol.quick_integrity7 PURPOSE = 'Short integrity test to verify the integrity test'
19 job.run_test(url='hardware_StorageFio', integrity='True', wait=60)
Dcontrol.integrity_full_disk12 Test full drive integrity for internal disk.
15 I/O. This test will do data integrity checks by first running a workload that
22 job.run_test(url='hardware_StorageFio', filesize=0, integrity='True',
Dcontrol.integrity5 NAME = 'hardware_StorageFio.integrity'
13 I/O. This test will do data integrity checks by first running a workload that
22 integrity='True', wait=60 * 60 * 72,
Dhardware_StorageFio.py110 integrity=False, wait=60 * 60 * 72): argument
129 elif integrity:
/external/autotest/client/site_tests/platform_DMVerityCorruption/
Dcontrol3 PURPOSE = "Ensure dm-verity fails on failed integrity checks or integrity data"
/external/autotest/server/site_tests/hardware_MemoryIntegrity/
Dcontrol7 PURPOSE = 'Check memory integrity after long suspend'
14 then after suspend for an hour, verify the integrity of that data.
Dcontrol.idle7 PURPOSE = 'Check memory integrity after long idle'
14 then after idle for an hour, verify the integrity of that data.
Dcontrol.quick7 PURPOSE = 'Check memory integrity after long suspend'
16 then after suspend for 30 seconds, verify the integrity of that data.
Dcontrol.memory_qual7 PURPOSE = 'Check memory integrity after long idle/suspend'
14 then after idle for an hour, verify the integrity of that data.
/external/autotest/client/site_tests/hardware_TrimIntegrity/
Dcontrol7 PURPOSE = 'Perform data integrity trim test on an unmounted partition.'
12 Performs data integrity trim test on an unmounted partition.
Dcontrol.full_disk7 PURPOSE = 'Perform data integrity trim test on internal disk.'
14 Performs data integrity trim test on an internal disk while booting from usb.
Dcontrol.quick7 PURPOSE = 'Perform data integrity trim test on an unmounted partition.'
14 Performs data integrity trim test on an unmounted partition.
/external/autotest/client/site_tests/platform_DMVerityBitCorruption/
Dcontrol7 PURPOSE = "Ensure dm-verity fails on failed integrity checks or integrity data"
/external/fio/examples/
Dnetio.fio10 #set the below option to enable end-to-end data integrity tests
/external/autotest/client/site_tests/hardware_Memtester/
Dcontrol.quick7 PURPOSE = 'Verify memory integrity using memtester.'
Dcontrol7 PURPOSE = 'Verify memory integrity using memtester.'
/external/autotest/server/site_tests/hardware_StorageStress/
Dcontrol7 PURPOSE = 'Check storage data integrity after multiple reboot/suspend'
Dcontrol.suspend7 PURPOSE = 'Check storage data integrity after multiple reboot/suspend'
/external/clang/docs/
DControlFlowIntegrity.rst16 Clang includes an implementation of a number of control flow integrity (CFI)
32 :ref:`cross-DSO control flow integrity <cfi-cross-dso>` exists that
72 flow integrity violation. You can use the :ref:`-fno-sanitize-trap=
78 …bad-cast.cpp:109:7: runtime error: control flow integrity check for type 'B' failed during base-to…
119 Bad casts are not in themselves control flow integrity violations, but they
258 flow integrity mode, which allows all CFI schemes listed above to
/external/autotest/server/site_tests/kernel_MemoryRamoop/
Dcontrol16 after system reboot/kernel crash and also verify integrity of that log.

12345678