Home
last modified time | relevance | path

Searched refs:CONTEXT_ENCRYPT_KEY_BITS (Results 1 – 6 of 6) sorted by relevance

/external/tpm2/
DContext_spt.c48 symKeyBits = CONTEXT_ENCRYPT_KEY_BITS; in ComputeContextProtectionKey()
DContextLoad.c78 CONTEXT_ENCRYPT_ALG, CONTEXT_ENCRYPT_KEY_BITS, in TPM2_ContextLoad()
DContextSave.c176 CONTEXT_ENCRYPT_ALG, CONTEXT_ENCRYPT_KEY_BITS, in TPM2_ContextSave()
DPropertyCap.c173 *value = CONTEXT_ENCRYPT_KEY_BITS; in TPMPropertyIsDefined()
DImplementation.h280 #define CONTEXT_ENCRYPT_KEY_BITS MAX_SYM_KEY_BITS macro
281 #define CONTEXT_ENCRYPT_KEY_BYTES ((CONTEXT_ENCRYPT_KEY_BITS+7)/8)
DObject_spt.c80 keyBits = CONTEXT_ENCRYPT_KEY_BITS; in GetIV2BSize()
123 *keyBits = CONTEXT_ENCRYPT_KEY_BITS; in ComputeProtectionKeyParms()