Home
last modified time | relevance | path

Searched defs:DoVerify (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/cts/hostsidetests/securitybulletin/securityPatch/CVE-2019-2115/
H A Dpoc.cpp84 bool DoVerify(const password_handle_t *expected_handle __attribute__((unused)), in DoVerify() function in DerivedGateKeeper
/aosp_15_r20/hardware/interfaces/gatekeeper/1.0/software/
H A DSoftGateKeeper.h144 bool DoVerify(const password_handle_t* expected_handle, const SizedBuffer& password) { in DoVerify() function
/aosp_15_r20/device/google/cuttlefish/host/commands/secure_env/
Dsoft_gatekeeper.h151 bool DoVerify(const password_handle_t* expected_handle, const SizedBuffer& password) { in DoVerify() function
/aosp_15_r20/hardware/interfaces/gatekeeper/aidl/software/
H A DSoftGateKeeper.h160 bool DoVerify(const password_handle_t* expected_handle, const SizedBuffer& password) { in DoVerify() function
/aosp_15_r20/system/gatekeeper/
H A Dgatekeeper.cpp239 bool GateKeeper::DoVerify(const password_handle_t *expected_handle, const SizedBuffer &password) { in DoVerify() function in gatekeeper::GateKeeper
/aosp_15_r20/external/pigweed/pw_software_update/
H A Dbundled_update_service_pwpb.cc145 void BundledUpdateService::DoVerify() { in DoVerify() function in pw::software_update::BundledUpdateService
H A Dbundled_update_service.cc155 void BundledUpdateService::DoVerify() { in DoVerify() function in pw::software_update::BundledUpdateService
H A Dupdate_bundle_accessor.cc363 Status UpdateBundleAccessor::DoVerify() { in DoVerify() function in pw::software_update::UpdateBundleAccessor
/aosp_15_r20/external/toolchain-utils/binary_search_tool/
H A Dbinary_search_state.py240 def DoVerify(self): member in BinarySearchState