Home
last modified time | relevance | path

Searched refs:_getBase32LookupTable (Results 1 – 3 of 3) sorted by relevance

/plugin/authgoogle2fa/
H A DGoogleAuthenticator.php25 $validChars = $this->_getBase32LookupTable();
125 $base32chars = $this->_getBase32LookupTable();
163 $base32chars = $this->_getBase32LookupTable();
191 protected function _getBase32LookupTable() function in PHPGangsta_GoogleAuthenticator
/plugin/authg2fa/
H A DGoogleAuthenticator.php25 $validChars = $this->_getBase32LookupTable();
125 $base32chars = $this->_getBase32LookupTable();
163 $base32chars = $this->_getBase32LookupTable();
191 protected function _getBase32LookupTable() function in PHPGangsta_GoogleAuthenticator
/plugin/twofactor/
H A DGoogleAuthenticator.php32 $validChars = $this->_getBase32LookupTable();
178 $base32chars = $this->_getBase32LookupTable();
217 protected function _getBase32LookupTable() function in dokuwiki\\plugin\\twofactor\\GoogleAuthenticator