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

  /device/linaro/bootloader/edk2/SecurityPkg/VariableAuthenticated/EsalVariableDxeSal/
Variable.h 69 #define MAX_KEYDB_SIZE (FixedPcdGet32 (PcdMaxVariableSize) - sizeof (AUTHENTICATED_VARIABLE_HEADER) - AUTHVAR_KEYDB_NAME_SIZE)
70 #define MAX_KEY_NUM (MAX_KEYDB_SIZE / EFI_CERT_TYPE_RSA2048_SIZE)
113 UINT8 KeyList[MAX_KEYDB_SIZE]; // Cached Platform Key list
114 UINT8 PubKeyStore[MAX_KEYDB_SIZE]; // Cached Public Key list
AuthService.c 108 ASSERT (DataSize <= MAX_KEYDB_SIZE);
537 ZeroMem (Global->KeyList, MAX_KEYDB_SIZE);
670 ZeroMem (Global->KeyList, MAX_KEYDB_SIZE);

Completed in 128 milliseconds