Home
last modified time | relevance | path

Searched defs: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
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
/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
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