Home
last modified time | relevance | path

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

/frameworks/base/keystore/java/android/security/
DKeyStore.java750 byte[] maskingKey, KeymasterArguments args, long rootSid, long fingerprintSid, in importWrappedKeyInternal() argument
757 wrappingKeyAlias, maskingKey, args, rootSid, fingerprintSid); in importWrappedKeyInternal()
776 byte[] maskingKey, KeymasterArguments args, long rootSid, long fingerprintSid, int uid, in importWrappedKey() argument
781 maskingKey, args, rootSid, fingerprintSid, outCharacteristics); in importWrappedKey()
785 maskingKey, args, rootSid, fingerprintSid, outCharacteristics); in importWrappedKey()
/frameworks/base/keystore/java/android/security/keystore/
DAndroidKeyStoreSpi.java769 byte[] maskingKey = new byte[32]; in setWrappedKeyEntry()
833 maskingKey, in setWrappedKeyEntry()