TianoCore EDK2 master
Loading...
Searching...
No Matches
LibspdmStdIntAlt.h File Reference

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
 

Detailed Description

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.

Macro Definition Documentation

◆ SIZE_MAX

#define SIZE_MAX   MAX_UINTN

Definition at line 22 of file LibspdmStdIntAlt.h.

Typedef Documentation

◆ int16_t

typedef INT16 int16_t

Definition at line 18 of file LibspdmStdIntAlt.h.

◆ int32_t

typedef INT32 int32_t

Definition at line 16 of file LibspdmStdIntAlt.h.

◆ int64_t

typedef INT64 int64_t

Definition at line 14 of file LibspdmStdIntAlt.h.

◆ uint16_t

typedef UINT16 uint16_t

Definition at line 17 of file LibspdmStdIntAlt.h.

◆ uint32_t

typedef UINT32 uint32_t

Definition at line 15 of file LibspdmStdIntAlt.h.

◆ uint64_t

typedef UINT64 uint64_t

Definition at line 13 of file LibspdmStdIntAlt.h.

◆ uint8_t

typedef UINT8 uint8_t

Definition at line 19 of file LibspdmStdIntAlt.h.