Lines Matching refs:key
62 unsigned char key[20];
106 memset(key, 0x0b, 16);
107 isc_hmacmd5_init(&hmacmd5, key, 16);
114 strcpy((char *)key, "Jefe");
115 isc_hmacmd5_init(&hmacmd5, key, 4);
126 memset(key, 0xaa, 16);
127 isc_hmacmd5_init(&hmacmd5, key, 16);
137 memset(key, 0x0b, 20);
138 isc_hmacsha1_init(&hmacsha1, key, 20);
145 strcpy((char *)key, "Jefe");
146 isc_hmacsha1_init(&hmacsha1, key, 4);
157 memset(key, 0xaa, 20);
158 isc_hmacsha1_init(&hmacsha1, key, 20);
168 memset(key, 0x0b, 20);
169 isc_hmacsha224_init(&hmacsha224, key, 20);
176 strcpy((char *)key, "Jefe");
177 isc_hmacsha224_init(&hmacsha224, key, 4);
188 memset(key, 0xaa, 20);
189 isc_hmacsha224_init(&hmacsha224, key, 20);
199 memset(key, 0x0b, 20);
200 isc_hmacsha256_init(&hmacsha256, key, 20);
207 strcpy((char *)key, "Jefe");
208 isc_hmacsha256_init(&hmacsha256, key, 4);
219 memset(key, 0xaa, 20);
220 isc_hmacsha256_init(&hmacsha256, key, 20);
230 memset(key, 0x0b, 20);
231 isc_hmacsha384_init(&hmacsha384, key, 20);
238 strcpy((char *)key, "Jefe");
239 isc_hmacsha384_init(&hmacsha384, key, 4);
250 memset(key, 0xaa, 20);
251 isc_hmacsha384_init(&hmacsha384, key, 20);
261 memset(key, 0x0b, 20);
262 isc_hmacsha512_init(&hmacsha512, key, 20);
269 strcpy((char *)key, "Jefe");
270 isc_hmacsha512_init(&hmacsha512, key, 4);
281 memset(key, 0xaa, 20);
282 isc_hmacsha512_init(&hmacsha512, key, 20);