Home
last modified time | relevance | path

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

/device/google/cuttlefish_common/guest/hals/gatekeeper/
DSoftGateKeeperDevice.cpp76 int SoftGateKeeperDevice::verify(uint32_t uid, in verify() function in cuttlefish::SoftGateKeeperDevice
Dmodule.cpp58 static int verify(const struct gatekeeper_device *dev __unused, uint32_t uid, uint64_t challenge, in verify() function
/device/generic/goldfish/gatekeeper/
DSoftGateKeeperDevice.cpp76 int SoftGateKeeperDevice::verify(uint32_t uid, in verify() function in goldfish::SoftGateKeeperDevice
Dmodule.cpp58 static int verify(const struct gatekeeper_device *dev __unused, uint32_t uid, uint64_t challenge, in verify() function
/device/google/contexthub/util/nanoapp_encr/
Dnanoapp_encr.c224 bool verify = memcmp(fileHash, calcHash, SHA2_HASH_SIZE) == 0; in handleDecrypt() local
/device/google/contexthub/util/nanoapp_sign/
Dnanoapp_sign.c434 bool verify = false; in main() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dsmtplib.py498 def verify(self, address): member in SMTP