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

Side by Side Diff: net/third_party/nss/ssl/exports_win.def

Issue 91913002: net: boost AES-GCM ciphers if the machine has AES-NI. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add new symbol to .def Created 7 years 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
OLDNEW
1 ; Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 ; Copyright (c) 2013 The Chromium Authors. All rights reserved.
2 ; Use of this source code is governed by a BSD-style license that can be 2 ; Use of this source code is governed by a BSD-style license that can be
3 ; found in the LICENSE file. 3 ; found in the LICENSE file.
4 4
5 LIBRARY CRSSL 5 LIBRARY CRSSL
6 EXPORTS 6 EXPORTS
7 7
8 NSS_CmpCertChainWCANames 8 NSS_CmpCertChainWCANames
9 NSS_FindCertKEAType 9 NSS_FindCertKEAType
10 NSS_GetClientAuthData 10 NSS_GetClientAuthData
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 SSL_RecommendedCanFalseStart 53 SSL_RecommendedCanFalseStart
54 SSL_SetCanFalseStartCallback 54 SSL_SetCanFalseStartCallback
55 55
56 ; Chromium patches 56 ; Chromium patches
57 SSL_PeerCertificateChain 57 SSL_PeerCertificateChain
58 SSL_SetClientChannelIDCallback 58 SSL_SetClientChannelIDCallback
59 SSL_GetPlatformClientAuthDataHook 59 SSL_GetPlatformClientAuthDataHook
60 SSL_HandshakeResumedSession 60 SSL_HandshakeResumedSession
61 SSL_RestartHandshakeAfterChannelIDReq 61 SSL_RestartHandshakeAfterChannelIDReq
62 SSL_GetChannelBinding 62 SSL_GetChannelBinding
63 SSL_CipherOrderSet
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698