obj: Add SM4 XTS OID
[openssl.git] / include / openssl / obj_mac.h
index 2fcf6132f40789344b792129ded7ab9896b220c8..8e3ff0fd51b7d04d386002f9c6f62f78ba5c318c 100644 (file)
 #define NID_sm4_ccm             1249
 #define OBJ_sm4_ccm             OBJ_sm_scheme,104L,9L
 
+#define SN_sm4_xts              "SM4-XTS"
+#define LN_sm4_xts              "sm4-xts"
+#define NID_sm4_xts             1290
+#define OBJ_sm4_xts             OBJ_sm_scheme,104L,10L
+
 #define SN_hmac         "HMAC"
 #define LN_hmac         "hmac"
 #define NID_hmac                855