Searched refs:xaad (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/system/utest/crypto/
H A Daead.cpp233 bool TestAes128Gcm_TC(const char* xkey, const char* xiv, const char* xct, const char* xaad, argument
242 ASSERT_OK(HexToBytes(xaad, &aad));
474 bool TestAes128GcmSiv_TC(const char* xpt, const char* xaad, const char* xkey, const char* xnonce, argument
481 ASSERT_OK(HexToBytes(xaad, &aad));

Completed in 24 milliseconds