Home
last modified time | relevance | path

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

/external/tpm2/
DContext_spt.c26 UINT16 symKeyBits; // number of bits in the parent's in ComputeContextProtectionKey() local
48 symKeyBits = CONTEXT_ENCRYPT_KEY_BITS; in ComputeContextProtectionKey()
50 iv->t.size = CryptGetSymmetricBlockSize(CONTEXT_ENCRYPT_ALG, symKeyBits); in ComputeContextProtectionKey()