Lines Matching +full:0 +full:x0011
59 #define KG_TOK_MIC_MSG 0x0101
60 #define KG_TOK_WRAP_MSG 0x0201
62 #define KG2_TOK_INITIAL 0x0101
63 #define KG2_TOK_RESPONSE 0x0202
64 #define KG2_TOK_MIC 0x0404
65 #define KG2_TOK_WRAP 0x0504
67 #define KG2_TOKEN_FLAG_SENTBYACCEPTOR 0x01
68 #define KG2_TOKEN_FLAG_SEALED 0x02
69 #define KG2_TOKEN_FLAG_ACCEPTORSUBKEY 0x04
71 #define KG2_RESP_FLAG_ERROR 0x0001
72 #define KG2_RESP_FLAG_DELEG_OK 0x0002
75 SGN_ALG_DES_MAC_MD5 = 0x0000,
76 SGN_ALG_MD2_5 = 0x0001,
77 SGN_ALG_DES_MAC = 0x0002,
78 SGN_ALG_3 = 0x0003, /* not published */
79 SGN_ALG_HMAC_SHA1_DES3_KD = 0x0004
82 SEAL_ALG_NONE = 0xffff,
83 SEAL_ALG_DES = 0x0000,
84 SEAL_ALG_1 = 0x0001, /* not published */
85 SEAL_ALG_DES3KD = 0x0002
94 #define CKSUMTYPE_CRC32 0x0001
95 #define CKSUMTYPE_RSA_MD4 0x0002
96 #define CKSUMTYPE_RSA_MD4_DES 0x0003
97 #define CKSUMTYPE_DESCBC 0x0004
98 #define CKSUMTYPE_RSA_MD5 0x0007
99 #define CKSUMTYPE_RSA_MD5_DES 0x0008
100 #define CKSUMTYPE_NIST_SHA 0x0009
101 #define CKSUMTYPE_HMAC_SHA1_DES3 0x000c
102 #define CKSUMTYPE_HMAC_SHA1_96_AES128 0x000f
103 #define CKSUMTYPE_HMAC_SHA1_96_AES256 0x0010
104 #define CKSUMTYPE_CMAC_CAMELLIA128 0x0011
105 #define CKSUMTYPE_CMAC_CAMELLIA256 0x0012
106 #define CKSUMTYPE_HMAC_SHA256_128_AES128 0x0013
107 #define CKSUMTYPE_HMAC_SHA384_192_AES256 0x0014
134 #define ENCTYPE_NULL 0x0000
135 #define ENCTYPE_DES_CBC_CRC 0x0001 /* DES cbc mode with CRC-32 */
136 #define ENCTYPE_DES_CBC_MD4 0x0002 /* DES cbc mode with RSA-MD4 */
137 #define ENCTYPE_DES_CBC_MD5 0x0003 /* DES cbc mode with RSA-MD5 */
138 #define ENCTYPE_DES_CBC_RAW 0x0004 /* DES cbc mode raw */
140 #define ENCTYPE_DES3_CBC_SHA 0x0005 /* DES-3 cbc mode with NIST-SHA */
141 #define ENCTYPE_DES3_CBC_RAW 0x0006 /* DES-3 cbc mode raw */
142 #define ENCTYPE_DES_HMAC_SHA1 0x0008
143 #define ENCTYPE_DES3_CBC_SHA1 0x0010
144 #define ENCTYPE_AES128_CTS_HMAC_SHA1_96 0x0011
145 #define ENCTYPE_AES256_CTS_HMAC_SHA1_96 0x0012
146 #define ENCTYPE_AES128_CTS_HMAC_SHA256_128 0x0013
147 #define ENCTYPE_AES256_CTS_HMAC_SHA384_192 0x0014
148 #define ENCTYPE_ARCFOUR_HMAC 0x0017
149 #define ENCTYPE_ARCFOUR_HMAC_EXP 0x0018
150 #define ENCTYPE_CAMELLIA128_CTS_CMAC 0x0019
151 #define ENCTYPE_CAMELLIA256_CTS_CMAC 0x001A
152 #define ENCTYPE_UNKNOWN 0x01ff
163 #define KEY_USAGE_SEED_CHECKSUM (0x99)
164 #define KEY_USAGE_SEED_ENCRYPTION (0xAA)
165 #define KEY_USAGE_SEED_INTEGRITY (0x55)