summaryrefslogtreecommitdiffstats
path: root/engines/ccgost/gost2001_keyx.h
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>2006-11-08 09:45:12 +0000
committerBen Laurie <ben@openssl.org>2006-11-08 09:45:12 +0000
commit84948b39dfada6628ab65743fad64cf4714a0a92 (patch)
tree992002bc6bd29c3cac8678c22a4e7551001a3e07 /engines/ccgost/gost2001_keyx.h
parentcf32ad7fe3410316568ae74c5275574cd5222179 (diff)
Fix various warnings.
Diffstat (limited to 'engines/ccgost/gost2001_keyx.h')
-rw-r--r--engines/ccgost/gost2001_keyx.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/engines/ccgost/gost2001_keyx.h b/engines/ccgost/gost2001_keyx.h
new file mode 100644
index 0000000000..a014d9c1e2
--- /dev/null
+++ b/engines/ccgost/gost2001_keyx.h
@@ -0,0 +1,10 @@
+GOST_KEY_TRANSPORT *
+make_rfc4490_keytransport_2001(EVP_PKEY *pubk, BIGNUM *eph_key,
+ const unsigned char *key, size_t keylen,
+ unsigned char *ukm, size_t ukm_len);
+
+int decrypt_rfc4490_shared_key_2001(EVP_PKEY *priv,
+ GOST_KEY_TRANSPORT *gkt,
+ unsigned char *key_buf,
+ int key_buf_len) ;
+