Home
last modified time | relevance | path

Searched refs:password_sid (Results 1 – 5 of 5) sorted by relevance

/system/keymaster/android_keymaster/
Dandroid_keymaster_messages.cpp647 buf = append_uint64_to_buf(buf, end, password_sid); in Serialize()
656 copy_uint64_from_buf(buf_ptr, end, &password_sid) && in Deserialize()
Dandroid_keymaster.cpp513 key_description.push_back(TAG_USER_SECURE_ID, request.password_sid); in ImportWrappedKey()
/system/keymaster/ng/
DAndroidKeymaster4Device.cpp392 request.password_sid = passwordSid; in importWrappedKey()
/system/core/trusty/keymaster/4.0/
DTrustyKeymaster4Device.cpp419 request.password_sid = passwordSid; in importWrappedKey()
/system/keymaster/include/keymaster/
Dandroid_keymaster_messages.h800 uint64_t password_sid; member