~ubuntu-branches/ubuntu/natty/gnome-keyring/natty

« back to all changes in this revision

Viewing changes to pkcs11/pkcs11i.h

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2010-02-16 19:00:06 UTC
  • mfrom: (1.1.58 upstream)
  • Revision ID: james.westby@ubuntu.com-20100216190006-cqpnic4zxlkmmi0o
Tags: 2.29.90git20100218-0ubuntu1
Updated to a git snapshot version

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
typedef CK_ULONG CK_G_APPLICATION_ID;
54
54
 
55
55
typedef struct CK_G_APPLICATION {
56
 
        CK_UTF8CHAR applicationName;
57
56
        CK_VOID_PTR applicationData;
58
 
        CK_FLAGS flags;
59
57
        CK_G_APPLICATION_ID applicationId;
60
58
} CK_G_APPLICATION;
61
59
 
63
61
 
64
62
#define CKR_G_APPLICATION_ID_INVALID             (CKR_GNOME + 10)
65
63
 
 
64
 
 
65
/* -------------------------------------------------------------------
 
66
 * SECRETS
 
67
 */
 
68
 
 
69
#define CKO_G_COLLECTION                     (CKO_GNOME + 110)
 
70
 
 
71
#define CKK_G_SECRET_ITEM                    (CKK_GNOME + 101)
 
72
 
 
73
#define CKO_G_SEARCH                         (CKO_GNOME + 111)
 
74
 
 
75
#define CKA_G_LOCKED                         (CKA_GNOME + 210)
 
76
 
 
77
#define CKA_G_CREATED                        (CKA_GNOME + 211)
 
78
 
 
79
#define CKA_G_MODIFIED                       (CKA_GNOME + 212)
 
80
 
 
81
#define CKA_G_FIELDS                         (CKA_GNOME + 213)
 
82
 
 
83
#define CKA_G_COLLECTION                     (CKA_GNOME + 214)
 
84
 
 
85
#define CKA_G_MATCHED                        (CKA_GNOME + 215)
 
86
 
 
87
#define CKA_G_SCHEMA                         (CKA_GNOME + 216)
 
88
 
 
89
/* -------------------------------------------------------------------
 
90
 * MECHANISMS
 
91
 */
 
92
 
 
93
/* Used for wrapping and unwrapping as null */
 
94
#define CKM_G_NULL                           (CKM_GNOME + 100)
 
95
 
 
96
#define CKK_G_NULL                           (CKK_GNOME + 100)
 
97
 
 
98
/* -------------------------------------------------------------------
 
99
 * AUTO DESTRUCT
 
100
 */
 
101
 
 
102
#define CKA_G_DESTRUCT_IDLE                  (CKA_GNOME + 190)
 
103
 
 
104
#define CKA_G_DESTRUCT_AFTER                 (CKA_GNOME + 191)
 
105
 
 
106
#define CKA_G_DESTRUCT_USES                  (CKA_GNOME + 192)
 
107
 
 
108
/* -------------------------------------------------------------------
 
109
 * CREDENTIAL
 
110
 */
 
111
 
 
112
#define CKO_G_CREDENTIAL                         (CKO_GNOME + 100)
 
113
 
 
114
#define CKA_G_OBJECT                             (CKA_GNOME + 202)
 
115
 
 
116
#define CKA_G_CREDENTIAL                         (CKA_GNOME + 204)
 
117
 
 
118
#define CKA_G_CREDENTIAL_TEMPLATE                (CKA_GNOME + 205)
 
119
 
66
120
#endif /* PKCS11I_H */