Home
last modified time | relevance | path

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

/plugin/securelogin/
H A Dadmin.php44 elseif($this->slhlp->haveKey() && !$this->slhlp->workCorrect())
71 elseif($this->slhlp->haveKey() && !$this->slhlp->workCorrect())
76 if($this->slhlp->haveKey()) {
H A Dhelper.php47 function haveKey($onlyPublic = false) { function in helper_plugin_securelogin
98 return ($this->haveKey(true))?$this->_keyInfo['modulus']:null;
102 return ($this->haveKey(true))?$this->_keyInfo['exponent']:null;
115 if($this->haveKey())
H A Daction.php32 if(!$this->slhlp || !$this->slhlp->canWork() || !$this->slhlp->haveKey(true)) return;
55 if(!$this->slhlp || !$this->slhlp->canWork() || !$this->slhlp->haveKey(true)) return;