Searched defs:verify (Results 1 - 7 of 7) sorted by relevance

/system/core/gatekeeperd/
H A DSoftGateKeeperDevice.cpp71 int SoftGateKeeperDevice::verify(uint32_t uid, function in class:android::SoftGateKeeperDevice
H A Dgatekeeperd.cpp226 // immediately verify this password so we don't ask the user to enter it again
228 verify(uid, *enrolled_password_handle, sizeof(password_handle_t), desired_password,
235 virtual int verify(uint32_t uid, function in class:android::GateKeeperProxy
256 // can't verify if we're missing either param
273 Return<void> hwRes = hw_device->verify(uid, challenge, curPwdHandle, enteredPwd,
292 ALOGE("verify transaction failed\n");
298 ret = soft_dev.verify(uid, challenge,
309 ret = soft_device->verify(uid, challenge,
/system/extras/verity/
H A DBootSignature.java174 public boolean verify(byte[] image) throws Exception { method in class:BootSignature
180 return Utils.verify(publicKey, signable, signature.getOctets(),
295 if (bootsig.verify(Arrays.copyOf(image, signableSize))) {
320 if ("-verify".equals(args[0])) {
H A DUtils.java259 static boolean verify(PublicKey key, byte[] input, byte[] signature, method in class:Utils
271 return verifier.verify(signature);
/system/core/trusty/gatekeeper/
H A Dtrusty_gatekeeper.cpp56 device_.verify = verify;
217 int TrustyGateKeeperDevice::verify(const struct gatekeeper_device *dev, uint32_t uid, function in class:gatekeeper::TrustyGateKeeperDevice
/system/extras/tests/memtest/
H A Dbandwidth.h60 virtual bool verify() = 0;
145 bool verify() { function in class:CopyBandwidthBenchmark
460 bool verify() { return true; } function in class:CopyVld1Vst1Benchmark::CopyVldrVstrBenchmark::CopyVldmiaVstmiaBenchmark::SingleBufferBandwidthBenchmark
473 bool verify() { function in class:CopyVld1Vst1Benchmark::CopyVldrVstrBenchmark::CopyVldmiaVstmiaBenchmark::WriteBandwidthBenchmark
/system/security/keystore/
H A Dkey_store_service.cpp565 Status KeyStoreService::verify(const String16& name, const ::std::vector<uint8_t>& data, function in class:KeyStoreService

Completed in 852 milliseconds