Lines Matching +full:0 +full:x0013

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