Home
last modified time | relevance | path

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

/linux/lib/crypto/tests/
H A Daes_cbc_macs_kunit.c62 } testvecs[] = { in test_aes_cmac_rfc4493() local
106 for (size_t i = 0; i < ARRAY_SIZE(testvecs); i++) { in test_aes_cmac_rfc4493()
109 aes_cmac(&key, testvecs[i].data, testvecs[i].data_len, mac); in test_aes_cmac_rfc4493()
110 KUNIT_ASSERT_MEMEQ(test, mac, testvecs[i].mac, AES_BLOCK_SIZE); in test_aes_cmac_rfc4493()