Searched refs:authenticate (Results 1 - 7 of 7) sorted by relevance

/hardware/invensense/6515/libsensors_iio/software/core/mpl/build/
H A Dfilelist.mk10 HEADERS += $(MPL_DIR)/authenticate.h
29 SOURCES += $(MPL_DIR)/authenticate.c
/hardware/invensense/65xx/libsensors_iio/software/core/mpl/build/
H A Dfilelist.mk10 HEADERS += $(MPL_DIR)/authenticate.h
29 SOURCES += $(MPL_DIR)/authenticate.c
/hardware/libhardware/tests/fingerprint/
H A Dfingerprint_tests.cpp48 ASSERT_TRUE(NULL != fp_device()->authenticate)
49 << "authenticate() function is not implemented";
/hardware/libhardware/include/hardware/
H A Dfingerprint.h197 * Cancel pending enroll or authenticate, sending FINGERPRINT_ERROR_CANCELED
251 int (*authenticate)(struct fingerprint_device *dev, uint64_t operation_id, uint32_t gid); member in struct:fingerprint_device
/hardware/libhardware/modules/fingerprint/
H A Dfingerprint.c99 dev->authenticate = fingerprint_authenticate;
/hardware/bsp/intel/peripheral/libupm/src/sm130/
H A Dsm130.h225 * @param block The block to authenticate for
230 bool authenticate(uint8_t block, KEY_TYPES_T keyType, std::string key="");
288 * to authenticate().
H A Dsm130.cxx250 bool SM130::authenticate(uint8_t block, KEY_TYPES_T keyType, string key) function in class:SM130

Completed in 158 milliseconds