]> git.proxmox.com Git - mirror_edk2.git/blobdiff - CryptoPkg/Include/Pcd/PcdCryptoServiceFamilyEnable.h
CryptoPkg: Add new hmac definition to cryptlib
[mirror_edk2.git] / CryptoPkg / Include / Pcd / PcdCryptoServiceFamilyEnable.h
index 3d53c2f105e18c551e57678c5bc3ed2f144af23d..e646d8ac05a15ec0d4ff2a8cbe97070579bdee45 100644 (file)
@@ -53,9 +53,22 @@ typedef struct {
       UINT8    Duplicate : 1;\r
       UINT8    Update    : 1;\r
       UINT8    Final     : 1;\r
+      UINT8    All       : 1;\r
     } Services;\r
     UINT32    Family;\r
   } HmacSha256;\r
+  union {\r
+    struct {\r
+      UINT8    New       : 1;\r
+      UINT8    Free      : 1;\r
+      UINT8    SetKey    : 1;\r
+      UINT8    Duplicate : 1;\r
+      UINT8    Update    : 1;\r
+      UINT8    Final     : 1;\r
+      UINT8    All       : 1;\r
+    } Services;\r
+    UINT32    Family;\r
+  } HmacSha384;\r
   union {\r
     struct {\r
       UINT8    GetContextSize : 1;\r