Home
last modified time | relevance | path

Searched refs:keyID (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/
H A Dpercent_tdd_test.h69 void VerifyDimension(JSValue element, uint16_t keyID, int16_t targetPX) const;
H A Dpercent_tdd_test.cpp131 void PercentTddTest::VerifyDimension(JSValue element, uint16_t keyID, int16_t targetPX) const in VerifyDimension() argument
140 Dimension dimension = component->GetDimension(keyID); in VerifyDimension()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
H A Dsmp_tool.c400 uint8_t keyID[CRYPT_F5_KEYID_LEN] = {0x62, 0x74, 0x6C, 0x65}; in SMP_CryptographicF5() local
406 SMP_WriteToRow(param->output, CRYPT_F5_OUT_LEN, offset, keyID, CRYPT_F5_KEYID_LEN); in SMP_CryptographicF5()