Searched refs:encryptionKey (Results 1 – 7 of 7) sorted by relevance
/external/tpm2/ |
D | Import.c | 101 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()
|
D | Import_fp.h | 14 TPM2B_DATA encryptionKey; member
|
D | Marshal_Import.c | 45 result = TPM2B_DATA_Unmarshal(&target->encryptionKey, buffer, size); in Import_In_Unmarshal()
|
D | part3.txt | 4477 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/ |
D | commands.txt | 497 _NAME encryptionKey 510 …er If this algorithm is TPM_ALG_NULL, no inner wrapper is present and encryptionKey shall be the E…
|
D | raw_commands_fixed.txt | 7662 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);
|
D | raw_commands.txt | 7652 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);
|