Home
last modified time | relevance | path

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

/plugin/fedauth/Auth/OpenID/
H A DServer.php437 var $allowed_assoc_types = array('HMAC-SHA1', 'HMAC-SHA256'); variable in Auth_OpenID_PlainTextServerSession
463 var $allowed_assoc_types = array('HMAC-SHA1'); variable in Auth_OpenID_DiffieHellmanSHA1ServerSession
561 var $allowed_assoc_types = array('HMAC-SHA256'); variable in Auth_OpenID_DiffieHellmanSHA256ServerSession
640 if (!in_array($assoc_type, $session->allowed_assoc_types)) {
H A DConsumer.php457 var $allowed_assoc_types = array('HMAC-SHA1'); variable in Auth_OpenID_DiffieHellmanSHA1ConsumerSession
520 var $allowed_assoc_types = array('HMAC-SHA256'); variable in Auth_OpenID_DiffieHellmanSHA256ConsumerSession
530 var $allowed_assoc_types = array('HMAC-SHA1', 'HMAC-SHA256'); variable in Auth_OpenID_PlainTextConsumerSession
1645 if (!in_array($assoc_type, $assoc_session->allowed_assoc_types)) {
/plugin/openid/Auth/OpenID/
H A DServer.php486 public $allowed_assoc_types = ['HMAC-SHA1', 'HMAC-SHA256']; variable in Auth_OpenID_PlainTextServerSession
512 public $allowed_assoc_types = ['HMAC-SHA1']; variable in Auth_OpenID_DiffieHellmanSHA1ServerSession
626 public $allowed_assoc_types = ['HMAC-SHA256']; variable in Auth_OpenID_DiffieHellmanSHA256ServerSession
721 if (!in_array($assoc_type, $session->allowed_assoc_types)) {
H A DConsumer.php457 public $allowed_assoc_types = ['HMAC-SHA1']; variable in Auth_OpenID_DiffieHellmanSHA1ConsumerSession
528 public $allowed_assoc_types = ['HMAC-SHA256']; variable in Auth_OpenID_DiffieHellmanSHA256ConsumerSession
538 public $allowed_assoc_types = ['HMAC-SHA1', 'HMAC-SHA256']; variable in Auth_OpenID_PlainTextConsumerSession
1741 if (!in_array($assoc_type, $assoc_session->allowed_assoc_types)) {