summaryrefslogtreecommitdiffstats
path: root/CryptoPkg/Include/Pcd
diff options
context:
space:
mode:
authorMichael Kubacki <michael.kubacki@microsoft.com>2021-12-05 14:53:54 -0800
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2021-12-07 17:24:28 +0000
commit7c342378317039e632d9a1a5d4cf7c21aec8cb7a (patch)
tree6b34f630a779ee11db93c02cf54fa65c29716aed /CryptoPkg/Include/Pcd
parent2b16a4fb91b9b31c0d152588f5ac51080c6c0763 (diff)
downloadedk2-7c342378317039e632d9a1a5d4cf7c21aec8cb7a.tar.gz
edk2-7c342378317039e632d9a1a5d4cf7c21aec8cb7a.tar.bz2
edk2-7c342378317039e632d9a1a5d4cf7c21aec8cb7a.zip
CryptoPkg: Apply uncrustify changes
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3737 Apply uncrustify changes to .c/.h files in the CryptoPkg package Cc: Andrew Fish <afish@apple.com> Cc: Leif Lindholm <leif@nuviainc.com> Cc: Michael D Kinney <michael.d.kinney@intel.com> Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com> Reviewed-by: Jian J Wang <jian.j.wang@intel.com>
Diffstat (limited to 'CryptoPkg/Include/Pcd')
-rw-r--r--CryptoPkg/Include/Pcd/PcdCryptoServiceFamilyEnable.h310
1 files changed, 155 insertions, 155 deletions
diff --git a/CryptoPkg/Include/Pcd/PcdCryptoServiceFamilyEnable.h b/CryptoPkg/Include/Pcd/PcdCryptoServiceFamilyEnable.h
index 44fb0262f4..5186a54759 100644
--- a/CryptoPkg/Include/Pcd/PcdCryptoServiceFamilyEnable.h
+++ b/CryptoPkg/Include/Pcd/PcdCryptoServiceFamilyEnable.h
@@ -25,266 +25,266 @@
typedef struct {
union {
struct {
- UINT8 New:1;
- UINT8 Free:1;
- UINT8 SetKey:1;
- UINT8 Duplicate:1;
- UINT8 Update:1;
- UINT8 Final:1;
+ UINT8 New : 1;
+ UINT8 Free : 1;
+ UINT8 SetKey : 1;
+ UINT8 Duplicate : 1;
+ UINT8 Update : 1;
+ UINT8 Final : 1;
} Services;
UINT32 Family;
} HmacMd5;
union {
struct {
- UINT8 New:1;
- UINT8 Free:1;
- UINT8 SetKey:1;
- UINT8 Duplicate:1;
- UINT8 Update:1;
- UINT8 Final:1;
+ UINT8 New : 1;
+ UINT8 Free : 1;
+ UINT8 SetKey : 1;
+ UINT8 Duplicate : 1;
+ UINT8 Update : 1;
+ UINT8 Final : 1;
} Services;
UINT32 Family;
} HmacSha1;
union {
struct {
- UINT8 New:1;
- UINT8 Free:1;
- UINT8 SetKey:1;
- UINT8 Duplicate:1;
- UINT8 Update:1;
- UINT8 Final:1;
+ UINT8 New : 1;
+ UINT8 Free : 1;
+ UINT8 SetKey : 1;
+ UINT8 Duplicate : 1;
+ UINT8 Update : 1;
+ UINT8 Final : 1;
} Services;
UINT32 Family;
} HmacSha256;
union {
struct {
- UINT8 GetContextSize:1;
- UINT8 Init:1;
- UINT8 Duplicate:1;
- UINT8 Update:1;
- UINT8 Final:1;
- UINT8 HashAll:1;
+ UINT8 GetContextSize : 1;
+ UINT8 Init : 1;
+ UINT8 Duplicate : 1;
+ UINT8 Update : 1;
+ UINT8 Final : 1;
+ UINT8 HashAll : 1;
} Services;
UINT32 Family;
} Md4;
union {
struct {
- UINT8 GetContextSize:1;
- UINT8 Init:1;
- UINT8 Duplicate:1;
- UINT8 Update:1;
- UINT8 Final:1;
- UINT8 HashAll:1;
+ UINT8 GetContextSize : 1;
+ UINT8 Init : 1;
+ UINT8 Duplicate : 1;
+ UINT8 Update : 1;
+ UINT8 Final : 1;
+ UINT8 HashAll : 1;
} Services;
UINT32 Family;
} Md5;
union {
struct {
- UINT8 Pkcs1v2Encrypt:1;
- UINT8 Pkcs5HashPassword:1;
- UINT8 Pkcs7Verify:1;
- UINT8 VerifyEKUsInPkcs7Signature:1;
- UINT8 Pkcs7GetSigners:1;
- UINT8 Pkcs7FreeSigners:1;
- UINT8 Pkcs7Sign:1;
- UINT8 Pkcs7GetAttachedContent:1;
- UINT8 Pkcs7GetCertificatesList:1;
- UINT8 AuthenticodeVerify:1;
- UINT8 ImageTimestampVerify:1;
+ UINT8 Pkcs1v2Encrypt : 1;
+ UINT8 Pkcs5HashPassword : 1;
+ UINT8 Pkcs7Verify : 1;
+ UINT8 VerifyEKUsInPkcs7Signature : 1;
+ UINT8 Pkcs7GetSigners : 1;
+ UINT8 Pkcs7FreeSigners : 1;
+ UINT8 Pkcs7Sign : 1;
+ UINT8 Pkcs7GetAttachedContent : 1;
+ UINT8 Pkcs7GetCertificatesList : 1;
+ UINT8 AuthenticodeVerify : 1;
+ UINT8 ImageTimestampVerify : 1;
} Services;
UINT32 Family;
} Pkcs;
union {
struct {
- UINT8 New:1;
- UINT8 Free:1;
- UINT8 GenerateParameter:1;
- UINT8 SetParameter:1;
- UINT8 GenerateKey:1;
- UINT8 ComputeKey:1;
+ UINT8 New : 1;
+ UINT8 Free : 1;
+ UINT8 GenerateParameter : 1;
+ UINT8 SetParameter : 1;
+ UINT8 GenerateKey : 1;
+ UINT8 ComputeKey : 1;
} Services;
UINT32 Family;
} Dh;
union {
struct {
- UINT8 Seed:1;
- UINT8 Bytes:1;
+ UINT8 Seed : 1;
+ UINT8 Bytes : 1;
} Services;
UINT32 Family;
} Random;
union {
struct {
- UINT8 VerifyPkcs1:1;
- UINT8 New:1;
- UINT8 Free:1;
- UINT8 SetKey:1;
- UINT8 GetKey:1;
- UINT8 GenerateKey:1;
- UINT8 CheckKey:1;
- UINT8 Pkcs1Sign:1;
- UINT8 Pkcs1Verify:1;
- UINT8 GetPrivateKeyFromPem:1;
- UINT8 GetPublicKeyFromX509:1;
+ UINT8 VerifyPkcs1 : 1;
+ UINT8 New : 1;
+ UINT8 Free : 1;
+ UINT8 SetKey : 1;
+ UINT8 GetKey : 1;
+ UINT8 GenerateKey : 1;
+ UINT8 CheckKey : 1;
+ UINT8 Pkcs1Sign : 1;
+ UINT8 Pkcs1Verify : 1;
+ UINT8 GetPrivateKeyFromPem : 1;
+ UINT8 GetPublicKeyFromX509 : 1;
} Services;
UINT32 Family;
} Rsa;
union {
struct {
- UINT8 GetContextSize:1;
- UINT8 Init:1;
- UINT8 Duplicate:1;
- UINT8 Update:1;
- UINT8 Final:1;
- UINT8 HashAll:1;
+ UINT8 GetContextSize : 1;
+ UINT8 Init : 1;
+ UINT8 Duplicate : 1;
+ UINT8 Update : 1;
+ UINT8 Final : 1;
+ UINT8 HashAll : 1;
} Services;
UINT32 Family;
} Sha1;
union {
struct {
- UINT8 GetContextSize:1;
- UINT8 Init:1;
- UINT8 Duplicate:1;
- UINT8 Update:1;
- UINT8 Final:1;
- UINT8 HashAll:1;
+ UINT8 GetContextSize : 1;
+ UINT8 Init : 1;
+ UINT8 Duplicate : 1;
+ UINT8 Update : 1;
+ UINT8 Final : 1;
+ UINT8 HashAll : 1;
} Services;
UINT32 Family;
} Sha256;
union {
struct {
- UINT8 GetContextSize:1;
- UINT8 Init:1;
- UINT8 Duplicate:1;
- UINT8 Update:1;
- UINT8 Final:1;
- UINT8 HashAll:1;
+ UINT8 GetContextSize : 1;
+ UINT8 Init : 1;
+ UINT8 Duplicate : 1;
+ UINT8 Update : 1;
+ UINT8 Final : 1;
+ UINT8 HashAll : 1;
} Services;
UINT32 Family;
} Sha384;
union {
struct {
- UINT8 GetContextSize:1;
- UINT8 Init:1;
- UINT8 Duplicate:1;
- UINT8 Update:1;
- UINT8 Final:1;
- UINT8 HashAll:1;
+ UINT8 GetContextSize : 1;
+ UINT8 Init : 1;
+ UINT8 Duplicate : 1;
+ UINT8 Update : 1;
+ UINT8 Final : 1;
+ UINT8 HashAll : 1;
} Services;
UINT32 Family;
} Sha512;
union {
struct {
- UINT8 GetSubjectName:1;
- UINT8 GetCommonName:1;
- UINT8 GetOrganizationName:1;
- UINT8 VerifyCert:1;
- UINT8 ConstructCertificate:1;
- UINT8 ConstructCertificateStack:1;
- UINT8 ConstructCertificateStackV:1;
- UINT8 Free:1;
- UINT8 StackFree:1;
- UINT8 GetTBSCert:1;
+ UINT8 GetSubjectName : 1;
+ UINT8 GetCommonName : 1;
+ UINT8 GetOrganizationName : 1;
+ UINT8 VerifyCert : 1;
+ UINT8 ConstructCertificate : 1;
+ UINT8 ConstructCertificateStack : 1;
+ UINT8 ConstructCertificateStackV : 1;
+ UINT8 Free : 1;
+ UINT8 StackFree : 1;
+ UINT8 GetTBSCert : 1;
} Services;
UINT32 Family;
} X509;
union {
struct {
- UINT8 GetContextSize:1;
- UINT8 Init:1;
- UINT8 EcbEncrypt:1;
- UINT8 EcbDecrypt:1;
- UINT8 CbcEncrypt:1;
- UINT8 CbcDecrypt:1;
+ UINT8 GetContextSize : 1;
+ UINT8 Init : 1;
+ UINT8 EcbEncrypt : 1;
+ UINT8 EcbDecrypt : 1;
+ UINT8 CbcEncrypt : 1;
+ UINT8 CbcDecrypt : 1;
} Services;
UINT32 Family;
} Tdes;
union {
struct {
- UINT8 GetContextSize:1;
- UINT8 Init:1;
- UINT8 EcbEncrypt:1;
- UINT8 EcbDecrypt:1;
- UINT8 CbcEncrypt:1;
- UINT8 CbcDecrypt:1;
+ UINT8 GetContextSize : 1;
+ UINT8 Init : 1;
+ UINT8 EcbEncrypt : 1;
+ UINT8 EcbDecrypt : 1;
+ UINT8 CbcEncrypt : 1;
+ UINT8 CbcDecrypt : 1;
} Services;
UINT32 Family;
} Aes;
union {
struct {
- UINT8 GetContextSize:1;
- UINT8 Init:1;
- UINT8 Encrypt:1;
- UINT8 Decrypt:1;
- UINT8 Reset:1;
+ UINT8 GetContextSize : 1;
+ UINT8 Init : 1;
+ UINT8 Encrypt : 1;
+ UINT8 Decrypt : 1;
+ UINT8 Reset : 1;
} Services;
UINT32 Family;
} Arc4;
union {
struct {
- UINT8 GetContextSize:1;
- UINT8 Init:1;
- UINT8 Duplicate:1;
- UINT8 Update:1;
- UINT8 Final:1;
- UINT8 HashAll:1;
+ UINT8 GetContextSize : 1;
+ UINT8 Init : 1;
+ UINT8 Duplicate : 1;
+ UINT8 Update : 1;
+ UINT8 Final : 1;
+ UINT8 HashAll : 1;
} Services;
UINT32 Family;
} Sm3;
union {
struct {
- UINT8 Sha256ExtractAndExpand;
+ UINT8 Sha256ExtractAndExpand;
} Services;
UINT32 Family;
} Hkdf;
union {
struct {
- UINT8 Initialize:1;
- UINT8 CtxFree:1;
- UINT8 CtxNew:1;
- UINT8 Free:1;
- UINT8 New:1;
- UINT8 InHandshake:1;
- UINT8 DoHandshake:1;
- UINT8 HandleAlert:1;
- UINT8 CloseNotify:1;
- UINT8 CtrlTrafficOut:1;
- UINT8 CtrlTrafficIn:1;
- UINT8 Read:1;
- UINT8 Write:1;
+ UINT8 Initialize : 1;
+ UINT8 CtxFree : 1;
+ UINT8 CtxNew : 1;
+ UINT8 Free : 1;
+ UINT8 New : 1;
+ UINT8 InHandshake : 1;
+ UINT8 DoHandshake : 1;
+ UINT8 HandleAlert : 1;
+ UINT8 CloseNotify : 1;
+ UINT8 CtrlTrafficOut : 1;
+ UINT8 CtrlTrafficIn : 1;
+ UINT8 Read : 1;
+ UINT8 Write : 1;
} Services;
UINT32 Family;
} Tls;
union {
struct {
- UINT8 Version:1;
- UINT8 ConnectionEnd:1;
- UINT8 CipherList:1;
- UINT8 CompressionMethod:1;
- UINT8 Verify:1;
- UINT8 VerifyHost:1;
- UINT8 SessionId:1;
- UINT8 CaCertificate:1;
- UINT8 HostPublicCert:1;
- UINT8 HostPrivateKey:1;
- UINT8 CertRevocationList:1;
+ UINT8 Version : 1;
+ UINT8 ConnectionEnd : 1;
+ UINT8 CipherList : 1;
+ UINT8 CompressionMethod : 1;
+ UINT8 Verify : 1;
+ UINT8 VerifyHost : 1;
+ UINT8 SessionId : 1;
+ UINT8 CaCertificate : 1;
+ UINT8 HostPublicCert : 1;
+ UINT8 HostPrivateKey : 1;
+ UINT8 CertRevocationList : 1;
} Services;
UINT32 Family;
} TlsSet;
union {
struct {
- UINT8 Version:1;
- UINT8 ConnectionEnd:1;
- UINT8 CurrentCipher:1;
- UINT8 CurrentCompressionId:1;
- UINT8 Verify:1;
- UINT8 SessionId:1;
- UINT8 ClientRandom:1;
- UINT8 ServerRandom:1;
- UINT8 KeyMaterial:1;
- UINT8 CaCertificate:1;
- UINT8 HostPublicCert:1;
- UINT8 HostPrivateKey:1;
- UINT8 CertRevocationList:1;
+ UINT8 Version : 1;
+ UINT8 ConnectionEnd : 1;
+ UINT8 CurrentCipher : 1;
+ UINT8 CurrentCompressionId : 1;
+ UINT8 Verify : 1;
+ UINT8 SessionId : 1;
+ UINT8 ClientRandom : 1;
+ UINT8 ServerRandom : 1;
+ UINT8 KeyMaterial : 1;
+ UINT8 CaCertificate : 1;
+ UINT8 HostPublicCert : 1;
+ UINT8 HostPrivateKey : 1;
+ UINT8 CertRevocationList : 1;
} Services;
UINT32 Family;
} TlsGet;