Home
last modified time | relevance | path

Searched defs:rawKey (Results 1 – 5 of 5) sorted by relevance

/aosp12/packages/services/Car/packages/ScriptExecutor/tests/unit/src/com/android/car/scriptexecutor/
H A DJniUtilsTestHelper.cpp33 const char* rawKey = env->GetStringUTFChars(key, nullptr); in hasIntegerArray() local
98 const char* rawKey = env->GetStringUTFChars(key, nullptr); in Java_com_android_car_scriptexecutor_JniUtilsTest_nativeHasBooleanValue() local
115 const char* rawKey = env->GetStringUTFChars(key, nullptr); in Java_com_android_car_scriptexecutor_JniUtilsTest_nativeHasIntValue() local
133 const char* rawKey = env->GetStringUTFChars(key, nullptr); in Java_com_android_car_scriptexecutor_JniUtilsTest_nativeHasDoubleValue() local
151 const char* rawKey = env->GetStringUTFChars(key, nullptr); in Java_com_android_car_scriptexecutor_JniUtilsTest_nativeHasStringValue() local
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/
H A DWrappedKeyTest.java72 SecretKey rawKey = generateKey(); in fromSecretKey_createsWrappedKeyThatCanBeUnwrapped_nullMetadata() local
91 SecretKey rawKey = generateKey(); in fromSecretKey_createsWrappedKeyThatCanBeUnwrapped_nonNullMetadata() local
109 SecretKey rawKey = generateKey(); in fromSecretKey_returnsAKeyWithTheGenerationIdOfTheWrappingKey() local
/aosp12/frameworks/base/tools/obbtool/
H A Dpbkdf2gen.cpp60 unsigned char rawKey[KEY_BITS]; in main() local
/aosp12/packages/services/Car/packages/ScriptExecutor/src/
H A DJniUtils.cpp158 const char* rawKey = env->GetStringUTFChars(key.get(), nullptr); in pushBundleToLuaTable() local
/aosp12/frameworks/base/core/java/android/app/backup/
H A DBackupHelperDispatcher.java115 String rawKey = input.getKey(); in performRestore() local