constant OPENID_SHA1_BLOCKSIZE
- 7.x drupal-7.x/modules/openid/openid.inc OPENID_SHA1_BLOCKSIZE
- 6.x drupal-6.x/modules/openid/openid.inc OPENID_SHA1_BLOCKSIZE
SHA-1 hash block size; used for Diffie-Hellman key exchange computations.
1 use of OPENID_SHA1_BLOCKSIZE
- _openid_hmac in drupal-7.x/
modules/ openid/ openid.inc
File
- drupal-7.x/
modules/ openid/ openid.inc, line 30 - OpenID utility functions.
Code
define('OPENID_SHA1_BLOCKSIZE', 64)