Searched refs:test_mac (Results 1 – 2 of 2) sorted by relevance
451 static const unsigned char test_mac[1][16] = variable507 ASSERT( 0 == memcmp( mac, test_mac[i], 16U ), in mbedtls_chachapoly_self_test()
479 static const unsigned char test_mac[2][16] = variable524 ASSERT( 0 == memcmp( mac, test_mac[i], 16U ), ( "failed (mac)\n" ) ); in mbedtls_poly1305_self_test()
Completed in 6 milliseconds