Home
last modified time | relevance | path

Searched defs:password_key (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/cts/hostsidetests/securitybulletin/securityPatch/CVE-2019-2115/
H A Dpoc.cpp46 void GetPasswordKey(const uint8_t **password_key __attribute__((unused)), in GetPasswordKey()
/aosp_15_r20/hardware/interfaces/gatekeeper/1.0/software/
H A DSoftGateKeeper.h67 virtual void GetPasswordKey(const uint8_t** password_key, uint32_t* length) { in GetPasswordKey()
/aosp_15_r20/device/google/cuttlefish/host/commands/secure_env/
Dsoft_gatekeeper.h66 virtual void GetPasswordKey(const uint8_t** password_key, uint32_t* length) { in GetPasswordKey()
Dtpm_gatekeeper.cpp60 const uint8_t** password_key, uint32_t* length) { in GetPasswordKey()
/aosp_15_r20/hardware/interfaces/gatekeeper/aidl/software/
H A DSoftGateKeeper.h75 virtual void GetPasswordKey(const uint8_t** password_key, uint32_t* length) { in GetPasswordKey()
/aosp_15_r20/system/gatekeeper/
H A Dgatekeeper.cpp219 const uint8_t *password_key = nullptr; in CreatePasswordHandle() local
/aosp_15_r20/trusty/user/app/gatekeeper/
Dtrusty_gatekeeper.cpp157 void TrustyGateKeeper::GetPasswordKey(const uint8_t** password_key, in GetPasswordKey()