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

  /external/tpm2/
CpriRNG.c 32 BYTE entropy[MAX_RNG_ENTROPY_SIZE];
39 entropySize < MAX_RNG_ENTROPY_SIZE && returnedSize >= 0;
43 MAX_RNG_ENTROPY_SIZE - entropySize);
Implementation.h 294 #define MAX_RNG_ENTROPY_SIZE 64
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Tpm20.h 126 #define MAX_RNG_ENTROPY_SIZE 64
    [all...]
  /system/tpm/trunks/
tpm_generated.h 341 #if !defined(MAX_RNG_ENTROPY_SIZE)
342 #define MAX_RNG_ENTROPY_SIZE 64
    [all...]

Completed in 898 milliseconds