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

/system/core/gatekeeperd/
H A DSoftGateKeeperDevice.cpp71 int SoftGateKeeperDevice::verify(uint32_t uid, function in class:android::SoftGateKeeperDevice
H A Dgatekeeperd.cpp178 // immediately verify this password so we don't ask the user to enter it again
180 verify(uid, *enrolled_password_handle, sizeof(password_handle_t), desired_password,
187 virtual int verify(uint32_t uid, function in class:android::GateKeeperProxy
208 // can't verify if we're missing either param
219 ret = device->verify(device, uid, challenge,
226 ret = soft_dev.verify(uid, challenge,
237 ret = soft_device->verify(uid, challenge,
/system/extras/verity/
H A DKeystoreSigner.java143 public boolean verify() throws Exception { method in class:BootKeystore
145 return Utils.verify(signature.getPublicKey(), innerKeystore,
165 "... <publickeyN-1.der> | -verify <keystore>");
178 if ("-verify".equals(args[0])) {
182 if (ks.verify()) {
H A DBootSignature.java168 public boolean verify(byte[] image) throws Exception { method in class:BootSignature
174 return Utils.verify(publicKey, signable, signature.getOctets(),
268 if (bootsig.verify(Arrays.copyOf(image, signableSize))) {
293 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);
H A DVerityVerifier.java301 return Utils.verify(key, table, signature,
388 public boolean verify(PublicKey key) throws Exception { method in class:VerityVerifier
409 if (verifier.verify(key)) {
H A Dverify_boot_signature.c370 static int verify(const char *image_file) function
436 return verify(argv[1]);
/system/extras/tests/memtest/
H A Dbandwidth.h60 virtual bool verify() = 0;
143 bool verify() { function in class:CopyBandwidthBenchmark
452 bool verify() { return true; } function in class:SingleBufferBandwidthBenchmark
465 bool verify() { function in class:WriteBandwidthBenchmark
/system/security/keystore/
H A DIKeystoreService.cpp735 virtual int32_t verify(const String16& name, const uint8_t* in, size_t inLength, function in class:android::BpKeystoreService
751 ALOGD("verify() could not contact remote: %d\n", status);
757 ALOGD("verify() caught exception %d\n", err);
1482 bool ret = verify(name, (const uint8_t*) in, (size_t) inSize, (const uint8_t*) sig,
H A Dkeystore.cpp209 "verify",
2031 int32_t verify(const String16& name, const uint8_t* data, size_t dataLength, function in class:android::KeyStoreProxy

Completed in 112 milliseconds