Home
last modified time | relevance | path

Searched refs:change_user_PIN (Results 1 – 4 of 4) sorted by relevance

/dports/security/libnitrokey/libnitrokey-v3.6/libnitrokey/
H A DNitrokeyManager.h112 void change_user_PIN(const char *current_PIN, const char *new_PIN);
/dports/security/nitrokey-app/nitrokey-app-1.4.2/src/ui/
H A Dstick20changepassworddialog.cpp212 … nm::instance()->change_user_PIN(PasswordString.constData(), PasswordStringNew.constData()); in _changePassword()
/dports/security/libnitrokey/libnitrokey-v3.6/
H A DNK_C_API.cc469 m->change_user_PIN(current_PIN, new_PIN); in NK_change_user_PIN()
H A DNitrokeyManager.cc732 void NitrokeyManager::change_user_PIN(const char *current_PIN, const char *new_PIN) { in change_user_PIN() function in nitrokey::NitrokeyManager