17 lines
522 B
Plaintext
17 lines
522 B
Plaintext
// Copyright (c) 2007-2010, Intel Corporation. All rights reserved.
|
|
[Version ( "3.0.0" ),
|
|
Description (
|
|
"Describes the cryptographic capabilities of the Intel(R) AMT "
|
|
"subsystem." )]
|
|
class AMT_CryptographicCapabilities : CIM_Capabilities {
|
|
|
|
[Description (
|
|
"Indicates whether or not cryptographic algorithms are "
|
|
"hardware accelerated." ),
|
|
ValueMap { "1", "2" },
|
|
Values { "HW Crypto Enabled", "HW Crypto Disabled" }]
|
|
uint32 HardwareAcceleration;
|
|
|
|
|
|
};
|