summaryrefslogtreecommitdiff
path: root/lib/nettle/gost/gost28147.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/nettle/gost/gost28147.h')
-rw-r--r--lib/nettle/gost/gost28147.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/nettle/gost/gost28147.h b/lib/nettle/gost/gost28147.h
index 14c865e6e6..a514ff42dd 100644
--- a/lib/nettle/gost/gost28147.h
+++ b/lib/nettle/gost/gost28147.h
@@ -57,6 +57,7 @@ extern "C" {
/* Private */
#define gost28147_encrypt_simple _gnutls_gost28147_encrypt_simple
+#define gost28147_decrypt_simple _gnutls_gost28147_decrypt_simple
/* Public functions */
#define gost28147_set_key _gnutls_gost28147_set_key
@@ -108,6 +109,8 @@ extern const struct gost28147_param gost28147_param_TC26_Z;
/* Internal interface for use by GOST R 34.11-94 */
void gost28147_encrypt_simple (const uint32_t *key, const uint32_t *sbox,
const uint32_t *in, uint32_t *out);
+void gost28147_decrypt_simple (const uint32_t *key, const uint32_t *sbox,
+ const uint32_t *in, uint32_t *out);
void
gost28147_set_key(struct gost28147_ctx *ctx, const uint8_t *key);