Home
last modified time | relevance | path

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

/hardware/invensense/6515/libsensors_iio/software/core/mpl/build/
Dfilelist.mk10 HEADERS += $(MPL_DIR)/authenticate.h
29 SOURCES += $(MPL_DIR)/authenticate.c
/hardware/invensense/65xx/libsensors_iio/software/core/mpl/build/
Dfilelist.mk10 HEADERS += $(MPL_DIR)/authenticate.h
29 SOURCES += $(MPL_DIR)/authenticate.c
/hardware/libhardware/tests/fingerprint/
Dfingerprint_tests.cpp48 ASSERT_TRUE(NULL != fp_device()->authenticate) in TEST_F()
/hardware/libhardware/include/hardware/
Dfingerprint.h251 int (*authenticate)(struct fingerprint_device *dev, uint64_t operation_id, uint32_t gid); member
/hardware/libhardware/modules/fingerprint/
Dfingerprint.c99 dev->authenticate = fingerprint_authenticate; in fingerprint_open()
/hardware/bsp/intel/peripheral/libupm/src/sm130/
Dsm130.h230 bool authenticate(uint8_t block, KEY_TYPES_T keyType, std::string key="");
Dsm130.cxx250 bool SM130::authenticate(uint8_t block, KEY_TYPES_T keyType, string key) in authenticate() function in SM130