Home
last modified time | relevance | path

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

/lib/crypto/tests/
A Dpoly1305_kunit.c120 u8 actual_mac[POLY1305_DIGEST_SIZE]; in test_poly1305_reduction_edge_cases() local
142 poly1305(key, data, sizeof(data), actual_mac); in test_poly1305_reduction_edge_cases()
143 KUNIT_ASSERT_MEMEQ(test, actual_mac, expected_mac, in test_poly1305_reduction_edge_cases()

Completed in 4 milliseconds