aboutsummaryrefslogtreecommitdiff
path: root/gost_lcl.h
diff options
context:
space:
mode:
authorDmitry Belyavskiy <beldmit@gmail.com>2020-05-02 18:26:53 +0300
committerDmitry Belyavskiy <beldmit@gmail.com>2020-05-04 14:57:59 +0300
commit359bc05a9d4ee696f3a025ac0d35d27c89ea62ac (patch)
tree82c355084e20fc414e71f1d8a14f8e1208ee0046 /gost_lcl.h
parent5f76803c2582cccacd73cf285267418cb40d9a3d (diff)
downloadgost-engine-359bc05a9d4ee696f3a025ac0d35d27c89ea62ac.zip
gost-engine-359bc05a9d4ee696f3a025ac0d35d27c89ea62ac.tar.gz
gost-engine-359bc05a9d4ee696f3a025ac0d35d27c89ea62ac.tar.bz2
GOST wrap ciphers registration
Diffstat (limited to 'gost_lcl.h')
-rw-r--r--gost_lcl.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gost_lcl.h b/gost_lcl.h
index 4322c4e..4c099dd 100644
--- a/gost_lcl.h
+++ b/gost_lcl.h
@@ -240,7 +240,10 @@ const EVP_CIPHER *cipher_gost_cpacnt();
const EVP_CIPHER *cipher_gost_cpcnt_12();
const EVP_CIPHER *cipher_magma_cbc();
const EVP_CIPHER *cipher_magma_ctr();
+const EVP_CIPHER *cipher_magma_wrap();
+const EVP_CIPHER *cipher_kuznyechik_wrap();
void cipher_gost_destroy();
+void wrap_ciphers_destroy();
void inc_counter(unsigned char *counter, size_t counter_bytes);