cryptlib  3.4.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros
Macros
acl_perm.h File Reference

Go to the source code of this file.

Macros

#define ACCESS_xxx_xxx   0x0000 /* No access */
 
#define ACCESS_xxx_xWx   0x0202 /* Low: Write-only */
 
#define ACCESS_xxx_xWD   0x0303 /* Low: Write/delete */
 
#define ACCESS_xxx_Rxx   0x0404 /* Low: Read-only */
 
#define ACCESS_xxx_RWx   0x0606 /* Low: Read/write */
 
#define ACCESS_xxx_RWD   0x0707 /* Low: All access */
 
#define ACCESS_xWx_xWx   0x2222 /* High: Write-only, Low: Write-only */
 
#define ACCESS_xWD_xWD   0x3333 /* High: Write/delete, Low: Write/delete */
 
#define ACCESS_xWx_xxx   0x2020 /* High: Write-only, Low: None */
 
#define ACCESS_Rxx_xxx   0x4040 /* High: Read-only, Low: None */
 
#define ACCESS_Rxx_xWx   0x4242 /* High: Read-only, Low: Write-only */
 
#define ACCESS_Rxx_Rxx   0x4444 /* High: Read-only, Low: Read-only */
 
#define ACCESS_Rxx_RxD   0x4545 /* High: Read-only, Low: Read/delete */
 
#define ACCESS_Rxx_RWx   0x4646 /* High: Read-only, Low: Read/write */
 
#define ACCESS_Rxx_RWD   0x4747 /* High: Read-only, Low: All access */
 
#define ACCESS_RxD_RxD   0x5555 /* High: Read/delete, Low: Read/delete */
 
#define ACCESS_RWx_xxx   0x6060 /* High: Read/write, Low: None */
 
#define ACCESS_RWx_xWx   0x6262 /* High: Read/write, Low: Write-only */
 
#define ACCESS_RWx_Rxx   0x6464 /* High: Read/write, Low: Read-only */
 
#define ACCESS_RWx_RWx   0x6666 /* High: Read/write, Low: Read/write */
 
#define ACCESS_RWx_RWD   0x6767 /* High: Read/write, Low: All access */
 
#define ACCESS_RWD_xxx   0x7070 /* High: All access, Low: None */
 
#define ACCESS_RWD_xWD   0x7373 /* High: All access, Low: Write/delete */
 
#define ACCESS_RWD_RWD   0x7777 /* High: All access, Low: All access */
 
#define ACCESS_INT_xxx_xxx   0x0000 /* Internal: No access */
 
#define ACCESS_INT_xxx_xWx   0x0200 /* Internal: None, write-only */
 
#define ACCESS_INT_xxx_Rxx   0x0400 /* Internal: None, read-only */
 
#define ACCESS_INT_xWx_xxx   0x2000 /* Internal: Write-only, none */
 
#define ACCESS_INT_xWx_xWx   0x2200 /* Internal: Write-only, write-only */
 
#define ACCESS_INT_Rxx_xxx   0x4000 /* Internal: Read-only, none */
 
#define ACCESS_INT_Rxx_xWx   0x4200 /* Internal: Read-only, write-only */
 
#define ACCESS_INT_Rxx_Rxx   0x4400 /* Internal: Read-only, read-only */
 
#define ACCESS_INT_Rxx_RWx   0x4600 /* Internal: Read-only, read/write */
 
#define ACCESS_INT_RWx_xxx   0x6000 /* Internal: Read/write, none */
 
#define ACCESS_INT_RWx_xWx   0x6200 /* Internal: Read/write, write-only */
 
#define ACCESS_INT_RWx_RWx   0x6600 /* Internal: Read/write, read/write */
 
#define ACCESS_SPECIAL_Rxx_RWx_Rxx_Rxx
 
#define ACCESS_SPECIAL_Rxx_RWD_Rxx_Rxx
 
#define ACCESS_FLAG_x   0x0000 /* No access permitted */
 
