]> wagner.pp.ru Git - openssl-gost/engine.git/blobdiff - gost_lcl.h
Magma/Kuznyechik ASN1 parameters and functions
[openssl-gost/engine.git] / gost_lcl.h
index 9740994a41c45d2c30e9852a32661437df090e60..032886ff4a0e00b6fef87cd7fe54454c9d631f06 100644 (file)
@@ -167,6 +167,12 @@ typedef struct {
 
 DECLARE_ASN1_FUNCTIONS(GOST_CIPHER_PARAMS)
 
+typedef struct {
+       ASN1_OCTET_STRING *ukm;
+       } GOST2015_CIPHER_PARAMS;
+
+DECLARE_ASN1_FUNCTIONS(GOST2015_CIPHER_PARAMS)
+
 typedef struct {
     ASN1_OCTET_STRING *masked_priv_key;
     ASN1_OCTET_STRING *public_key;