Home
last modified time | relevance | path

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

/system/core/gatekeeperd/
DSoftGateKeeperDevice.cpp71 int SoftGateKeeperDevice::verify(uint32_t uid, in verify() function in android::SoftGateKeeperDevice
Dgatekeeperd.cpp252 virtual int verify(uint32_t uid, in verify() function in android::GateKeeperProxy
/system/extras/verity/
DBootSignature.java180 public boolean verify(byte[] image) throws Exception { in verify() method in BootSignature
DUtils.java259 static boolean verify(PublicKey key, byte[] input, byte[] signature, in verify() method in Utils
/system/core/trusty/gatekeeper/
Dtrusty_gatekeeper.cpp217 int TrustyGateKeeperDevice::verify(const struct gatekeeper_device *dev, uint32_t uid, in verify() function in gatekeeper::TrustyGateKeeperDevice
/system/core/fs_mgr/include_fstab/fstab/
Dfstab.h67 bool verify : 1; member
/system/media/audio_utils/tests/
Dstatistics_tests.cpp126 static void verify(const T &stat, const S &refstat) { in verify() function