#define ACCESS_FLAG_R   0x0004 /* Read access permitted */
 
#define ACCESS_FLAG_W   0x0002 /* Write access permitted */
 
#define ACCESS_FLAG_D   0x0001 /* Delete access permitted */
 
#define ACCESS_FLAG_H_R   0x0040 /* Read access permitted in high mode */
 
#define ACCESS_FLAG_H_W   0x0020 /* Write access permitted in high mode */
 
#define ACCESS_FLAG_H_D   0x0010 /* Delete access permitted in high mode */
 
#define ACCESS_MASK_EXTERNAL   0x0077 /* External-access flags mask */
 
#define ACCESS_MASK_INTERNAL   0x7700 /* Internal-access flags mask */
 
#define MK_ACCESS_INTERNAL(value)   ( ( value ) << 8 )
 
#define ACCESS_KEYSET_xxxxx   0x0000 /* No access */
 
#define ACCESS_KEYSET_xxXXx   0x0006 /* Special-case values (params optional) */
 
#define ACCESS_KEYSET_xxRxD   0x0005 /* Read and delete */
 
#define ACCESS_KEYSET_xxRWx   0x0006 /* Read/write */
 
#define ACCESS_KEYSET_xxRWD   0x0007 /* Read/write and delete */
 
#define ACCESS_KEYSET_FxRxD   0x0015 /* GetFirst, read, and delete */
 
#define ACCESS_KEYSET_FNxxx   0x0018 /* GetFirst/Next */
 
#define ACCESS_KEYSET_FNRWD   0x001F /* All access */
 
#define ACCESS_FLAG_F   0x0010 /* GetFirst access permitted */
 
#define ACCESS_FLAG_N   0x0008 /* GetNext access permitted */
 
#define MKPERM(perm)   ACCESS_##perm
 
#define MKPERM_INT(perm)   ACCESS_INT_##perm
 
#define MKPERM_CERTIFICATES(perm)   ACCESS_xxx_xxx
 
#define MKPERM_INT_CERTIFICATES(perm)   ACCESS_INT_xxx_xxx
 
#define MKPERM_SPECIAL_CERTIFICATES(perm)   ACCESS_xxx_xxx
 
#define MKPERM_CERTREQ(perm)   ACCESS_xxx_xxx
 
#define MKPERM_INT_CERTREQ(perm)   ACCESS_INT_xxx_xxx
 
#define MKPERM_CERTREV(perm)   ACCESS_xxx_xxx
 
#define MKPERM_INT_CERTREV(perm)   ACCESS_INT_xxx_xxx
 
#define MKPERM_CERTREQ_REV(perm)   ACCESS_xxx_xxx
 
#define MKPERM_CERTVAL(perm)   ACCESS_xxx_xxx
 
#define MKPERM_INT_CERTVAL(perm)   ACCESS_INT_xxx_xxx
 
#define MKPERM_CERTREV_VAL(perm)   ACCESS_xxx_xxx
 
#define MKPERM_INT_CERTREV_VAL(perm)   ACCESS_INT_xxx_xxx
 
#define MKPERM_CMSATTR(perm)   ACCESS_xxx_xxx
 
#define MKPERM_INT_CMSATTR(perm)   ACCESS_INT_xxx_xxx
 
#define MKPERM_SPECIAL_CMSATTR(perm)   ACCESS_xxx_xxx
 
#define MKPERM_PKIUSER(perm)   ACCESS_xxx_xxx
 
#define MKPERM_INT_PKIUSER(perm)   ACCESS_INT_xxx_xxx
 
#define MKPERM_CERT_OBSOLETE(perm)   ACCESS_xxx_xxx
 
#define MKPERM_DNSTRING(perm)   ACCESS_xxx_xxx
 
#define MKPERM_CMSATTR_OBSCURE(perm)   ACCESS_xxx_xxx
 
