Searched refs:CONTEXT_ENCRYPT_KEY_BITS (Results 1 – 12 of 12) sorted by relevance
/external/tpm2/ |
D | ContextLoad.c | 78 CONTEXT_ENCRYPT_ALG, CONTEXT_ENCRYPT_KEY_BITS, in TPM2_ContextLoad()
|
D | Context_spt.c | 48 symKeyBits = CONTEXT_ENCRYPT_KEY_BITS; in ComputeContextProtectionKey()
|
D | ContextSave.c | 176 CONTEXT_ENCRYPT_ALG, CONTEXT_ENCRYPT_KEY_BITS, in TPM2_ContextSave()
|
D | PropertyCap.c | 173 *value = CONTEXT_ENCRYPT_KEY_BITS; in TPMPropertyIsDefined()
|
D | Implementation.h | 268 #define CONTEXT_ENCRYPT_KEY_BITS MAX_SYM_KEY_BITS macro 269 #define CONTEXT_ENCRYPT_KEY_BYTES ((CONTEXT_ENCRYPT_KEY_BITS+7)/8)
|
D | Object_spt.c | 80 keyBits = CONTEXT_ENCRYPT_KEY_BITS; in GetIV2BSize() 123 *keyBits = CONTEXT_ENCRYPT_KEY_BITS; in ComputeProtectionKeyParms()
|
D | part4.txt | 6305 37 symKeyBits = CONTEXT_ENCRYPT_KEY_BITS; 6791 51 keyBits = CONTEXT_ENCRYPT_KEY_BITS; 6836 87 *keyBits = CONTEXT_ENCRYPT_KEY_BITS; 18534 152 *value = CONTEXT_ENCRYPT_KEY_BITS; 24458 226 #define CONTEXT_ENCRYPT_KEY_BITS MAX_SYM_KEY_BITS 24459 227 #define CONTEXT_ENCRYPT_KEY_BYTES ((CONTEXT_ENCRYPT_KEY_BITS+7)/8)
|
D | part3.txt | 16125 162 CONTEXT_ENCRYPT_ALG, CONTEXT_ENCRYPT_KEY_BITS, 16291 58 CONTEXT_ENCRYPT_ALG, CONTEXT_ENCRYPT_KEY_BITS,
|
/external/tpm2/generator/ |
D | raw_structures.txt | 17633 CONTEXT_ENCRYPT_KEY_BITS 17642 ((CONTEXT_ENCRYPT_KEY_BITS+7
|
D | raw_structures_fixed.txt | 17599 CONTEXT_ENCRYPT_KEY_BITS 17608 ((CONTEXT_ENCRYPT_KEY_BITS+7)/8)
|
D | raw_commands.txt | 29131 CONTEXT_ENCRYPT_ALG, CONTEXT_ENCRYPT_KEY_BITS, 29483 CONTEXT_ENCRYPT_ALG, CONTEXT_ENCRYPT_KEY_BITS,
|
D | raw_commands_fixed.txt | 29142 CONTEXT_ENCRYPT_ALG, CONTEXT_ENCRYPT_KEY_BITS, 29494 CONTEXT_ENCRYPT_ALG, CONTEXT_ENCRYPT_KEY_BITS,
|