Home
last modified time | relevance | path

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

/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DGpMacros.h299 #define CONTEXT_ENCRYPT_KEY_BITS \ macro
301 #define CONTEXT_ENCRYPT_KEY_BYTES ((CONTEXT_ENCRYPT_KEY_BITS+7)/8)
/external/ms-tpm-20-ref/TPMCmd/tpm/src/command/Context/
DContextLoad.c113 CryptSymmetricDecrypt(buffer, CONTEXT_ENCRYPT_ALG, CONTEXT_ENCRYPT_KEY_BITS, in TPM2_ContextLoad()
DContext_spt.c93 symKeyBits = CONTEXT_ENCRYPT_KEY_BITS; in ComputeContextProtectionKey()
DContextSave.c211 CONTEXT_ENCRYPT_ALG, CONTEXT_ENCRYPT_KEY_BITS, in TPM2_ContextSave()
/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/
DPropertyCap.c211 *value = CONTEXT_ENCRYPT_KEY_BITS; in TPMPropertyIsDefined()
/external/ms-tpm-20-ref/TPMCmd/tpm/src/command/Object/
DObject_spt.c57 keyBits = CONTEXT_ENCRYPT_KEY_BITS; in GetIV2BSize()
118 *keyBits = CONTEXT_ENCRYPT_KEY_BITS; in ComputeProtectionKeyParms()