Home
last modified time | relevance | path

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

/drivers/peripheral/huks/test/unittest/
H A Dhdi_ihuks_api_function_test.cpp283 struct HuksBlob outKey = { in HWTEST_F() local
287 ret = g_huksHdiProxy->GenerateKey(g_huksHdiProxy, &keyAlias, &paramSet, &key, &outKey); in HWTEST_F()
289 ASSERT_EQ(outKey.dataLen, sizeof(g_generateOutKey)); in HWTEST_F()
318 struct HuksBlob outKey = { in HWTEST_F() local
322 ret = g_huksHdiProxy->ImportKey(g_huksHdiProxy, &keyAlias, &key, &paramSet, &outKey); in HWTEST_F()
324 ASSERT_EQ(outKey.dataLen, sizeof(g_importOutKey)); in HWTEST_F()
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
H A DCollationTest.java1570 Output<CollationKey> outKey = new Output<>(key); in checkCompareTwo()
1571 if (getMergedCollationKey(prevString, outPrevKey) | getMergedCollationKey(s, outKey)) { in checkCompareTwo()
1573 key = outKey.value; in checkCompareTwo()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/
H A DCollationTest.java1573 Output<CollationKey> outKey = new Output<CollationKey>(key); in checkCompareTwo()
1574 if (getMergedCollationKey(prevString, outPrevKey) | getMergedCollationKey(s, outKey)) { in checkCompareTwo()
1576 key = outKey.value; in checkCompareTwo()

Completed in 6 milliseconds