Home
last modified time | relevance | path

Searched refs:OTPSlot (Results 1 – 6 of 6) sorted by relevance

/dports/security/nitrokey-app/nitrokey-app-1.4.2/src/
H A Dhotpslot.h40 class OTPSlot {
46 OTPSlot();
47 ~OTPSlot(){ in ~OTPSlot()
H A Dhotpslot.cpp27 OTPSlot::OTPSlot() { in OTPSlot() function in OTPSlot
H A Dlibada.cpp264 void libada::writeToOTPSlot(const OTPSlot &otpconf, const char * tempPassword) { in writeToOTPSlot()
267 case OTPSlot::OTPType::HOTP: { in writeToOTPSlot()
273 case OTPSlot::OTPType::TOTP: in writeToOTPSlot()
278 case OTPSlot::UNKNOWN: in writeToOTPSlot()
H A Dlibada.h136 void writeToOTPSlot(const OTPSlot &otpconf, const char* tempPassword);
/dports/security/nitrokey-app/nitrokey-app-1.4.2/src/ui/
H A Dmainwindow.h97 void generateHOTPConfig(OTPSlot *slot);
98 void generateTOTPConfig(OTPSlot *slot);
203 void generateOTPConfig(OTPSlot *slot);
H A Dmainwindow.cpp476 void MainWindow::generateHOTPConfig(OTPSlot *slot) { in generateHOTPConfig()
477 slot->type = OTPSlot::OTPType::HOTP; in generateHOTPConfig()
508 void MainWindow::generateOTPConfig(OTPSlot *slot) { in generateOTPConfig()
558 void MainWindow::generateTOTPConfig(OTPSlot *slot) { in generateTOTPConfig()
559 slot->type = OTPSlot::OTPType::TOTP; in generateTOTPConfig()
825 OTPSlot otp; in on_writeButton_clicked()