Searched refs:keyType (Results 1 - 2 of 2) sorted by relevance

/hardware/bsp/intel/peripheral/libupm/src/sm130/
H A Dsm130.cxx250 bool SM130::authenticate(uint8_t block, KEY_TYPES_T keyType, string key) argument
255 if (keyType == KEY_TYPE_A || keyType == KEY_TYPE_B)
274 data.push_back(keyType);
538 bool SM130::writeKey(uint8_t eepromSector, KEY_TYPES_T keyType, string key) argument
545 if (!(keyType == KEY_TYPE_A || keyType == KEY_TYPE_B))
563 data += keyType;
H A Dsm130.h226 * @param keyType one of the KEY_TYPE_T values
230 bool authenticate(uint8_t block, KEY_TYPES_T keyType, std::string key="");
292 * @param keyType Either KEY_TYPE_A or KEY_TYPE_B
296 bool writeKey(uint8_t eepromSector, KEY_TYPES_T keyType, std::string key);

Completed in 137 milliseconds