TianoCore EDK2 master
|
Go to the source code of this file.
Macros | |
#define | SIZE_MAX MAX_UINTN |
Typedefs | |
typedef UINT64 | uint64_t |
typedef INT64 | int64_t |
typedef UINT32 | uint32_t |
typedef INT32 | int32_t |
typedef UINT16 | uint16_t |
typedef INT16 | int16_t |
typedef UINT8 | uint8_t |
EDKII Device Security library for SPDM device. It follows the SPDM Specification.
Copyright (c) 2024, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file LibspdmStdIntAlt.h.
#define SIZE_MAX MAX_UINTN |
Definition at line 22 of file LibspdmStdIntAlt.h.
typedef INT16 int16_t |
Definition at line 18 of file LibspdmStdIntAlt.h.
typedef INT32 int32_t |
Definition at line 16 of file LibspdmStdIntAlt.h.
typedef INT64 int64_t |
Definition at line 14 of file LibspdmStdIntAlt.h.
typedef UINT16 uint16_t |
Definition at line 17 of file LibspdmStdIntAlt.h.
typedef UINT32 uint32_t |
Definition at line 15 of file LibspdmStdIntAlt.h.
typedef UINT64 uint64_t |
Definition at line 13 of file LibspdmStdIntAlt.h.
typedef UINT8 uint8_t |
Definition at line 19 of file LibspdmStdIntAlt.h.