changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > core / lisp/ffi/keyutils/constants.lisp

changeset 698: 96958d3eb5b0
parent: da3a08c89941
author: Richard Westhaver <ellis@rwest.io>
date: Fri, 04 Oct 2024 22:04:59 -0400
permissions: -rw-r--r--
description: fixes
1 ("sys/types.h" "stdint.h" "keyutils.h")
2 
3 ( ;; ERROR_CODE
4  (:integer +key-spec-thread-keyring+ "KEY_SPEC_THREAD_KEYRING" t t)
5  (:integer +key-spec-process-keyring+ "KEY_SPEC_PROCESS_KEYRING" t t)
6  (:integer +key-spec-session-keyring+ "KEY_SPEC_SESSION_KEYRING" t t)
7  (:integer +key-spec-user-keyring+ "KEY_SPEC_USER_KEYRING" t t)
8  (:integer +key-spec-user-session-keyring+ "KEY_SPEC_USER_SESSION_KEYRING" t t)
9  (:integer +key-spec-group-keyring+ "KEY_SPEC_GROUP_KEYRING" t t)
10  (:integer +key-spec-reqkey-auth-key+ "KEY_SPEC_REQKEY_AUTH_KEY" t t)
11  (:integer +key-reqkey-defl-no-change+ "KEY_REQKEY_DEFL_NO_CHANGE" t t)
12  (:integer +key-reqkey-defl-default+ "KEY_REQKEY_DEFL_DEFAULT" t t)
13  (:integer +key-reqkey-defl-thread-keyring+ "KEY_REQKEY_DEFL_THREAD_KEYRING" t t)
14  (:integer +key-reqkey-defl-process-keyring+ "KEY_REQKEY_DEFL_PROCESS_KEYRING" t t)
15  (:integer +key-reqkey-defl-session-keyring+ "KEY_REQKEY_DEFL_SESSION_KEYRING" t t)
16  (:integer +key-reqkey-defl-user-keyring+ "KEY_REQKEY_DEFL_USER_KEYRING" t t)
17  (:integer +key-reqkey-defl-user-session-keyring+ "KEY_REQKEY_DEFL_USER_SESSION_KEYRING" t t)
18  (:integer +key-reqkey-defl-group-keyring+ "KEY_REQKEY_DEFL_GROUP_KEYRING" t t)
19  (:integer +key-pos-view+ "KEY_POS_VIEW" t t)
20  (:integer +key-pos-read+ "KEY_POS_READ" t t)
21  (:integer +key-pos-write+ "KEY_POS_WRITE" t t)
22  (:integer +key-pos-search+ "KEY_POS_SEARCH" t t)
23  (:integer +key-pos-link+ "KEY_POS_LINK" t t)
24  (:integer +key-pos-setattr+ "KEY_POS_SETATTR" t t)
25  (:integer +key-pos-all+ "KEY_POS_ALL" t t)
26  (:integer +key-usr-view+ "KEY_USR_VIEW" t t)
27  (:integer +key-usr-read+ "KEY_USR_READ" t t)
28  (:integer +key-usr-write+ "KEY_USR_WRITE" t t)
29  (:integer +key-usr-search+ "KEY_USR_SEARCH" t t)
30  (:integer +key-usr-link+ "KEY_USR_LINK" t t)
31  (:integer +key-usr-setattr+ "KEY_USR_SETATTR" t t)
32  (:integer +key-usr-all+ "KEY_USR_ALL" t t)
33  (:integer +key-grp-view+ "KEY_GRP_VIEW" t t)
34  (:integer +key-grp-read+ "KEY_GRP_READ" t t)
35  (:integer +key-grp-write+ "KEY_GRP_WRITE" t t)
36  (:integer +key-grp-search+ "KEY_GRP_SEARCH" t t)
37  (:integer +key-grp-link+ "KEY_GRP_LINK" t t)
38  (:integer +key-grp-setattr+ "KEY_GRP_SETATTR" t t)
39  (:integer +key-grp-all+ "KEY_GRP_ALL" t t)
40 
41  (:integer +key-oth-view+ "KEY_OTH_VIEW" t t)
42  (:integer +key-oth-read+ "KEY_OTH_READ" t t)
43  (:integer +key-oth-write+ "KEY_OTH_WRITE" t t)
44  (:integer +key-oth-search+ "KEY_OTH_SEARCH" t t)
45  (:integer +key-oth-link+ "KEY_OTH_LINK" t t)
46  (:integer +key-oth-setattr+ "KEY_OTH_SETATTR" t t)
47  (:integer +key-oth-all+ "KEY_OTH_ALL" t t)
48  (:integer +keyctl-get-keyring-id+ "KEYCTL_GET_KEYRING_ID" t t)
49  (:integer +keyctl-join-session-keyring+ "KEYCTL_JOIN_SESSION_KEYRING" t t)
50  (:integer +keyctl-update+ "KEYCTL_UPDATE" t t)
51  (:integer +keyctl-revoke+ "KEYCTL_REVOKE" t t)
52  (:integer +keyctl-chown+ "KEYCTL_CHOWN" t t)
53  (:integer +keyctl-setperm+ "KEYCTL_SETPERM" t t)
54  (:integer +keyctl-describe+ "KEYCTL_DESCRIBE" t t)
55  (:integer +keyctl-clear+ "KEYCTL_CLEAR" t t)
56  (:integer +keyctl-link+ "KEYCTL_LINK" t t)
57  (:integer +keyctl-unlink+ "KEYCTL_UNLINK" t t)
58  (:integer +keyctl-search+ "KEYCTL_SEARCH" t t)
59  (:integer +keyctl-read+ "KEYCTL_READ" t t)
60  (:integer +keyctl-instantiate+ "KEYCTL_INSTANTIATE" t t)
61  (:integer +keyctl-negate+ "KEYCTL_NEGATE" t t)
62  (:integer +keyctl-set-reqkey-keyring+ "KEYCTL_SET_REQKEY_KEYRING" t t)
63  (:integer +keyctl-set-timeout+ "KEYCTL_SET_TIMEOUT" t t)
64  (:integer +keyctl-assume-authority+ "KEYCTL_ASSUME_AUTHORITY" t t)
65  (:integer +keyctl-get-security+ "KEYCTL_GET_SECURITY" t t)
66  (:integer +keyctl-session-to-parent+ "KEYCTL_SESSION_TO_PARENT" t t)
67  (:integer +keyctl-reject+ "KEYCTL_REJECT" t t)
68  (:integer +keyctl-instantiate-iov+ "KEYCTL_INSTANTIATE_IOV" t t)
69  (:integer +keyctl-invalidate+ "KEYCTL_INVALIDATE" t t)
70  (:integer +keyctl-get-persistent+ "KEYCTL_GET_PERSISTENT" t t)
71  (:integer +keyctl-dh-compute+ "KEYCTL_DH_COMPUTE" t t)
72  (:integer +keyctl-pkey-query+ "KEYCTL_PKEY_QUERY" t t)
73  (:integer +keyctl-pkey-encrypt+ "KEYCTL_PKEY_ENCRYPT" t t)
74  (:integer +keyctl-pkey-decrypt+ "KEYCTL_PKEY_DECRYPT" t t)
75  (:integer +keyctl-pkey-sign+ "KEYCTL_PKEY_SIGN" t t)
76  (:integer +keyctl-pkey-verify+ "KEYCTL_PKEY_VERIFY" t t)
77  (:integer +keyctl-restrict-keyring+ "KEYCTL_RESTRICT_KEYRING" t t)
78  (:integer +keyctl-move+ "KEYCTL_MOVE" t t)
79  (:integer +keyctl-capabilities+ "KEYCTL_CAPABILITIES" t t)
80  (:integer +keyctl-watch-key+ "KEYCTL_WATCH_KEY" t t)
81  (:integer +keyctl-supports-encrypt+ "KEYCTL_SUPPORTS_ENCRYPT" t t)
82  (:integer +keyctl-supports-decrypt+ "KEYCTL_SUPPORTS_DECRYPT" t t)
83  (:integer +keyctl-supports-sign+ "KEYCTL_SUPPORTS_SIGN" t t)
84  (:integer +keyctl-supports-verify+ "KEYCTL_SUPPORTS_VERIFY" t t)
85  (:integer +keyctl-move-excl+ "KEYCTL_MOVE_EXCL" t t)
86  (:integer +keyctl-caps0-capabilities+ "KEYCTL_CAPS0_CAPABILITIES" t t)
87  (:integer +keyctl-caps0-persistent-keyrings+ "KEYCTL_CAPS0_PERSISTENT_KEYRINGS" t t)
88  (:integer +keyctl-caps0-diffie-hellman+ "KEYCTL_CAPS0_DIFFIE_HELLMAN" t t)
89  (:integer +keyctl-caps0-public-key+ "KEYCTL_CAPS0_PUBLIC_KEY" t t)
90  (:integer +keyctl-caps0-big-key+ "KEYCTL_CAPS0_BIG_KEY" t t)
91  (:integer +keyctl-caps0-invalidate+ "KEYCTL_CAPS0_INVALIDATE" t t)
92  (:integer +keyctl-caps0-restrict-keyring+ "KEYCTL_CAPS0_RESTRICT_KEYRING" t t)
93  (:integer +keyctl-caps0-move+ "KEYCTL_CAPS0_MOVE" t t)
94  (:integer +keyctl-caps1-ns-keyring-name+ "KEYCTL_CAPS1_NS_KEYRING_NAME" t t)
95  (:integer +keyctl-caps1-ns-key-tag+ "KEYCTL_CAPS1_NS_KEY_TAG" t t)
96  (:integer +keyctl-caps1-notifications+ "KEYCTL_CAPS1_NOTIFICATIONS" t t)
97  (:structure keyctl-dh-params ("struct keyctl_dh_params"
98  (key-serial-t priv "key_serial_t" "priv")
99  (key-serial-t prime "key_serial_t" "prime")
100  (key-serial-t base "key_serial_t" "base"))
101  t t)
102  (:structure keyctl-kdf-params ("struct keyctl_kdf_params"
103  (c-string hashname "char *" "hashname")
104  (c-string otherinfo "char *" "otherinfo")
105  (unsigned-int otherinfolen "uint32_t" "otherinfolen")
106  ((array unsigned-int 8) spare "uint32_t" "__spare[8]"))
107  t t)
108  (:structure keyctl-pkey-query ("struct keyctl_pkey_query"
109  (unsigned-int supported-ops "unsigned int" "supported_ops")
110  (unsigned-int key-size "unsigned int" "key_size")
111  (unsigned-short max-data-size "unsigned short" "max_data_size")
112  (unsigned-short max-sig-size "unsigned short" "max_sig_size")
113  (unsigned-short max-enc-size "unsigned short" "max_enc_size")
114  (unsigned-short max-dec-size "unsigned short" "max_dec_size")
115  ((array unsigned-int 10) spare "unsigned int" "__spare[10]"))
116  t t))