aboutsummaryrefslogtreecommitdiff
path: root/gost_lcl.h
diff options
context:
space:
mode:
authorDmitry Belyavskiy <beldmit@gmail.com>2016-03-26 17:03:38 +0300
committerDmitry Belyavskiy <beldmit@gmail.com>2016-03-26 17:03:38 +0300
commit286a33984c698f2efa98dd06995c7d734569409c (patch)
tree19840a25845a9b3790b6b8b2de8151e0aab6d976 /gost_lcl.h
parente06b2112a84129f3a97968ad8551ee3d9588af63 (diff)
downloadgost-engine-286a33984c698f2efa98dd06995c7d734569409c.zip
gost-engine-286a33984c698f2efa98dd06995c7d734569409c.tar.gz
gost-engine-286a33984c698f2efa98dd06995c7d734569409c.tar.bz2
Sources formatting
Diffstat (limited to 'gost_lcl.h')
-rw-r--r--gost_lcl.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/gost_lcl.h b/gost_lcl.h
index a82362f..9dac7d4 100644
--- a/gost_lcl.h
+++ b/gost_lcl.h
@@ -205,10 +205,10 @@ 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();
-const EVP_CIPHER* cipher_gost_cbc();
-const EVP_CIPHER* cipher_gost_cpacnt();
-const EVP_CIPHER* cipher_gost_cpcnt_12();
+const EVP_CIPHER *cipher_gost();
+const EVP_CIPHER *cipher_gost_cbc();
+const EVP_CIPHER *cipher_gost_cpacnt();
+const EVP_CIPHER *cipher_gost_cpcnt_12();
void cipher_gost_destroy();
# define EVP_MD_CTRL_KEY_LEN (EVP_MD_CTRL_ALG_CTRL+3)
# define EVP_MD_CTRL_SET_KEY (EVP_MD_CTRL_ALG_CTRL+4)