#define MKPERM_CMSATTR_OBSCURE_TSP(perm)   ACCESS_xxx_xxx
 
#define MKPERM_CERT_PKIX_PARTIAL(perm)   ACCESS_xxx_xxx
 
#define MKPERM_CERTREV_PKIX_PARTIAL(perm)   ACCESS_xxx_xxx
 
#define MKPERM_CERTREV_PKIX_FULL(perm)   ACCESS_xxx_xxx
 
#define MKPERM_PKIX_PARTIAL_OBSCURE(perm)   ACCESS_xxx_xxx
 
#define MKPERM_CERT_PKIX_FULL(perm)   ACCESS_xxx_xxx
 
#define MKPERM_CERTREQ_REV_PKIX_FULL(perm)   ACCESS_xxx_xxx
 
#define MKPERM_PKCS11(perm)   ACCESS_xxx_xxx
 
#define MKPERM_INT_PKCS11(perm)   ACCESS_INT_xxx_xxx
 
#define MKPERM_ENVELOPE(perm)   ACCESS_xxx_xxx
 
#define MKPERM_INT_ENVELOPE(perm)   ACCESS_INT_xxx_xxx
 
#define MKPERM_COMPRESSION(perm)   ACCESS_xxx_xxx
 
#define MKPERM_INT_COMPRESSION(perm)   ACCESS_INT_xxx_xxx
 
#define MKPERM_PGP(perm)   ACCESS_xxx_xxx
 
#define MKPERM_INT_PGP(perm)   ACCESS_INT_xxx_xxx
 
#define MKPERM_DBMS(perm)   ACCESS_xxx_xxx
 
#define MKPERM_INT_DBMS(perm)   ACCESS_INT_xxx_xxx
 
#define MKPERM_LDAP(perm)   ACCESS_xxx_xxx
 
#define MKPERM_INT_LDAP(perm)   ACCESS_INT_xxx_xxx
 
#define MKPERM_HTTP(perm)   ACCESS_xxx_xxx
 
#define MKPERM_INT_HTTP(perm)   ACCESS_INT_xxx_xxx
 
#define MKPERM_TCP(perm)   ACCESS_xxx_xxx
 
#define MKPERM_INT_TCP(perm)   ACCESS_INT_xxx_xxx
 
#define MKPERM_SESSIONS(perm)   ACCESS_xxx_xxx
 
#define MKPERM_INT_SESSIONS(perm)   ACCESS_INT_xxx_xxx
 
#define MKPERM_CMP(perm)   ACCESS_xxx_xxx
 
#define MKPERM_INT_CMP(perm)   ACCESS_INT_xxx_xxx
 
#define MKPERM_SCEP(perm)   ACCESS_xxx_xxx
 
#define MKPERM_SSH(perm)   ACCESS_xxx_xxx
 
#define MKPERM_INT_SSH(perm)   ACCESS_INT_xxx_xxx
 
#define MKPERM_SSH_EXT(perm)   ACCESS_xxx_xxx
 
#define MKPERM_SSL(perm)   ACCESS_xxx_xxx
 
#define MKPERM_INT_SSL(perm)   ACCESS_INT_xxx_xxx
 
#define MKPERM_TSP(perm)   ACCESS_xxx_xxx
 
#define MKPERM_INT_TSP(perm)   ACCESS_INT_xxx_xxx
 

Macro Definition Documentation

#define ACCESS_FLAG_D   0x0001 /* Delete access permitted */

Definition at line 88 of file acl_perm.h.

#define ACCESS_FLAG_F   0x0010 /* GetFirst access permitted */

Definition at line 125 of file acl_perm.h.

#define ACCESS_FLAG_H_D   0x0010 /* Delete access permitted in high mode */

Definition at line 91 of file acl_perm.h.

#define ACCESS_FLAG_H_R   0x0040 /* Read access permitted in high mode */

Definition at line 89 of file acl_perm.h.

#define ACCESS_FLAG_H_W   0x0020 /* Write access permitted in high mode */

