TianoCore EDK2 master
Loading...
Searching...
No Matches
TS_ACCURACY Struct Reference

Data Fields

ASN1_INTEGER * Seconds
 
ASN1_INTEGER * Millis
 
ASN1_INTEGER * Micros
 

Detailed Description

Accuracy represents the time deviation around the UTC time contained in GeneralizedTime of time-stamp token.

Accuracy ::= SEQUENCE { seconds INTEGER OPTIONAL, millis [0] INTEGER (1..999) OPTIONAL, micros [1] INTEGER (1..999) OPTIONAL }

Definition at line 68 of file CryptTs.c.

Field Documentation

◆ Micros

ASN1_INTEGER* TS_ACCURACY::Micros

Definition at line 71 of file CryptTs.c.

◆ Millis

ASN1_INTEGER* TS_ACCURACY::Millis

Definition at line 70 of file CryptTs.c.

◆ Seconds

ASN1_INTEGER* TS_ACCURACY::Seconds

Definition at line 69 of file CryptTs.c.


The documentation for this struct was generated from the following file: