Home
last modified time | relevance | path

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

/frameworks/base/keystore/java/android/security/
DKeyStore.java761 byte[] maskingKey, KeymasterArguments args, long rootSid, long fingerprintSid, in importWrappedKeyInternal() argument
768 wrappingKeyAlias, maskingKey, args, rootSid, fingerprintSid); in importWrappedKeyInternal()
787 byte[] maskingKey, KeymasterArguments args, long rootSid, long fingerprintSid, int uid, in importWrappedKey() argument
792 maskingKey, args, rootSid, fingerprintSid, outCharacteristics); in importWrappedKey()
796 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()