Definition at line 90 of file acl_perm.h.

#define ACCESS_FLAG_N   0x0008 /* GetNext access permitted */

Definition at line 126 of file acl_perm.h.

#define ACCESS_FLAG_R   0x0004 /* Read access permitted */

Definition at line 86 of file acl_perm.h.

#define ACCESS_FLAG_W   0x0002 /* Write access permitted */

Definition at line 87 of file acl_perm.h.

#define ACCESS_FLAG_x   0x0000 /* No access permitted */

Definition at line 85 of file acl_perm.h.

#define ACCESS_INT_RWx_RWx   0x6600 /* Internal: Read/write, read/write */

Definition at line 78 of file acl_perm.h.

#define ACCESS_INT_RWx_xWx   0x6200 /* Internal: Read/write, write-only */

Definition at line 77 of file acl_perm.h.

#define ACCESS_INT_RWx_xxx   0x6000 /* Internal: Read/write, none */

Definition at line 76 of file acl_perm.h.

#define ACCESS_INT_Rxx_RWx   0x4600 /* Internal: Read-only, read/write */

Definition at line 75 of file acl_perm.h.

#define ACCESS_INT_Rxx_Rxx   0x4400 /* Internal: Read-only, read-only */

Definition at line 74 of file acl_perm.h.

#define ACCESS_INT_Rxx_xWx   0x4200 /* Internal: Read-only, write-only */

Definition at line 73 of file acl_perm.h.

#define ACCESS_INT_Rxx_xxx   0x4000 /* Internal: Read-only, none */

Definition at line 72 of file acl_perm.h.

#define ACCESS_INT_xWx_xWx   0x2200 /* Internal: Write-only, write-only */

Definition at line 71 of file acl_perm.h.

#define ACCESS_INT_xWx_xxx   0x2000 /* Internal: Write-only, none */

Definition at line 70 of file acl_perm.h.

#define ACCESS_INT_xxx_Rxx   0x0400 /* Internal: None, read-only */

Definition at line 69 of file acl_perm.h.

#define ACCESS_INT_xxx_xWx   0x0200 /* Internal: None, write-only */

Definition at line 68 of file acl_perm.h.

#define ACCESS_INT_xxx_xxx   0x0000 /* Internal: No access */

Definition at line 67 of file acl_perm.h.

#define ACCESS_KEYSET_FNRWD   0x001F /* All access */

Definition at line 123 of file acl_perm.h.

#define ACCESS_KEYSET_FNxxx   0x0018 /* GetFirst/Next */

Definition at line 122 of file acl_perm.h.

#define ACCESS_KEYSET_FxRxD   0x0015 /* GetFirst, read, and delete */

Definition at line 121 of file acl_perm.h.

#define ACCESS_KEYSET_xxRWD   0x0007 /* Read/write and delete */

Definition at line 120 of file acl_perm.h.

#define ACCESS_KEYSET_xxRWx   0x0006 /* Read/write */

Definition at line 119 of file acl_perm.h.

#define ACCESS_KEYSET_xxRxD   0x0005 /* Read and delete */

Definition at line 118 of file acl_perm.h.

#define ACCESS_KEYSET_xxxxx   0x0000 /* No access */

Definition at line 116 of file acl_perm.h.

#define ACCESS_KEYSET_xxXXx   0x0006 /* Special-case values (params optional) */

Definition at line 117 of file acl_perm.h.

#define ACCESS_MASK_EXTERNAL   0x0077 /* External-access flags mask */

Definition at line 93 of file acl_perm.h.

#define ACCESS_MASK_INTERNAL   0x7700 /* Internal-access flags mask */

Definition at line 94 of file acl_perm.h.

#define ACCESS_RWD_RWD   0x7777 /* High: All access, Low: All access */

Definition at line 65 of file acl_perm.h.

#define ACCESS_RWD_xWD   0x7373 /* High: All access, Low: Write/delete */

