Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(116)

Side by Side Diff: openssl/engines/ccgost/gost2001_keyx.h

Issue 9254031: Upgrade chrome's OpenSSL to same version Android ships with. (Closed) Base URL: http://src.chromium.org/svn/trunk/deps/third_party/openssl/
Patch Set: '' Created 8 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « openssl/engines/ccgost/gost2001.c ('k') | openssl/engines/ccgost/gost2001_keyx.c » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 GOST_KEY_TRANSPORT *
2 make_rfc4490_keytransport_2001(EVP_PKEY *pubk, BIGNUM *eph_key,
3 const unsigned char *key, size_t keylen,
4 unsigned char *ukm, size_t ukm_len);
5
6 int decrypt_rfc4490_shared_key_2001(EVP_PKEY *priv,
7 GOST_KEY_TRANSPORT *gkt,
8 unsigned char *key_buf,
9 int key_buf_len) ;
10
OLDNEW
« no previous file with comments | « openssl/engines/ccgost/gost2001.c ('k') | openssl/engines/ccgost/gost2001_keyx.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698