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

File

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

Code

define('OPENID_DH_DEFAULT_GEN', '2');