Home
last modified time | relevance | path

Searched defs:challenge (Results 1 – 9 of 9) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/
Dsecurity.py28 def _compare_challenge_response(self, challenge, response): argument
31 def _encode_challenge(self, challenge): argument
/device/google/cuttlefish_common/guest/hals/gatekeeper/
DSoftGateKeeperDevice.cpp77 uint64_t challenge, const uint8_t *enrolled_password_handle, in verify()
Dmodule.cpp58 static int verify(const struct gatekeeper_device *dev __unused, uint32_t uid, uint64_t challenge, in verify()
/device/generic/goldfish/gatekeeper/
DSoftGateKeeperDevice.cpp77 uint64_t challenge, const uint8_t *enrolled_password_handle, in verify()
Dmodule.cpp58 static int verify(const struct gatekeeper_device *dev __unused, uint32_t uid, uint64_t challenge, in verify()
/device/generic/goldfish/fingerprint/
Dfingerprint.c82 uint64_t challenge; member
362 uint64_t challenge = 0; in fingerprint_pre_enroll() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dsmtplib.py551 def encode_cram_md5(challenge, user, password): argument
Dimaplib.py521 def _CRAM_MD5_AUTH(self, challenge): argument
/device/google/cuttlefish_common/guest/hals/ril/libril/
Dril_service.cpp2049 Return<void> RadioImpl_1_4::requestIsimAuthentication(int32_t serial, const hidl_string& challenge)… in requestIsimAuthentication()