Home
last modified time | relevance | path

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

/external/tpm2/
DObject_spt.c865 TPM2B_PRIVATE *outPrivate // OUT: output private structure in SensitiveToPrivate() argument
888 sensitiveData = outPrivate->t.buffer; in SensitiveToPrivate()
908 sensitiveData = outPrivate->t.buffer + ivSize; in SensitiveToPrivate()
910 outPrivate->t.size = ProduceOuterWrap(parentHandle, name, hashAlg, NULL, in SensitiveToPrivate()
911 TRUE, dataSize, outPrivate->t.buffer); in SensitiveToPrivate()
1040 TPM2B_PRIVATE *outPrivate // OUT: output private structure in SensitiveToDuplicate() argument
1056 sensitiveData = outPrivate->t.buffer; in SensitiveToDuplicate()
1091 innerBuffer = outPrivate->t.buffer; in SensitiveToDuplicate()
1125 dataSize, outPrivate->t.buffer); in SensitiveToDuplicate()
1128 outPrivate->t.size = dataSize; in SensitiveToDuplicate()
DObject_spt_fp.h105 TPM2B_PRIVATE *outPrivate // OUT: output private structure
114 TPM2B_PRIVATE *outPrivate // OUT: output private structure
DObjectChangeAuth_fp.h18 typedef struct { TPM2B_PRIVATE outPrivate; } ObjectChangeAuth_Out; member
DImport_fp.h21 typedef struct { TPM2B_PRIVATE outPrivate; } Import_Out; member
DCreate_fp.h21 TPM2B_PRIVATE outPrivate; member
DObjectChangeAuth.c68 &out->outPrivate); in TPM2_ObjectChangeAuth()
DCreate.c116 &out->outPrivate); in TPM2_Create()
DMarshal_ObjectChangeAuth.c27 total_size += TPM2B_PRIVATE_Marshal(&source->outPrivate, buffer, size); in ObjectChangeAuth_Out_Marshal()
DMarshal_Import.c27 total_size += TPM2B_PRIVATE_Marshal(&source->outPrivate, buffer, size); in Import_Out_Marshal()
DImport.c183 &out->outPrivate); in TPM2_Import()
DMarshal_Create.c27 total_size += TPM2B_PRIVATE_Marshal(&source->outPrivate, buffer, size); in Create_Out_Marshal()
Dpart3.txt2636 data (creationData), its public area (outPublic), and its encrypted sensitive area (outPrivate). Pr…
2722 In addition to outPublic and outPrivate, the TPM will build a TPMS_CREATION_DATA structure for the
2778 TPM2B_PRIVATE outPrivate the private portion of the object
2911 71 &out->outPrivate);
3884 NOTE 1 The returned outPrivate will need to be loaded before the new authorization will app…
3934 TPM2B_PRIVATE outPrivate private area containing the new authorization v…
4013 53 &out->outPrivate);
4585 TPM2B_PRIVATE outPrivate
4785 120 &out->outPrivate);
Dpart4.txt7721 755 TPM2B_PRIVATE *outPrivate // OUT: output private structure
7751 780 sensitiveData = outPrivate->t.buffer;
7777 806 sensitiveData = outPrivate->t.buffer + ivSize;
7780 809 outPrivate->t.size = ProduceOuterWrap(parentHandle, name, hashAlg, NULL,
7781 810 TRUE, dataSize, outPrivate->t.buffer);
7930 923 TPM2B_PRIVATE *outPrivate // OUT: output private structure
7953 941 sensitiveData = outPrivate->t.buffer;
7992 980 innerBuffer = outPrivate->t.buffer;
8037 1020 dataSize, outPrivate->t.buffer);
8041 1024 outPrivate->t.size = dataSize;
/external/tpm2/generator/
Dcommands.txt197 _NAME outPrivate
410 _NAME outPrivate
520 _NAME outPrivate
Draw_commands.txt4184 data (creationData), its public area (outPublic), and its encrypted sensitive area (outPrivate). Pr…
4289 In addition to outPublic and outPrivate, the TPM will build a TPMS_CREATION_DATA structure for the
4397 outPrivate
4675 &out->outPrivate);
6465 The returned outPrivate will need to be loaded before the new authorization will apply.
6566 outPrivate
6722 &out->outPrivate);
7818 outPrivate
8190 &out->outPrivate);
Draw_commands_fixed.txt4186 data (creationData), its public area (outPublic), and its encrypted sensitive area (outPrivate). Pr…
4291 In addition to outPublic and outPrivate, the TPM will build a TPMS_CREATION_DATA structure for the
4399 outPrivate
4677 &out->outPrivate);
6469 The returned outPrivate will need to be loaded before the new authorization will apply.
6570 outPrivate
6726 &out->outPrivate);
7829 outPrivate
8201 &out->outPrivate);