Searched refs:outKey (Results 1 - 3 of 3) sorted by relevance
/drivers/peripheral/huks/test/unittest/ |
H A D | hdi_ihuks_api_function_test.cpp | 283 struct HuksBlob outKey = {
in HWTEST_F() local 287 ret = g_huksHdiProxy->GenerateKey(g_huksHdiProxy, &keyAlias, ¶mSet, &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, ¶mSet, &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 D | CollationTest.java | 1570 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 D | CollationTest.java | 1573 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