Home
last modified time | relevance | path

Searched refs:bit_to_tweak (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/keymaster/4.0/vts/functional/
DHmacKeySharingTest.cpp197 uint8_t bit_to_tweak = rand() % 8; in TEST_P() local
198 params[param_to_tweak].nonce[byte_to_tweak] ^= (1 << bit_to_tweak); in TEST_P()
/hardware/interfaces/security/sharedsecret/aidl/vts/functional/
DSharedSecretAidlTest.cpp222 uint8_t bit_to_tweak = rand() % 8; in TEST_F() local
223 params[param_to_tweak].nonce[byte_to_tweak] ^= (1 << bit_to_tweak); in TEST_F()