usr.bin/ssh/hmac.c
188
hmac_test(key1, sizeof(key1), data1, strlen(data1), dig1, sizeof(dig1));
usr.bin/ssh/hmac.c
189
hmac_test(key2, strlen(key2), data2, strlen(data2), dig2, sizeof(dig2));
usr.bin/ssh/hmac.c
190
hmac_test(key3, sizeof(key3), data3, sizeof(data3), dig3, sizeof(dig3));