[ Index ]

PHP Cross Reference of Drupal 6 (gatewave)

title

Body

[close]

/modules/openid/ -> openid.inc (summary)

(no description)

File Size: 445 lines (11 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 26 functions

  openid_redirect_http()
  openid_redirect()
  openid_redirect_form()
  _openid_is_xri()
  _openid_normalize()
  _openid_normalize_xri()
  _openid_normalize_url()
  _openid_create_message()
  _openid_encode_message()
  _openid_parse_message()
  _openid_nonce()
  _openid_link_href()
  _openid_meta_httpequiv()
  _openid_signature()
  _openid_hmac()
  _openid_sha1()
  _openid_dh_base64_to_long()
  _openid_dh_long_to_base64()
  _openid_dh_binary_to_long()
  _openid_dh_long_to_binary()
  _openid_dh_xorsecret()
  _openid_dh_rand()
  _openid_get_bytes()
  _openid_response()
  _openid_get_params()
  bcpowmod()

Functions
Functions that are not part of a class:

openid_redirect_http($url, $message)   X-Ref
Performs an HTTP 302 redirect (for the 1.x protocol).


openid_redirect($url, $message)   X-Ref
Creates a js auto-submit redirect for (for the 2.x protocol)


openid_redirect_form(&$form_state, $url, $message)   X-Ref
No description

_openid_is_xri($identifier)   X-Ref
Determine if the given identifier is an XRI ID.


_openid_normalize($identifier)   X-Ref
Normalize the given identifier as per spec.


_openid_normalize_xri($xri)   X-Ref
No description

_openid_normalize_url($url)   X-Ref
No description

_openid_create_message($data)   X-Ref
Create a serialized message packet as per spec: $key:$value\n .


_openid_encode_message($message)   X-Ref
Encode a message from _openid_create_message for HTTP Post


_openid_parse_message($message)   X-Ref
Convert a direct communication message
into an associative array.


_openid_nonce()   X-Ref
Return a nonce value - formatted per OpenID spec.


_openid_link_href($rel, $html)   X-Ref
Pull the href attribute out of an html link element.


_openid_meta_httpequiv($equiv, $html)   X-Ref
Pull the http-equiv attribute out of an html meta element


_openid_signature($association, $message_array, $keys_to_sign)   X-Ref
Sign certain keys in a message

param: $association - object loaded from openid_association or openid_server_association table
param: $message_array - array of entire message about to be sent
param: $keys_to_sign - keys in the message to include in signature (without

_openid_hmac($key, $text)   X-Ref
No description

_openid_sha1($text)   X-Ref
No description

_openid_dh_base64_to_long($str)   X-Ref
No description

_openid_dh_long_to_base64($str)   X-Ref
No description

_openid_dh_binary_to_long($str)   X-Ref
No description

_openid_dh_long_to_binary($long)   X-Ref
No description

_openid_dh_xorsecret($shared, $secret)   X-Ref
No description

_openid_dh_rand($stop)   X-Ref
No description

_openid_get_bytes($num_bytes)   X-Ref
No description

_openid_response($str = NULL)   X-Ref
No description

_openid_get_params($str)   X-Ref
No description

bcpowmod($base, $exp, $mod)   X-Ref
Provide bcpowmod support for PHP4.




Generated: Thu Mar 24 11:18:33 2011 Cross-referenced by PHPXref 0.7