Definition at line 64 of file acl_perm.h.

#define ACCESS_RWD_xxx   0x7070 /* High: All access, Low: None */

Definition at line 63 of file acl_perm.h.

#define ACCESS_RWx_RWD   0x6767 /* High: Read/write, Low: All access */

Definition at line 62 of file acl_perm.h.

#define ACCESS_RWx_RWx   0x6666 /* High: Read/write, Low: Read/write */

Definition at line 61 of file acl_perm.h.

#define ACCESS_RWx_Rxx   0x6464 /* High: Read/write, Low: Read-only */

Definition at line 60 of file acl_perm.h.

#define ACCESS_RWx_xWx   0x6262 /* High: Read/write, Low: Write-only */

Definition at line 59 of file acl_perm.h.

#define ACCESS_RWx_xxx   0x6060 /* High: Read/write, Low: None */

Definition at line 58 of file acl_perm.h.

#define ACCESS_RxD_RxD   0x5555 /* High: Read/delete, Low: Read/delete */

Definition at line 57 of file acl_perm.h.

#define ACCESS_Rxx_RWD   0x4747 /* High: Read-only, Low: All access */

Definition at line 56 of file acl_perm.h.

#define ACCESS_Rxx_RWx   0x4646 /* High: Read-only, Low: Read/write */

Definition at line 55 of file acl_perm.h.

#define ACCESS_Rxx_RxD   0x4545 /* High: Read-only, Low: Read/delete */

Definition at line 54 of file acl_perm.h.

#define ACCESS_Rxx_Rxx   0x4444 /* High: Read-only, Low: Read-only */

Definition at line 53 of file acl_perm.h.

#define ACCESS_Rxx_xWx   0x4242 /* High: Read-only, Low: Write-only */

Definition at line 52 of file acl_perm.h.

#define ACCESS_Rxx_xxx   0x4040 /* High: Read-only, Low: None */

Definition at line 51 of file acl_perm.h.

#define ACCESS_SPECIAL_Rxx_RWD_Rxx_Rxx
Value:
0x4744 /* Internal = Read-only, all access,
External = Read-only, read-only */

Definition at line 82 of file acl_perm.h.

#define ACCESS_SPECIAL_Rxx_RWx_Rxx_Rxx
Value:
0x4644 /* Internal = Read-only, read/write,
External = Read-only, read-only */

Definition at line 80 of file acl_perm.h.

#define ACCESS_xWD_xWD   0x3333 /* High: Write/delete, Low: Write/delete */

Definition at line 49 of file acl_perm.h.

#define ACCESS_xWx_xWx   0x2222 /* High: Write-only, Low: Write-only */

Definition at line 48 of file acl_perm.h.

#define ACCESS_xWx_xxx   0x2020 /* High: Write-only, Low: None */

Definition at line 50 of file acl_perm.h.

#define ACCESS_xxx_RWD   0x0707 /* Low: All access */

Definition at line 47 of file acl_perm.h.

#define ACCESS_xxx_RWx   0x0606 /* Low: Read/write */

Definition at line 46 of file acl_perm.h.

#define ACCESS_xxx_Rxx   0x0404 /* Low: Read-only */

Definition at line 45 of file acl_perm.h.

#define ACCESS_xxx_xWD   0x0303 /* Low: Write/delete */

Definition at line 44 of file acl_perm.h.

#define ACCESS_xxx_xWx   0x0202 /* Low: Write-only */

Definition at line 43 of file acl_perm.h.

#define ACCESS_xxx_xxx   0x0000 /* No access */

Definition at line 42 of file acl_perm.h.

#define MK_ACCESS_INTERNAL (   value)    ( ( value ) << 8 )

Definition at line 96 of file acl_perm.h.

#define MKPERM (   perm)    ACCESS_##perm

Definition at line 138 of file acl_perm.h.

#define MKPERM_CERT_OBSOLETE (   perm)    ACCESS_xxx_xxx

