Home
last modified time | relevance | path

Searched refs:passwordSid (Results 1 – 14 of 14) sorted by relevance

/aosp12/hardware/interfaces/keymaster/4.1/support/include/keymasterV4_1/
H A DKeymaster4.h93 uint64_t passwordSid, uint64_t biometricSid, in importWrappedKey() argument
96 unwrappingParams, passwordSid, biometricSid, _hidl_cb); in importWrappedKey()
/aosp12/system/keymaster/ng/include/
H A DAndroidKeymaster41Device.h119 uint64_t passwordSid, uint64_t biometricSid, in importWrappedKey() argument
122 unwrappingParams, passwordSid, biometricSid, _hidl_cb); in importWrappedKey()
H A DAndroidKeyMintDevice.h57 int64_t passwordSid, int64_t biometricSid,
H A DAndroidKeymaster4Device.h78 uint64_t passwordSid, uint64_t biometricSid,
/aosp12/hardware/interfaces/security/keymint/aidl/aidl_api/android.hardware.security.keymint/1/android/hardware/security/keymint/
H A DIKeyMintDevice.aidl42 …oid.hardware.security.keymint.KeyParameter[] unwrappingParams, in long passwordSid, in long biomet… in importWrappedKey() argument
/aosp12/hardware/interfaces/security/keymint/aidl/aidl_api/android.hardware.security.keymint/current/android/hardware/security/keymint/
H A DIKeyMintDevice.aidl42 …oid.hardware.security.keymint.KeyParameter[] unwrappingParams, in long passwordSid, in long biomet… in importWrappedKey() argument
/aosp12/hardware/interfaces/security/keymint/aidl/android/hardware/security/keymint/
H A DIKeyMintDevice.aidl467 in byte[] maskingKey, in KeyParameter[] unwrappingParams, in long passwordSid, in importWrappedKey() argument
/aosp12/system/core/trusty/keymaster/include/trusty_keymaster/
H A DTrustyKeyMintDevice.h61 int64_t passwordSid, int64_t biometricSid,
H A DTrustyKeymaster4Device.h72 uint64_t passwordSid, uint64_t biometricSid,
/aosp12/system/core/trusty/keymaster/keymint/
H A DTrustyKeyMintDevice.cpp197 int64_t passwordSid, // in importWrappedKey() argument
205 request.password_sid = static_cast<uint64_t>(passwordSid); in importWrappedKey()
/aosp12/system/keymaster/ng/
H A DAndroidKeyMintDevice.cpp326 int64_t passwordSid, int64_t biometricSid, // in importWrappedKey() argument
334 request.password_sid = static_cast<uint64_t>(passwordSid); in importWrappedKey()
H A DAndroidKeymaster4Device.cpp381 uint64_t passwordSid, uint64_t biometricSid, importWrappedKey_cb _hidl_cb) { in importWrappedKey() argument
388 request.password_sid = passwordSid; in importWrappedKey()
/aosp12/system/core/trusty/keymaster/4.0/
H A DTrustyKeymaster4Device.cpp413 uint64_t passwordSid, uint64_t biometricSid, importWrappedKey_cb _hidl_cb) { in importWrappedKey() argument
419 request.password_sid = passwordSid; in importWrappedKey()
/aosp12/hardware/interfaces/keymaster/4.0/
H A DIKeymasterDevice.hal572 * @param passwordSid specifies the password secure ID (SID) of the user that owns the key being
591 uint64_t passwordSid, uint64_t biometricSid)