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

Side by Side Diff: nss/lib/softoken/softoknt.h

Issue 16285003: Remove CVS keywords from NSS source files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/nss/
Patch Set: Created 7 years, 6 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 | « nss/lib/softoken/softoken.h ('k') | nss/lib/softoken/tlsprf.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 /* 1 /*
2 * softoknt.h - public data structures for the software token library 2 * softoknt.h - public data structures for the software token library
3 * 3 *
4 * This Source Code Form is subject to the terms of the Mozilla Public 4 * This Source Code Form is subject to the terms of the Mozilla Public
5 * License, v. 2.0. If a copy of the MPL was not distributed with this 5 * License, v. 2.0. If a copy of the MPL was not distributed with this
6 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 6 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
7 /* $Id$ */
8 7
9 #ifndef _SOFTOKNT_H_ 8 #ifndef _SOFTOKNT_H_
10 #define _SOFTOKNT_H_ 9 #define _SOFTOKNT_H_
11 10
12 /* 11 /*
13 * RSA block types 12 * RSA block types
14 * 13 *
15 * The actual values are important -- they are fixed, *not* arbitrary. 14 * The actual values are important -- they are fixed, *not* arbitrary.
16 * The explicit value assignments are not needed (because C would give 15 * The explicit value assignments are not needed (because C would give
17 * us those same values anyway) but are included as a reminder... 16 * us those same values anyway) but are included as a reminder...
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 NSS_AUDIT_LOAD_KEY, 49 NSS_AUDIT_LOAD_KEY,
51 NSS_AUDIT_LOGIN, 50 NSS_AUDIT_LOGIN,
52 NSS_AUDIT_LOGOUT, 51 NSS_AUDIT_LOGOUT,
53 NSS_AUDIT_SELF_TEST, 52 NSS_AUDIT_SELF_TEST,
54 NSS_AUDIT_SET_PIN, 53 NSS_AUDIT_SET_PIN,
55 NSS_AUDIT_UNWRAP_KEY, 54 NSS_AUDIT_UNWRAP_KEY,
56 NSS_AUDIT_WRAP_KEY 55 NSS_AUDIT_WRAP_KEY
57 } NSSAuditType; 56 } NSSAuditType;
58 57
59 #endif /* _SOFTOKNT_H_ */ 58 #endif /* _SOFTOKNT_H_ */
OLDNEW
« no previous file with comments | « nss/lib/softoken/softoken.h ('k') | nss/lib/softoken/tlsprf.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698