Definition at line 212 of file acl_perm.h.

#define MKPERM_CERT_PKIX_FULL (   perm)    ACCESS_xxx_xxx

Definition at line 259 of file acl_perm.h.

#define MKPERM_CERT_PKIX_PARTIAL (   perm)    ACCESS_xxx_xxx

Definition at line 236 of file acl_perm.h.

#define MKPERM_CERTIFICATES (   perm)    ACCESS_xxx_xxx

Definition at line 148 of file acl_perm.h.

#define MKPERM_CERTREQ (   perm)    ACCESS_xxx_xxx

Definition at line 157 of file acl_perm.h.

#define MKPERM_CERTREQ_REV (   perm)    ACCESS_xxx_xxx

Definition at line 172 of file acl_perm.h.

#define MKPERM_CERTREQ_REV_PKIX_FULL (   perm)    ACCESS_xxx_xxx

Definition at line 266 of file acl_perm.h.

#define MKPERM_CERTREV (   perm)    ACCESS_xxx_xxx

Definition at line 165 of file acl_perm.h.

#define MKPERM_CERTREV_PKIX_FULL (   perm)    ACCESS_xxx_xxx

Definition at line 247 of file acl_perm.h.

#define MKPERM_CERTREV_PKIX_PARTIAL (   perm)    ACCESS_xxx_xxx

Definition at line 242 of file acl_perm.h.

#define MKPERM_CERTREV_VAL (   perm)    ACCESS_xxx_xxx

Definition at line 187 of file acl_perm.h.

#define MKPERM_CERTVAL (   perm)    ACCESS_xxx_xxx

Definition at line 179 of file acl_perm.h.

#define MKPERM_CMP (   perm)    ACCESS_xxx_xxx

Definition at line 353 of file acl_perm.h.

#define MKPERM_CMSATTR (   perm)    ACCESS_xxx_xxx

Definition at line 196 of file acl_perm.h.

#define MKPERM_CMSATTR_OBSCURE (   perm)    ACCESS_xxx_xxx

Definition at line 224 of file acl_perm.h.

#define MKPERM_CMSATTR_OBSCURE_TSP (   perm)    ACCESS_xxx_xxx

Definition at line 230 of file acl_perm.h.

#define MKPERM_COMPRESSION (   perm)    ACCESS_xxx_xxx

Definition at line 293 of file acl_perm.h.

#define MKPERM_DBMS (   perm)    ACCESS_xxx_xxx

Definition at line 311 of file acl_perm.h.

#define MKPERM_DNSTRING (   perm)    ACCESS_xxx_xxx

Definition at line 218 of file acl_perm.h.

#define MKPERM_ENVELOPE (   perm)    ACCESS_xxx_xxx

Definition at line 285 of file acl_perm.h.

#define MKPERM_HTTP (   perm)    ACCESS_xxx_xxx

Definition at line 327 of file acl_perm.h.

#define MKPERM_INT (   perm)    ACCESS_INT_##perm

Definition at line 139 of file acl_perm.h.

#define MKPERM_INT_CERTIFICATES (   perm)    ACCESS_INT_xxx_xxx

Definition at line 149 of file acl_perm.h.

#define MKPERM_INT_CERTREQ (   perm)    ACCESS_INT_xxx_xxx

Definition at line 158 of file acl_perm.h.

#define MKPERM_INT_CERTREV (   perm)    ACCESS_INT_xxx_xxx

Definition at line 166 of file acl_perm.h.

#define MKPERM_INT_CERTREV_VAL (   perm)    ACCESS_INT_xxx_xxx

Definition at line 188 of file acl_perm.h.

#define MKPERM_INT_CERTVAL (   perm)    ACCESS_INT_xxx_xxx

Definition at line 180 of file acl_perm.h.

#define MKPERM_INT_CMP (   perm)    ACCESS_INT_xxx_xxx

Definition at line 354 of file acl_perm.h.

