#include <UefiMultiPhase.h>
Data Fields | |
| UINT64 | MonotonicCount |
| Included in the signature of AuthInfo.Used to ensure freshness/no replay. | |
| WIN_CERTIFICATE_UEFI_GUID | AuthInfo |
| Provides the authorization for the variable access. | |
If the attribute specifies authenticated access, then the Data buffer should begin with an authentication descriptor prior to the data payload and DataSize should reflect the the data.and descriptor size. The caller shall digest the Monotonic Count value and the associated data for the variable update using the SHA-256 1-way hash algorithm. The ensuing the 32-byte digest will be signed using the private key associated w/ the public/private 2048-bit RSA key-pair. The WIN_CERTIFICATE shall be used to describe the signature of the Variable data *Data. In addition, the signature will also include the MonotonicCount value to guard against replay attacks
Definition at line 190 of file UefiMultiPhase.h.
Included in the signature of AuthInfo.Used to ensure freshness/no replay.
Incremented during each "Write" access.
Definition at line 197 of file UefiMultiPhase.h.
Provides the authorization for the variable access.
It is a signature across the variable data and the Monotonic Count value. Caller uses Private key that is associated with a public key that has been provisioned via the key exchange.
Definition at line 206 of file UefiMultiPhase.h.
1.5.7.1