HomeSort by relevance Sort by last modified time
    Searched refs:CONTEXT_ENCRYPT_KEY_BITS (Results 1 - 8 of 8) sorted by null

  /external/tpm2/
ContextLoad.c 78 CONTEXT_ENCRYPT_ALG, CONTEXT_ENCRYPT_KEY_BITS,
Context_spt.c 48 symKeyBits = CONTEXT_ENCRYPT_KEY_BITS;
ContextSave.c 176 CONTEXT_ENCRYPT_ALG, CONTEXT_ENCRYPT_KEY_BITS,
PropertyCap.c 173 *value = CONTEXT_ENCRYPT_KEY_BITS;
Implementation.h 280 #define CONTEXT_ENCRYPT_KEY_BITS MAX_SYM_KEY_BITS
281 #define CONTEXT_ENCRYPT_KEY_BYTES ((CONTEXT_ENCRYPT_KEY_BITS+7)/8)
    [all...]
Object_spt.c 80 keyBits = CONTEXT_ENCRYPT_KEY_BITS;
123 *keyBits = CONTEXT_ENCRYPT_KEY_BITS;
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Tpm20.h 112 #define CONTEXT_ENCRYPT_KEY_BITS MAX_SYM_KEY_BITS
113 #define CONTEXT_ENCRYPT_KEY_BYTES ((CONTEXT_ENCRYPT_KEY_BITS + 7) / 8)
    [all...]
  /system/tpm/trunks/
tpm_generated.h 299 #if !defined(CONTEXT_ENCRYPT_KEY_BITS)
300 #define CONTEXT_ENCRYPT_KEY_BITS MAX_SYM_KEY_BITS
303 #define CONTEXT_ENCRYPT_KEY_BYTES ((CONTEXT_ENCRYPT_KEY_BITS + 7) / 8)
    [all...]

Completed in 161 milliseconds