]> wagner.pp.ru Git - openssl-gost/engine.git/blobdiff - gost_lcl.h
Make it compileable
[openssl-gost/engine.git] / gost_lcl.h
index cc1672c9249152069132041334c3cc9020a5a87a..0c51fa1d0938b5bd292f3b1582c615be8cd72606 100644 (file)
@@ -272,6 +272,9 @@ int gost_kdftree2012_256(unsigned char *keyout, size_t keyout_len,
                          const unsigned char *label, size_t label_len,
                          const unsigned char *seed, size_t seed_len,
                          const size_t representation);
+
+int gost_tlstree(int cipher_nid, const unsigned char* inkey,
+                unsigned char *outkey, const unsigned char *tlsseq);
 /* KExp/KImp */
 int gost_kexp15(const unsigned char *shared_key, const int shared_len,
                 int cipher_nid, const unsigned char *cipher_key,