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

File

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

Code

const OPENID_DH_DEFAULT_GEN = '2';