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

  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Tpm20.h 61 #define MAX_RSA_KEY_BITS 2048
62 #define MAX_RSA_KEY_BYTES ((MAX_RSA_KEY_BITS + 7) / 8)
    [all...]
  /external/tpm2/
Implementation.h 84 #define MAX_RSA_KEY_BITS 2048
    [all...]
  /system/tpm/trunks/
tpm_generated.h 148 #if !defined(MAX_RSA_KEY_BITS)
149 #define MAX_RSA_KEY_BITS 2048
152 #define MAX_RSA_KEY_BYTES ((MAX_RSA_KEY_BITS + 7) / 8)
    [all...]

Completed in 53 milliseconds