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

Side by Side Diff: net/third_party/nss/ssl/preenc.h

Issue 11275240: Update net/third_party/nss/ssl to NSS 3.14. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Upload before commit Created 8 years, 1 month 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 | « net/third_party/nss/ssl/os2_err.c ('k') | net/third_party/nss/ssl/prelib.c » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil -*- */ 1 /* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil -*- */
2 2
3 /* 3 /*
4 * Fortezza support is removed. 4 * Fortezza support is removed.
5 * 5 *
6 * ***** BEGIN LICENSE BLOCK ***** 6 * This Source Code Form is subject to the terms of the Mozilla Public
7 * Version: MPL 1.1/GPL 2.0/LGPL 2.1 7 * License, v. 2.0. If a copy of the MPL was not distributed with this
8 * 8 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
9 * The contents of this file are subject to the Mozilla Public License Version 9 /* $Id: preenc.h,v 1.7 2012/04/25 14:50:12 gerv%gerv.net Exp $ */
10 * 1.1 (the "License"); you may not use this file except in compliance with
11 * the License. You may obtain a copy of the License at
12 * http://www.mozilla.org/MPL/
13 *
14 * Software distributed under the License is distributed on an "AS IS" basis,
15 * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
16 * for the specific language governing rights and limitations under the
17 * License.
18 *
19 * The Original Code is the Netscape security libraries.
20 *
21 * The Initial Developer of the Original Code is
22 * Netscape Communications Corporation.
23 * Portions created by the Initial Developer are Copyright (C) 1994-2000
24 * the Initial Developer. All Rights Reserved.
25 *
26 * Contributor(s):
27 *
28 * Alternatively, the contents of this file may be used under the terms of
29 * either the GNU General Public License Version 2 or later (the "GPL"), or
30 * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
31 * in which case the provisions of the GPL or the LGPL are applicable instead
32 * of those above. If you wish to allow use of your version of this file only
33 * under the terms of either the GPL or the LGPL, and not to allow others to
34 * use your version of this file under the terms of the MPL, indicate your
35 * decision by deleting the provisions above and replace them with the notice
36 * and other provisions required by the GPL or the LGPL. If you do not delete
37 * the provisions above, a recipient may use your version of this file under
38 * the terms of any one of the MPL, the GPL or the LGPL.
39 *
40 * ***** END LICENSE BLOCK ***** */
41 /* $Id: preenc.h,v 1.6 2005/08/16 03:42:26 nelsonb%netscape.com Exp $ */
42 10
43 /* Fortezza support is removed. 11 /* Fortezza support is removed.
44 * This file remains so that old programs will continue to compile, 12 * This file remains so that old programs will continue to compile,
45 * But this functionality is no longer supported or implemented. 13 * But this functionality is no longer supported or implemented.
46 */ 14 */
47 15
48 #include "seccomon.h" 16 #include "seccomon.h"
49 #include "prio.h" 17 #include "prio.h"
50 18
51 typedef struct PEHeaderStr PEHeader; 19 typedef struct PEHeaderStr PEHeader;
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
137 #define PRE_FIXED_FILE 0x000f 105 #define PRE_FIXED_FILE 0x000f
138 #define PRE_RSA_FILE 0x001f 106 #define PRE_RSA_FILE 0x001f
139 #define PRE_FIXED_STREAM 0x0005 107 #define PRE_FIXED_STREAM 0x0005
140 108
141 PEHeader *SSL_PreencryptedStreamToFile(PRFileDesc *fd, PEHeader *, 109 PEHeader *SSL_PreencryptedStreamToFile(PRFileDesc *fd, PEHeader *,
142 int *headerSize); 110 int *headerSize);
143 111
144 PEHeader *SSL_PreencryptedFileToStream(PRFileDesc *fd, PEHeader *, 112 PEHeader *SSL_PreencryptedFileToStream(PRFileDesc *fd, PEHeader *,
145 int *headerSize); 113 int *headerSize);
146 114
OLDNEW
« no previous file with comments | « net/third_party/nss/ssl/os2_err.c ('k') | net/third_party/nss/ssl/prelib.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698