Searched refs:allowed_assoc_types (Results 1 – 4 of 4) sorted by relevance
437 var $allowed_assoc_types = array('HMAC-SHA1', 'HMAC-SHA256'); variable in Auth_OpenID_PlainTextServerSession463 var $allowed_assoc_types = array('HMAC-SHA1'); variable in Auth_OpenID_DiffieHellmanSHA1ServerSession561 var $allowed_assoc_types = array('HMAC-SHA256'); variable in Auth_OpenID_DiffieHellmanSHA256ServerSession640 if (!in_array($assoc_type, $session->allowed_assoc_types)) {
457 var $allowed_assoc_types = array('HMAC-SHA1'); variable in Auth_OpenID_DiffieHellmanSHA1ConsumerSession520 var $allowed_assoc_types = array('HMAC-SHA256'); variable in Auth_OpenID_DiffieHellmanSHA256ConsumerSession530 var $allowed_assoc_types = array('HMAC-SHA1', 'HMAC-SHA256'); variable in Auth_OpenID_PlainTextConsumerSession1645 if (!in_array($assoc_type, $assoc_session->allowed_assoc_types)) {
486 public $allowed_assoc_types = ['HMAC-SHA1', 'HMAC-SHA256']; variable in Auth_OpenID_PlainTextServerSession512 public $allowed_assoc_types = ['HMAC-SHA1']; variable in Auth_OpenID_DiffieHellmanSHA1ServerSession626 public $allowed_assoc_types = ['HMAC-SHA256']; variable in Auth_OpenID_DiffieHellmanSHA256ServerSession721 if (!in_array($assoc_type, $session->allowed_assoc_types)) {
457 public $allowed_assoc_types = ['HMAC-SHA1']; variable in Auth_OpenID_DiffieHellmanSHA1ConsumerSession528 public $allowed_assoc_types = ['HMAC-SHA256']; variable in Auth_OpenID_DiffieHellmanSHA256ConsumerSession538 public $allowed_assoc_types = ['HMAC-SHA1', 'HMAC-SHA256']; variable in Auth_OpenID_PlainTextConsumerSession1741 if (!in_array($assoc_type, $assoc_session->allowed_assoc_types)) {