Home
last modified time | relevance | path

Searched defs:ComputePasswordSignature (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/cts/hostsidetests/securitybulletin/securityPatch/CVE-2019-2115/
H A Dpoc.cpp48 void ComputePasswordSignature(uint8_t *signature __attribute__((unused)), in ComputePasswordSignature() function in DerivedGateKeeper
/aosp_15_r20/hardware/interfaces/gatekeeper/1.0/software/
H A DSoftGateKeeper.h73 virtual void ComputePasswordSignature(uint8_t* signature, uint32_t signature_length, in ComputePasswordSignature() function
/aosp_15_r20/device/google/cuttlefish/host/commands/secure_env/
Dsoft_gatekeeper.h72 virtual void ComputePasswordSignature(uint8_t* signature, uint32_t signature_length, in ComputePasswordSignature() function
Dtpm_gatekeeper.cpp66 void TpmGatekeeper::ComputePasswordSignature( in ComputePasswordSignature() function in cuttlefish::TpmGatekeeper
/aosp_15_r20/hardware/interfaces/gatekeeper/aidl/software/
H A DSoftGateKeeper.h81 virtual void ComputePasswordSignature(uint8_t* signature, uint32_t signature_length, in ComputePasswordSignature() function
/aosp_15_r20/trusty/user/app/gatekeeper/
Dtrusty_gatekeeper.cpp163 void TrustyGateKeeper::ComputePasswordSignature(uint8_t* signature, in ComputePasswordSignature() function in gatekeeper::TrustyGateKeeper