Home
last modified time | relevance | path

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

/system/tpm/trunks/generator/
Draw_commands.txt4713 After inPrivate.buffer is decrypted using the symmetric key of the parent, the integrity value shal…
4717 Checking the integrity before the data is used prevents attacks o n the sensitive area by fuzzing t…
4981 // when the object was imported. If they pass the integrity
5726 If the integrity checks succeed, credentialBlob is decrypted and returned as certInfo.
5859 credentialBlob fails integrity test
7191 and used to integrity check and decrypt inDuplicate. A new protection seed value is generated accor…
7192 to the methods appropriate for newParent and the blob is re-encrypted and a new integrity value is
7334 the integrity check of inDuplicate failed
7531 // Copy unwrapped data to temporary variable, remove the integrity field
7562 // Copy temporary variable to output, reserve the space for integrity
[all …]
Draw_commands_fixed.txt4715 After inPrivate.buffer is decrypted using the symmetric key of the parent, the integrity value shal…
4719 Checking the integrity before the data is used prevents attacks o n the sensitive area by fuzzing t…
4983 // when the object was imported. If they pass the integrity
5728 If the integrity checks succeed, credentialBlob is decrypted and returned as certInfo.
5861 credentialBlob fails integrity test
7197 and used to integrity check and decrypt inDuplicate. A new protection seed value is generated accor…
7198 to the methods appropriate for newParent and the blob is re-encrypted and a new integrity value is
7344 the integrity check of inDuplicate failed
7541 // Copy unwrapped data to temporary variable, remove the integrity field
7572 // Copy temporary variable to output, reserve the space for integrity
[all …]
Draw_structures_fixed.txt5155 integrity check failed
6509 the algorithm used for the integrity HMAC on saved
7968 TPM. Additionally, the setting of these structures is reflected in the integrity value of the priva…
10859 an HMAC using the hash used for context integrity
10979 an HMAC using the context integrity hash algorithm
11056 an HMAC using the context integrity hash
11133 an HMAC using the context integrity hash
11222 an HMAC using the context integrity hash
15123 The integrity computation is used to ensure that a protected object is modified when stored in memo…
15125 The method of protecting the integrity of the sensitive area is described in “Protected Storage” su…
[all …]
Draw_structures.txt5161 integrity check failed
6504 PT_FIXED + 26 the algorithm used for the integrity HMAC on saved
7940 TPM. Additionally, the setting of these structures is reflected in the integrity value of the priva…
10831 an HMAC using the hash used for context integrity
10951 an HMAC using the context integrity hash algorithm
11028 an HMAC using the context integrity hash
11105 an HMAC using the context integrity hash
11194 an HMAC using the context integrity hash
15131 The integrity computation is used to ensure that a protected object is modified when stored in memo…
15133 The method of protecting the integrity of the sensitive area is described in “Protected Storage” su…
[all …]
/system/sepolicy/tools/fc_sort/
DNOTICE218 integrity of the free software distribution system, which is
/system/tpm/trunks/
Dtpm_generated.h1624 TPM2B_DIGEST integrity; member
Dtpm_generated.cc7824 result = Serialize_TPM2B_DIGEST(value.integrity, buffer); in Serialize_TPMS_CONTEXT_DATA()
7842 result = Parse_TPM2B_DIGEST(buffer, &value->integrity, value_bytes); in Parse_TPMS_CONTEXT_DATA()