Lines Matching defs:key
58 unsigned char key[20];
103 memset(key, 0x0b, 16);
104 isc_hmacmd5_init(&hmacmd5, key, 16);
111 strlcpy((char *)key, "Jefe", sizeof(key));
112 isc_hmacmd5_init(&hmacmd5, key, 4);
123 memset(key, 0xaa, 16);
124 isc_hmacmd5_init(&hmacmd5, key, 16);
135 memset(key, 0x0b, 20);
136 isc_hmacsha1_init(&hmacsha1, key, 20);
143 strlcpy((char *)key, "Jefe", sizeof(key));
144 isc_hmacsha1_init(&hmacsha1, key, 4);
155 memset(key, 0xaa, 20);
156 isc_hmacsha1_init(&hmacsha1, key, 20);
166 memset(key, 0x0b, 20);
167 isc_hmacsha224_init(&hmacsha224, key, 20);
174 strlcpy((char *)key, "Jefe", sizeof(key));
175 isc_hmacsha224_init(&hmacsha224, key, 4);
186 memset(key, 0xaa, 20);
187 isc_hmacsha224_init(&hmacsha224, key, 20);
197 memset(key, 0x0b, 20);
198 isc_hmacsha256_init(&hmacsha256, key, 20);
205 strlcpy((char *)key, "Jefe", sizeof(key));
206 isc_hmacsha256_init(&hmacsha256, key, 4);
217 memset(key, 0xaa, 20);
218 isc_hmacsha256_init(&hmacsha256, key, 20);
228 memset(key, 0x0b, 20);
229 isc_hmacsha384_init(&hmacsha384, key, 20);
236 strlcpy((char *)key, "Jefe", sizeof(key));
237 isc_hmacsha384_init(&hmacsha384, key, 4);
248 memset(key, 0xaa, 20);
249 isc_hmacsha384_init(&hmacsha384, key, 20);
259 memset(key, 0x0b, 20);
260 isc_hmacsha512_init(&hmacsha512, key, 20);
267 strlcpy((char *)key, "Jefe", sizeof(key));
268 isc_hmacsha512_init(&hmacsha512, key, 4);
279 memset(key, 0xaa, 20);
280 isc_hmacsha512_init(&hmacsha512, key, 20);