Home
last modified time | relevance | path

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

/aosp14/system/core/trusty/keymaster/include/trusty_keymaster/
H A DTrustyKeyMintDevice.h62 int64_t passwordSid, int64_t biometricSid,
H A DTrustyKeymaster4Device.h72 uint64_t passwordSid, uint64_t biometricSid,
/aosp14/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()
/aosp14/system/core/trusty/keymaster/4.0/
H A DTrustyKeymaster4Device.cpp414 uint64_t passwordSid, uint64_t biometricSid, importWrappedKey_cb _hidl_cb) { in importWrappedKey() argument
420 request.password_sid = passwordSid; in importWrappedKey()