~ubuntu-branches/ubuntu/maverick/nss/maverick

« back to all changes in this revision

Viewing changes to mozilla/security/nss/lib/softoken/softoknt.h

  • Committer: Bazaar Package Importer
  • Author(s): Alexander Sack
  • Date: 2009-06-16 13:23:47 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20090616132347-311ysb8oep74b98y
Tags: 3.12.3-0ubuntu1
* new upstream release 3.12.3 RTM (NSS_3_12_3_RTM) (LP: #387751)
* adjust patches to changed upstream code base
  - update debian/patches/38_kbsd.patch
* needs nspr >= 4.7.4
  - update debian/control
* update 85_security_load.patch to latest debian version
  - update debian/patches/85_security_load.patch
* add new symbols for 3.12.3
  - update debian/libnss3-1d.symbols

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
 * the terms of any one of the MPL, the GPL or the LGPL.
37
37
 *
38
38
 * ***** END LICENSE BLOCK ***** */
39
 
/* $Id: softoknt.h,v 1.4 2006/05/05 20:02:47 wtchang%redhat.com Exp $ */
 
39
/* $Id: softoknt.h,v 1.5 2009/01/27 23:13:21 rrelyea%redhat.com Exp $ */
40
40
 
41
41
#ifndef _SOFTOKNT_H_
42
42
#define _SOFTOKNT_H_
70
70
    NSS_AUDIT_INFO = 1      /* informational messages */
71
71
} NSSAuditSeverity;
72
72
 
 
73
typedef enum {
 
74
    NSS_AUDIT_ACCESS_KEY = 0,
 
75
    NSS_AUDIT_CHANGE_KEY,
 
76
    NSS_AUDIT_COPY_KEY,
 
77
    NSS_AUDIT_CRYPT,
 
78
    NSS_AUDIT_DERIVE_KEY,
 
79
    NSS_AUDIT_DESTROY_KEY,
 
80
    NSS_AUDIT_DIGEST_KEY,
 
81
    NSS_AUDIT_FIPS_STATE,
 
82
    NSS_AUDIT_GENERATE_KEY,
 
83
    NSS_AUDIT_INIT_PIN,
 
84
    NSS_AUDIT_INIT_TOKEN,
 
85
    NSS_AUDIT_LOAD_KEY,
 
86
    NSS_AUDIT_LOGIN,
 
87
    NSS_AUDIT_LOGOUT,
 
88
    NSS_AUDIT_SELF_TEST,
 
89
    NSS_AUDIT_SET_PIN,
 
90
    NSS_AUDIT_UNWRAP_KEY,
 
91
    NSS_AUDIT_WRAP_KEY,
 
92
} NSSAuditType;
 
93
 
73
94
#endif /* _SOFTOKNT_H_ */