]> www.wagner.pp.ru Git - openssl-gost/engine.git/blobdiff - gost_eng.c
gost_crypt: Add magma_ctr_acpkm_cipher
[openssl-gost/engine.git] / gost_eng.c
index 7997530a0475607a1b0a359a7937300bbcc6d5c3..d3c0f748f1b2a39165fef69b29a3a81df0bc1643 100644 (file)
@@ -118,15 +118,18 @@ static struct gost_cipher_minfo {
     },
     {
         NID_gost89_cnt,
-        cipher_gost_cpacnt,
+        NULL,
+       &Gost28147_89_cnt_cipher,
     },
     {
         NID_gost89_cnt_12,
-        cipher_gost_cpcnt_12,
+        NULL,
+       &Gost28147_89_cnt_12_cipher,
     },
     {
         NID_gost89_cbc,
-        cipher_gost_cbc,
+        NULL,
+       &Gost28147_89_cbc_cipher,
     },
     {
         NID_grasshopper_ecb,
@@ -154,11 +157,13 @@ static struct gost_cipher_minfo {
     },
     {
         NID_magma_ctr,
-        cipher_magma_ctr,
+        NULL,
+       &magma_ctr_cipher,
     },
     {
         NID_magma_ctr_acpkm,
-        cipher_magma_ctr_acpkm,
+        NULL,
+       &magma_ctr_acpkm_cipher,
     },
     {
         NID_magma_ctr_acpkm_omac,