aboutsummaryrefslogtreecommitdiff
path: root/gost_lcl.h
diff options
context:
space:
mode:
authorVitaly Chikunov <vt@altlinux.org>2018-08-05 03:44:46 +0300
committerVitaly Chikunov <vt@altlinux.org>2018-08-08 21:15:25 +0300
commit28ab2b8b0ab2d1677df3940cf4fcdf1597da4ccf (patch)
tree96dd42b787fb03fb39376818fee4b3ae41c1076c /gost_lcl.h
parente0816ed2014bad0e5293cafcce2c07a66a4f1cb0 (diff)
downloadgost-engine-28ab2b8b0ab2d1677df3940cf4fcdf1597da4ccf.zip
gost-engine-28ab2b8b0ab2d1677df3940cf4fcdf1597da4ccf.tar.gz
gost-engine-28ab2b8b0ab2d1677df3940cf4fcdf1597da4ccf.tar.bz2
Add grasshopper_omac_acpkm (OMAC-ACPKM)
Diffstat (limited to 'gost_lcl.h')
-rw-r--r--gost_lcl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gost_lcl.h b/gost_lcl.h
index 75d59b7..528794a 100644
--- a/gost_lcl.h
+++ b/gost_lcl.h
@@ -183,7 +183,9 @@ void imit_gost_cp_12_destroy(void);
EVP_MD *magma_omac(void);
void magma_omac_destroy(void);
EVP_MD *grasshopper_omac(void);
+EVP_MD *grasshopper_omac_acpkm(void);
void grasshopper_omac_destroy(void);
+void grasshopper_omac_acpkm_destroy(void);
/* Cipher context used for EVP_CIPHER operation */
struct ossl_gost_cipher_ctx {
int paramNID;