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

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
H A Dfactory_unittest.py55 def test_mac(self): member in class:FactoryTest
/external/chromium_org/content/child/webcrypto/test/
H A Dhmac_unittest.cc48 const std::vector<uint8_t> test_mac = GetBytesFromHexString(test, "mac"); local
75 EXPECT_BYTES_EQ(test_mac, output);
/external/chromium_org/third_party/libjpeg_turbo/
H A Djmemmgr.c1066 size_t test_mac; local
1084 test_mac = (size_t) MAX_ALLOC_CHUNK;
1085 if ((long) test_mac != MAX_ALLOC_CHUNK ||
/external/jpeg/
H A Djmemmgr.c1033 size_t test_mac; local
1051 test_mac = (size_t) MAX_ALLOC_CHUNK;
1052 if ((long) test_mac != MAX_ALLOC_CHUNK ||
/external/pdfium/core/src/fxcodec/libjpeg/
H A Dfpdfapi_jmemmgr.c1036 size_t test_mac; local
1054 test_mac = (size_t) MAX_ALLOC_CHUNK;
1055 if ((long) test_mac != MAX_ALLOC_CHUNK ||
/external/qemu/distrib/jpeg-6b/
H A Djmemmgr.c1033 size_t test_mac; local
1051 test_mac = (size_t) MAX_ALLOC_CHUNK;
1052 if ((long) test_mac != MAX_ALLOC_CHUNK ||
/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_ble.c1932 memcpy(p_mac, btm_cb.devcb.test_mac, BTM_CMAC_TLEN_SIZE);
2292 memcpy(btm_cb.devcb.test_mac, p_test_mac_val, BT_OCTET8_LEN);
H A Dbtm_int.h207 BT_OCTET8 test_mac; member in struct:__anon1239

Completed in 253 milliseconds