Searched defs:gk (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/common/net/wanboot/crypt/
H A Ddes3_test.c36 * Also, gk[] and bk[] are used to test the 3DES keycheck algorithm.
37 * Each key in gk[] should pass the keycheck and every key in bk[] should
98 static test_keys_t gk[] = { variable
175 num = sizeof (gk) / sizeof (test_keys_t);
177 getxdata(key, gk[i].key1, DES_KEY_SIZE);
178 getxdata(&key[8], gk[i].key2, DES_KEY_SIZE);
179 getxdata(&key[16], gk[i].key3, DES_KEY_SIZE);

Completed in 58 milliseconds