Searched defs:verify (Results 1 – 7 of 7) sorted by relevance
| /system/core/gatekeeperd/ | ||
| D | SoftGateKeeperDevice.cpp | 71 int SoftGateKeeperDevice::verify(uint32_t uid, in verify() function in android::SoftGateKeeperDevice |
| D | gatekeeperd.cpp | 252 virtual int verify(uint32_t uid, in verify() function in android::GateKeeperProxy |
| /system/extras/verity/ | ||
| D | BootSignature.java | 180 public boolean verify(byte[] image) throws Exception { in verify() method in BootSignature |
| D | Utils.java | 259 static boolean verify(PublicKey key, byte[] input, byte[] signature, in verify() method in Utils |
| /system/core/trusty/gatekeeper/ | ||
| D | trusty_gatekeeper.cpp | 217 int TrustyGateKeeperDevice::verify(const struct gatekeeper_device *dev, uint32_t uid, in verify() function in gatekeeper::TrustyGateKeeperDevice |
| /system/core/fs_mgr/include_fstab/fstab/ | ||
| D | fstab.h | 67 bool verify : 1; member |
| /system/media/audio_utils/tests/ | ||
| D | statistics_tests.cpp | 126 static void verify(const T &stat, const S &refstat) { in verify() function |