Searched refs:slhlp (Results 1 – 2 of 2) sorted by relevance
16 protected $slhlp; variable in action_plugin_securelogin19 $this->slhlp = plugin_load('helper', $this->getPluginName());31 $this->slhlp->workCorrect(true);32 if(!$this->slhlp || !$this->slhlp->canWork() || !$this->slhlp->haveKey(true)) return;35 list($request,) = explode(';', $this->slhlp->decrypt($_REQUEST['securelogin']));55 if(!$this->slhlp || !$this->slhlp->canWork() || !$this->slhlp->haveKey(true)) return;60 rsa.setPublic("'.$this->slhlp->getModulus().'", "'.$this->slhlp->getExponent().'");
20 protected $slhlp = null; variable in admin_plugin_securelogin23 $this->slhlp = plugin_load('helper', $this->getPluginName());24 …if(!$this->slhlp) msg('Loading the '.$this->getPluginName().' helper failed. Make sure that the '.…42 if(!$this->slhlp->canWork())44 elseif($this->slhlp->haveKey() && !$this->slhlp->workCorrect())58 case "newkey": $this->slhlp->generateKey($param); break;59 case "test": msg(urldecode($this->slhlp->decrypt($param['message']))); break;67 if(!$this->slhlp->canWork()) {71 elseif($this->slhlp->haveKey() && !$this->slhlp->workCorrect())76 if($this->slhlp->haveKey()) {[all …]