Home
last modified time | relevance | path

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

/external/tpm2/
DImport.c101 if(in->encryptionKey.t.size != (innerKeySize + 7) / 8) in TPM2_Import()
108 if(in->encryptionKey.t.size != 0) in TPM2_Import()
146 &in->encryptionKey, &sensitive); in TPM2_Import()
DImport_fp.h14 TPM2B_DATA encryptionKey; member
DMarshal_Import.c45 result = TPM2B_DATA_Unmarshal(&target->encryptionKey, buffer, size); in Import_In_Unmarshal()
Dpart3.txt4477 If encryptedDuplication is SET in objectPublic, then inSymSeed and encryptionKey shall not be Empty
4497 b) If encryptionKey is not an Empty Buffer:
4498 1) Use encryptionKey to decrypt the inner blob.
4554 TPM2B_DATA encryptionKey
4574 present and encryptionKey shall be the Empty Buffer.
4642 objectPublic; or symmetricAlg and encryptionKey have different
4698 39 if(in->encryptionKey.t.size != (innerKeySize + 7) / 8)
4705 46 if(in->encryptionKey.t.size != 0)
4748 83 &in->encryptionKey, &sensitive);
/external/tpm2/generator/
Dcommands.txt497 _NAME encryptionKey
510 …er If this algorithm is TPM_ALG_NULL, no inner wrapper is present and encryptionKey shall be the E…
Draw_commands_fixed.txt7662 If present, the inner layer of symmetric encryption is removed. If encryptionKey and symmetricAlg a…
7761 encryptionKey
7804 present and encryptionKey shall be the Empty Buffer.
7924 objectPublic; or symmetricAlg and encryptionKey have different
8075 if(in->encryptionKey.t.size != (innerKeySize + 7) / 8)
8082 if(in->encryptionKey.t.size != 0)
8169 &in->encryptionKey, &sensitive);
Draw_commands.txt7652 If present, the inner layer of symmetric encryption is removed. If encryptionKey and symmetricAlg a…
7749 encryptionKey
7791 present and encryptionKey shall be the Empty Buffer.
7913 objectPublic; or symmetricAlg and encryptionKey have different
8064 if(in->encryptionKey.t.size != (innerKeySize + 7) / 8)
8071 if(in->encryptionKey.t.size != 0)
8158 &in->encryptionKey, &sensitive);