Home
last modified time | relevance | path

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

/external/tpm2/
DObject_spt_fp.h32 TPMT_SENSITIVE *sensitive // OUT: sensitive structure
56 TPMT_SENSITIVE *sensitive // OUT: sensitive structure
90 TPMT_SENSITIVE *sensitive, // IN: sensitive structure
108 TPMT_SENSITIVE *sensitive, // IN: sensitive structure
DCryptUtil_fp.h42 TPMT_SENSITIVE *sensitive, // IN: sensitive area
62 TPMT_SENSITIVE *sensitive // OUT: sensitive area
148 TPMT_SENSITIVE *sensitive, // OUT: sensitive area
DObject_spt.c858 TPMT_SENSITIVE *sensitive, // IN: sensitive structure in SensitiveToPrivate()
899 bufferSize = sizeof(TPMT_SENSITIVE); in SensitiveToPrivate()
944 TPMT_SENSITIVE *sensitive // OUT: sensitive structure in PrivateToSensitive()
1022 TPMT_SENSITIVE *sensitive, // IN: sensitive structure in SensitiveToDuplicate()
1077 bufferSize = sizeof(TPMT_SENSITIVE); in SensitiveToDuplicate()
1163 TPMT_SENSITIVE *sensitive // OUT: sensitive structure in DuplicateToSensitive()
DObjectChangeAuth.c26 TPMT_SENSITIVE sensitive; in TPM2_ObjectChangeAuth()
Dmarshal_fp.h39 MARSHAL_WRAPPER(TPMT_SENSITIVE)
DLoad.c39 TPMT_SENSITIVE sensitive; in TPM2_Load()
DCreatePrimary.c43 TPMT_SENSITIVE sensitive; in TPM2_CreatePrimary()
DLoadExternal.c38 TPMT_SENSITIVE *sensitive; in TPM2_LoadExternal()
DCreate.c57 TPMT_SENSITIVE sensitive; in TPM2_Create()
DDuplicate.c33 TPMT_SENSITIVE sensitive; in TPM2_Duplicate()
DObject_fp.h86 TPMT_SENSITIVE *sensitive, // IN: sensitive area (may be null)
DImport.c77 TPMT_SENSITIVE sensitive; in TPM2_Import()
DCryptUtil.c697 TPMT_SENSITIVE *sensitive, // OUT: sensitive area in CryptGenerateKeyedHash()
852 TPMT_SENSITIVE *sensitive, // OUT: the sensitive area will be in CryptGenerateKeyRSA()
901 TPMT_SENSITIVE *sensitive = &rsaKey->sensitive; in CryptLoadPrivateRSA()
1407 TPMT_SENSITIVE *sensitive, // IN/OUT: the sensitive area in CryptGenerateKeyECC()
1862 TPMT_SENSITIVE *sensitive, // OUT: sensitive area in CryptGenerateNewSymmetric()
1936 TPMT_SENSITIVE *sensitive, // OUT: sensitive area in CryptGenerateKeySymmetric()
2784 TPMT_SENSITIVE *sensitive, // IN: sensitive area in CryptComputeSymmetricUnique()
2812 TPMT_SENSITIVE *sensitive, // IN: sensitive area
2881 TPMT_SENSITIVE *sensitive // OUT: sensitive area in CryptCreateObject()
3054 TPMT_SENSITIVE *sensitive; in CryptObjectPublicPrivateMatch()
Dtpm_types.h1506 } TPMT_SENSITIVE; typedef
1512 TPMT_SENSITIVE sensitiveArea;
1521 TPMT_SENSITIVE sensitive;
DGlobal.h180 TPMT_SENSITIVE sensitive; // sensitive area of an object
DObject.c296 TPMT_SENSITIVE *sensitive, // IN: sensitive area (may be null) in ObjectLoad()
Dtpm_generated.h1265 UINT16 TPMT_SENSITIVE_Marshal(TPMT_SENSITIVE* source,
1269 TPM_RC TPMT_SENSITIVE_Unmarshal(TPMT_SENSITIVE* target,
Dpart3.txt1058 …TPM_RC_TYPE The type parameter of a TPMT_PUBLIC or TPMT_SENSITIVE has a value th…
2659 object’s TPMT_SENSITIVE.sensitive.sym. The size of the key will be determined by
2663 and copy the inSensitive.data to TPMT_SENSITIVE.sensitive.sym of the new object.
2664 3) A TPM-generated obfuscation value is placed in TPMT_SENSITIVE.sensitive.seedValue. The
2668 (1) below, by hashing the key and obfuscation values in the TPMT_SENSITIVE with the nameAlg
2682 3) If the key is a Storage Key, a TPM-generated TPMT_SENSITIVE.seedValue value is created;
2683 otherwise, TPMT_SENSITIVE.seedValue.size is set to zero.
2705 inSensitive.sensitive.data to TPMT_SENSITIVE.sensitive,bits of the new object.
2708 TPMT_SENSITIVE.sensitive.bits by MAX_SYM_DATA.
2711 digest produced by the nameAlg in inPublic is placed in TPMT_SENSITIVE.sensitive.bits.
[all …]
Dpart4.txt1752 84 TPMT_SENSITIVE sensitive; // sensitive area of an object
7714 748 TPMT_SENSITIVE *sensitive, // IN: sensitive structure
7793 c) unmarshal TPMT_SENSITIVE structure into the buffer of TPMT_SENSITIVE
7820 827 TPMT_SENSITIVE *sensitive // OUT: sensitive structure
7906 a) marshal TPMT_SENSITIVE structure into the buffer of TPM2B_PRIVATE
7912 905 TPMT_SENSITIVE *sensitive, // IN: sensitive structure
8053 c) unmarshal TPMT_SENSITIVE structure into the buffer of TPMT_SENSITIVE
8077 1044 TPMT_SENSITIVE *sensitive // OUT: sensitive structure
11643 187 TPMT_SENSITIVE *sensitive, // IN: sensitive area (may be null)
20107 455 TPMT_SENSITIVE *sensitive, // OUT: sensitive area
[all …]
Dtpm_generated.c3495 UINT16 TPMT_SENSITIVE_Marshal(TPMT_SENSITIVE* source, in TPMT_SENSITIVE_Marshal()
3507 TPM_RC TPMT_SENSITIVE_Unmarshal(TPMT_SENSITIVE* target, in TPMT_SENSITIVE_Unmarshal()
/external/tpm2/generator/
Dstructures.txt1464 _STRUCTURE TPMT_SENSITIVE
1476 _TYPE TPMT_SENSITIVE
1483 _TYPE TPMT_SENSITIVE
Draw_commands.txt1679 The type parameter of a TPMT_PUBLIC or TPMT_SENSITIVE has a value that is
4207 TPMT_SENSITIVE.sensitive.sym. The size of the key will be determined by
4211 inSensitive.data to TPMT_SENSITIVE.sensitive.sym of the new object.
4212 3) A TPM-generated obfuscation value is placed in TPMT_SENSITIVE.sensitive.seedValue. The
4216 equation (1) below, by hashing the key and obfuscation values in the TPMT_SENSITIVE with the
4241 3) If the key is a Storage Key, a TPM-generated TPMT_SENSITIVE.symKey value is created;
4242 otherwise, TPMT_SENSITIVE.symKey.size is set to zero.
4260 TPMT_SENSITIVE.sensitive of the new object.
4264 TPMT_SENSITIVE.sensitive.bits.data by MAX_SYM_DATA.
4277 produced by the nameAlg in inPublic is placed in TPMT_SENSITIVE.sensitive.any.buffer.
[all …]
Draw_commands_fixed.txt1679 The type parameter of a TPMT_PUBLIC or TPMT_SENSITIVE has a value that is
4209 TPMT_SENSITIVE.sensitive.sym. The size of the key will be determined by
4213 inSensitive.data to TPMT_SENSITIVE.sensitive.sym of the new object.
4214 3) A TPM-generated obfuscation value is placed in TPMT_SENSITIVE.sensitive.seedValue. The
4218 equation (1) below, by hashing the key and obfuscation values in the TPMT_SENSITIVE with the
4243 3) If the key is a Storage Key, a TPM-generated TPMT_SENSITIVE.symKey value is created;
4244 otherwise, TPMT_SENSITIVE.symKey.size is set to zero.
4262 TPMT_SENSITIVE.sensitive of the new object.
4266 TPMT_SENSITIVE.sensitive.bits.data by MAX_SYM_DATA.
4279 produced by the nameAlg in inPublic is placed in TPMT_SENSITIVE.sensitive.any.buffer.
[all …]
Draw_structures.txt685 TPMT_SENSITIVE ....................................................................................…
1050 Table 188 — Definition of TPMT_SENSITIVE Structure ................................................…
14364 An object description requires a TPM2B_PUBLIC structure and may require a TPMT_SENSITIVE
14365 structure. When the structure is stored off the TPM, the TPMT_SENSITIVE structure is encrypted with…
14372 the TPM2_Load() command, modification of the TPMT_SENSITIVE data, and output of a new
14465 TPMT_SENSITIVE.seedValue.buffer
14473 TPMT_SENSITIVE.sensitive.any.buffer
15042 TPMT_SENSITIVE
15043 Table 188 — Definition of TPMT_SENSITIVE Structure
15109 TPMT_SENSITIVE
[all …]
Draw_structures_fixed.txt685 TPMT_SENSITIVE ....................................................................................…
1050 Table 188 — Definition of TPMT_SENSITIVE Structure ................................................…
14363 An object description requires a TPM2B_PUBLIC structure and may require a TPMT_SENSITIVE
14364 structure. When the structure is stored off the TPM, the TPMT_SENSITIVE structure is encrypted with…
14371 the TPM2_Load() command, modification of the TPMT_SENSITIVE data, and output of a new
14464 TPMT_SENSITIVE.seedValue.buffer
14472 TPMT_SENSITIVE.sensitive.any.buffer
15020 TPMT_SENSITIVE
15021 Table 188 — Definition of TPMT_SENSITIVE Structure
15087 TPMT_SENSITIVE
[all …]