Searched defs:verify (Results 1 – 10 of 10) sorted by relevance
/system/extras/tests/memtest/ |
D | bandwidth.h | 143 bool verify() { in verify() function 452 bool verify() { return true; } in verify() function 465 bool verify() { in verify() function
|
/system/core/gatekeeperd/ |
D | SoftGateKeeperDevice.cpp | 71 int SoftGateKeeperDevice::verify(uint32_t uid, in verify() function in android::SoftGateKeeperDevice
|
D | gatekeeperd.cpp | 187 virtual int verify(uint32_t uid, in verify() function in android::GateKeeperProxy
|
/system/extras/verity/ |
D | KeystoreSigner.java | 143 public boolean verify() throws Exception { in verify() method in BootKeystore
|
D | BootSignature.java | 168 public boolean verify(byte[] image) throws Exception { in verify() method in BootSignature
|
D | verify_boot_signature.c | 370 static int verify(const char *image_file) in verify() function
|
D | Utils.java | 259 static boolean verify(PublicKey key, byte[] input, byte[] signature, in verify() method in Utils
|
D | VerityVerifier.java | 388 public boolean verify(PublicKey key) throws Exception { in verify() method in VerityVerifier
|
/system/security/keystore/ |
D | IKeystoreService.cpp | 735 virtual int32_t verify(const String16& name, const uint8_t* in, size_t inLength, in verify() function in android::BpKeystoreService
|
D | keystore.cpp | 2204 int32_t verify(const String16& name, const uint8_t* data, size_t dataLength, in verify() function in android::KeyStoreProxy
|