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

  /external/tpm2/
Implementation.h 268 #define CONTEXT_ENCRYPT_KEY_BITS MAX_SYM_KEY_BITS
269 #define CONTEXT_ENCRYPT_KEY_BYTES ((CONTEXT_ENCRYPT_KEY_BITS+7)/8)
    [all...]
  /system/tpm/trunks/
tpm_generated.h 271 #if !defined(CONTEXT_ENCRYPT_KEY_BITS)
272 #define CONTEXT_ENCRYPT_KEY_BITS MAX_SYM_KEY_BITS
275 #define CONTEXT_ENCRYPT_KEY_BYTES ((CONTEXT_ENCRYPT_KEY_BITS+7)/8)
    [all...]

Completed in 176 milliseconds