Searched refs:TestSIMD (Results 1 – 1 of 1) sorted by relevance
/external/boringssl/src/crypto/poly1305/ |
D | poly1305_test.cc | 29 static void TestSIMD(unsigned excess, const std::vector<uint8_t> &key, in TestSIMD() function 99 TestSIMD(0, key, in, mac); in TEST() 100 TestSIMD(16, key, in, mac); in TEST() 101 TestSIMD(32, key, in, mac); in TEST() 102 TestSIMD(48, key, in, mac); in TEST()
|