Home
last modified time | relevance | path

Searched refs:firmware_pin (Results 1 – 2 of 2) sorted by relevance

/dports/security/libnitrokey/libnitrokey-v3.6/libnitrokey/
H A DNitrokeyManager.h190 void enable_firmware_update(const char *firmware_pin);
302 void enable_firmware_update_pro(const char *firmware_pin);
/dports/security/libnitrokey/libnitrokey-v3.6/
H A DNitrokeyManager.cc1102 void NitrokeyManager::enable_firmware_update(const char* firmware_pin) { in enable_firmware_update() argument
1103 misc::execute_password_command<stick20::EnableFirmwareUpdate>(device, firmware_pin); in enable_firmware_update()
1219 void NitrokeyManager::enable_firmware_update_pro(const char *firmware_pin) { in enable_firmware_update_pro() argument
1221 strcpyT(p.firmware_password, firmware_pin); in enable_firmware_update_pro()