// SPDX-License-Identifier: MIT OR Apache-2.0
// Copyright (c) 2025 Opinsys Oy
// Copyright (c) 2024-2025 Jarkko Sakkinen
crateinteger!;
crateinteger!;
crateinteger!;
crateinteger!;
crateinteger!;
crateinteger!;
pub type TpmHandle = crateTpmUint32;
pub type TpmUint8Value = u8;
pub type TpmInt8Value = i8;
pub type TpmUint16Value = u16;
pub type TpmUint32Value = u32;
pub type TpmUint64Value = u64;
pub type TpmInt32Value = i32;
pub type TpmHandleValue = TpmUint32Value;