Home
last modified time | relevance | path

Searched refs:KAT_GHASH (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/bearssl/test/
H A Dtest_crypto.c7118 static const char *const KAT_GHASH[] = { variable
7211 for (u = 0; KAT_GHASH[u]; u += 4) { in test_GHASH()
7221 hextobin(h, KAT_GHASH[u]); in test_GHASH()
7222 a_len = hextobin(a, KAT_GHASH[u + 1]); in test_GHASH()
7223 c_len = hextobin(c, KAT_GHASH[u + 2]); in test_GHASH()
7224 hextobin(ref, KAT_GHASH[u + 3]); in test_GHASH()