Home
last modified time | relevance | path

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

/plugin/adfs/phpsaml/extlib/xmlseclibs/
H A Dxmlseclibs.php57 private $cryptParams = array(); variable in XMLSecurityKey
122 $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 …]