Searched refs:authenticate (Results 1 – 7 of 7) sorted by relevance
10 HEADERS += $(MPL_DIR)/authenticate.h29 SOURCES += $(MPL_DIR)/authenticate.c
48 ASSERT_TRUE(NULL != fp_device()->authenticate) in TEST_F()
251 int (*authenticate)(struct fingerprint_device *dev, uint64_t operation_id, uint32_t gid); member
99 dev->authenticate = fingerprint_authenticate; in fingerprint_open()
230 bool authenticate(uint8_t block, KEY_TYPES_T keyType, std::string key="");
250 bool SM130::authenticate(uint8_t block, KEY_TYPES_T keyType, string key) in authenticate() function in SM130