constant OPENID_DH_DEFAULT_GEN

  1. 7.x drupal-7.x/modules/openid/openid.inc OPENID_DH_DEFAULT_GEN
  2. 6.x drupal-6.x/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 drupal-7.x/modules/openid/openid.module
Attempt to create a shared secret with the OpenID Provider.
_openid_test_endpoint_associate in drupal-7.x/modules/openid/tests/openid_test.module
OpenID endpoint; handle "associate" requests (see OpenID Authentication 2.0, section 8).

File

drupal-7.x/modules/openid/openid.inc, line 25
OpenID utility functions.

Code

define('OPENID_DH_DEFAULT_GEN', '2')