aboutsummaryrefslogtreecommitdiff
path: root/gost_lcl.h
diff options
context:
space:
mode:
authorVitaly Chikunov <vt@altlinux.org>2020-05-12 04:58:03 +0300
committerDmitry Belyavskiy <beldmit@users.noreply.github.com>2020-05-12 12:55:47 +0300
commit3e553fcdee82bc1c0ea17fe7f5eedad987f5ed34 (patch)
tree3269b2d65b5514fc2bd0bab446c3401bbf868c67 /gost_lcl.h
parenta00d42f4dfec8dff2f290cf3074dc25fb6b2e985 (diff)
downloadgost-engine-3e553fcdee82bc1c0ea17fe7f5eedad987f5ed34.zip
gost-engine-3e553fcdee82bc1c0ea17fe7f5eedad987f5ed34.tar.gz
gost-engine-3e553fcdee82bc1c0ea17fe7f5eedad987f5ed34.tar.bz2
gost_grasshopper_cipher: Rework cipher registration
This only adds registering via tables, but not removing obsolete code.
Diffstat (limited to 'gost_lcl.h')
-rw-r--r--gost_lcl.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/gost_lcl.h b/gost_lcl.h
index a9cb8b0..3aafd9e 100644
--- a/gost_lcl.h
+++ b/gost_lcl.h
@@ -350,5 +350,13 @@ extern GOST_cipher magma_ctr_cipher;
extern GOST_cipher magma_ctr_acpkm_cipher;
extern GOST_cipher magma_ctr_acpkm_omac_cipher;
extern GOST_cipher magma_cbc_cipher;
+extern GOST_cipher grasshopper_ecb_cipher;
+extern GOST_cipher grasshopper_cbc_cipher;
+extern GOST_cipher grasshopper_cfb_cipher;
+extern GOST_cipher grasshopper_ofb_cipher;
+extern GOST_cipher grasshopper_ctr_cipher;
+extern GOST_cipher grasshopper_ctr_acpkm_cipher;
+extern GOST_cipher grasshopper_ctr_acpkm_omac_cipher;
+
#endif
/* vim: set expandtab cinoptions=\:0,l1,t0,g0,(0 sw=4 : */