You are here

constant OPENID_DH_DEFAULT_GEN in Drupal 7

Same name and namespace in other branches
  1. 6 modules/openid/openid.inc \OPENID_DH_DEFAULT_GEN

Diffie-Hellman generator; used for Diffie-Hellman key exchange computations.

2 uses of OPENID_DH_DEFAULT_GEN
openid_association in modules/openid/openid.module
Attempt to create a shared secret with the OpenID Provider.
_openid_test_endpoint_associate in modules/openid/tests/openid_test.module
OpenID endpoint; handle "associate" requests (see OpenID Authentication 2.0, section 8).

File

modules/openid/openid.inc, line 25
OpenID utility functions.

Code

define('OPENID_DH_DEFAULT_GEN', '2');