Home
last modified time | relevance | path

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

/external/ms-tpm-20-ref/TPMCmd/tpm/src/command/Context/
DContext_spt.c68 UINT16 symKeyBits; // number of bits in the parent's in ComputeContextProtectionKey() local
93 symKeyBits = CONTEXT_ENCRYPT_KEY_BITS; in ComputeContextProtectionKey()
95 iv->t.size = CryptGetSymmetricBlockSize(CONTEXT_ENCRYPT_ALG, symKeyBits); in ComputeContextProtectionKey()