Searched refs:cryptParams (Results 1 – 1 of 1) sorted by relevance
57 private $cryptParams = array(); variable in XMLSecurityKey122 $this->cryptParams['hash'] = null;199 return $this->cryptParams['keysize'];285 …} else if (isset($this->cryptParams['cipher']) && $this->cryptParams['cipher'] == MCRYPT_RIJNDAEL_…303 $td = mcrypt_module_open($this->cryptParams['cipher'], '', $this->cryptParams['mode'], '');319 $td = mcrypt_module_open($this->cryptParams['cipher'], '', $this->cryptParams['mode'], '');383 switch ($this->cryptParams['library']) {392 switch ($this->cryptParams['library']) {401 switch ($this->cryptParams['library']) {410 switch ($this->cryptParams['library']) {[all …]