Home
last modified time | relevance | path

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

/system/core/gatekeeperd/binder/android/service/gatekeeper/
DIGateKeeperService.aidl52 … GateKeeperResponse verify(int uid, in byte[] enrolledPasswordHandle, in byte[] providedPassword); in verify() method
/system/teeui/libteeui/include/teeui/
Dutf8range.h106 bool verify() { in verify() function
/system/core/trusty/gatekeeper/
Dtrusty_gatekeeper.cpp99 Return<void> TrustyGateKeeperDevice::verify( in verify() function in gatekeeper::TrustyGateKeeperDevice
/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/fs_mgr/include_fstab/fstab/
Dfstab.h66 bool verify : 1; member
/system/core/gatekeeperd/
Dgatekeeperd.cpp242 Status verify(int32_t uid, const ::std::vector<uint8_t>& enrolledPasswordHandle, in verify() function in android::GateKeeperProxy
/system/media/audio_utils/tests/
Dstatistics_tests.cpp126 static void verify(const T &stat, const S &refstat) { in verify() function