Lines Matching full:signature

2   Image signature database are defined for the signed image validation.
28 /// for the authorized signature database.
33 /// for the forbidden signature database.
38 /// for the timestamp signature database.
49 // Signature Database
52 /// The format of a signature database.
58 /// An identifier which identifies the agent which added the signature to the list.
62 /// The format of the signature is defined by the SignatureType.
69 /// Type of the signature. GUID signature types are defined in below.
73 /// Total size of the signature list, including this header.
77 /// Size of the signature header which precedes the array of signatures.
81 /// Size of each signature.
89 /// An array of signatures. Each signature is SignatureSize bytes in length.
130 /// This identifies a signature containing a SHA-256 hash. The SignatureHeader size shall
140 /// This identifies a signature containing an RSA-2048 key. The key (only the modulus
152 /// This identifies a signature containing a RSA-2048 signature of a SHA-256 hash. The
162 /// This identifies a signature containing a SHA-1 hash. The SignatureSize shall always
171 /// TThis identifies a signature containing a RSA-2048 signature of a SHA-1 hash. The
181 /// This identifies a signature based on an X.509 certificate. If the signature is an X.509
182 /// certificate then verification of the signature of an image should validate the public
195 /// This identifies a signature containing a SHA-224 hash. The SignatureHeader size shall
205 /// This identifies a signature containing a SHA-384 hash. The SignatureHeader size shall
215 /// This identifies a signature containing a SHA-512 hash. The SignatureHeader size shall
225 /// This identifies a signature containing the SHA256 hash of an X.509 certificate's
238 /// This identifies a signature containing the SHA384 hash of an X.509 certificate's
251 /// This identifies a signature containing the SHA512 hash of an X.509 certificate's
264 /// This identifies a signature containing a DER-encoded PKCS #7 version 1.5 [RFC2315]
319 /// EFI_SIGNATURE_LIST Signature;