aboutsummaryrefslogtreecommitdiff
path: root/gost_lcl.h
diff options
context:
space:
mode:
authorVitaly Chikunov <vt@altlinux.org>2020-05-12 02:10:07 +0300
committerDmitry Belyavskiy <beldmit@users.noreply.github.com>2020-05-12 12:55:47 +0300
commit499aa8754cf2200d7c83dfea16e7602c9c60d673 (patch)
tree2ab13f43b11aba26bea698ec8aeb3d65898a4bb5 /gost_lcl.h
parent841a7360b5c84b506620d0f28ae922f9694bff12 (diff)
downloadgost-engine-499aa8754cf2200d7c83dfea16e7602c9c60d673.zip
gost-engine-499aa8754cf2200d7c83dfea16e7602c9c60d673.tar.gz
gost-engine-499aa8754cf2200d7c83dfea16e7602c9c60d673.tar.bz2
gost_crypt: Add Gost28147_89_cbc_cipher
Diffstat (limited to 'gost_lcl.h')
-rw-r--r--gost_lcl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gost_lcl.h b/gost_lcl.h
index 3bb8128..9c2126e 100644
--- a/gost_lcl.h
+++ b/gost_lcl.h
@@ -244,7 +244,6 @@ extern struct gost_cipher_info gost_cipher_list[];
/* Find encryption params from ASN1_OBJECT */
const struct gost_cipher_info *get_encryption_params(ASN1_OBJECT *obj);
/* Implementation of GOST 28147-89 cipher in CFB and CNT modes */
-const EVP_CIPHER *cipher_gost_cbc();
const EVP_CIPHER *cipher_gost_cpacnt();
const EVP_CIPHER *cipher_gost_cpcnt_12();
const EVP_CIPHER *cipher_magma_cbc();
@@ -343,5 +342,6 @@ EVP_CIPHER *GOST_init_cipher(GOST_cipher *c);
void GOST_deinit_cipher(GOST_cipher *c);
extern GOST_cipher Gost28147_89_cipher;
+extern GOST_cipher Gost28147_89_cbc_cipher;
#endif
/* vim: set expandtab cinoptions=\:0,l1,t0,g0,(0 sw=4 : */