Searched refs:xkey (Results 1 - 3 of 3) 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
239 ASSERT_OK(HexToSecret(xkey, &key));
474 bool TestAes128GcmSiv_TC(const char* xpt, const char* xaad, const char* xkey, const char* xnonce, argument
482 ASSERT_OK(HexToSecret(xkey, &key));
H A Dhmac.cpp183 bool TestRfc4231_TC(const char* xkey, const char* xdata, const char* xhmac) { argument
187 ASSERT_OK(HexToSecret(xkey, &key));
H A Dcipher.cpp354 bool TestSP800_TC(Cipher::Algorithm cipher, const char* xkey, const char* xiv, const char* xptext, argument
359 ASSERT_OK(HexToSecret(xkey, &key));

Completed in 25 milliseconds