#define MKPERM_INT_CMSATTR (   perm)    ACCESS_INT_xxx_xxx

Definition at line 197 of file acl_perm.h.

#define MKPERM_INT_COMPRESSION (   perm)    ACCESS_INT_xxx_xxx

Definition at line 294 of file acl_perm.h.

#define MKPERM_INT_DBMS (   perm)    ACCESS_INT_xxx_xxx

Definition at line 312 of file acl_perm.h.

#define MKPERM_INT_ENVELOPE (   perm)    ACCESS_INT_xxx_xxx

Definition at line 286 of file acl_perm.h.

#define MKPERM_INT_HTTP (   perm)    ACCESS_INT_xxx_xxx

Definition at line 328 of file acl_perm.h.

#define MKPERM_INT_LDAP (   perm)    ACCESS_INT_xxx_xxx

Definition at line 320 of file acl_perm.h.

#define MKPERM_INT_PGP (   perm)    ACCESS_INT_xxx_xxx

Definition at line 302 of file acl_perm.h.

#define MKPERM_INT_PKCS11 (   perm)    ACCESS_INT_xxx_xxx

Definition at line 276 of file acl_perm.h.

#define MKPERM_INT_PKIUSER (   perm)    ACCESS_INT_xxx_xxx

Definition at line 206 of file acl_perm.h.

#define MKPERM_INT_SESSIONS (   perm)    ACCESS_INT_xxx_xxx

Definition at line 346 of file acl_perm.h.

#define MKPERM_INT_SSH (   perm)    ACCESS_INT_xxx_xxx

Definition at line 368 of file acl_perm.h.

#define MKPERM_INT_SSL (   perm)    ACCESS_INT_xxx_xxx

Definition at line 382 of file acl_perm.h.

#define MKPERM_INT_TCP (   perm)    ACCESS_INT_xxx_xxx

Definition at line 338 of file acl_perm.h.

#define MKPERM_INT_TSP (   perm)    ACCESS_INT_xxx_xxx

Definition at line 390 of file acl_perm.h.

#define MKPERM_LDAP (   perm)    ACCESS_xxx_xxx

Definition at line 319 of file acl_perm.h.

#define MKPERM_PGP (   perm)    ACCESS_xxx_xxx

Definition at line 301 of file acl_perm.h.

#define MKPERM_PKCS11 (   perm)    ACCESS_xxx_xxx

Definition at line 275 of file acl_perm.h.

#define MKPERM_PKIUSER (   perm)    ACCESS_xxx_xxx

Definition at line 205 of file acl_perm.h.

#define MKPERM_PKIX_PARTIAL_OBSCURE (   perm)    ACCESS_xxx_xxx

Definition at line 253 of file acl_perm.h.

#define MKPERM_SCEP (   perm)    ACCESS_xxx_xxx

Definition at line 360 of file acl_perm.h.

#define MKPERM_SESSIONS (   perm)    ACCESS_xxx_xxx

Definition at line 345 of file acl_perm.h.

#define MKPERM_SPECIAL_CERTIFICATES (   perm)    ACCESS_xxx_xxx

Definition at line 150 of file acl_perm.h.

#define MKPERM_SPECIAL_CMSATTR (   perm)    ACCESS_xxx_xxx

Definition at line 198 of file acl_perm.h.

#define MKPERM_SSH (   perm)    ACCESS_xxx_xxx

Definition at line 367 of file acl_perm.h.

#define MKPERM_SSH_EXT (   perm)    ACCESS_xxx_xxx

Definition at line 374 of file acl_perm.h.

#define MKPERM_SSL (   perm)    ACCESS_xxx_xxx

Definition at line 381 of file acl_perm.h.

#define MKPERM_TCP (   perm)    ACCESS_xxx_xxx

Definition at line 337 of file acl_perm.h.

#define MKPERM_TSP (   perm)    ACCESS_xxx_xxx

Definition at line 389 of file acl_perm.h.