You are here

constant OPENID_SHA1_BLOCKSIZE in Drupal 7

Same name and namespace in other branches
  1. 6 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 modules/openid/openid.inc

File

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

Code

define('OPENID_SHA1_BLOCKSIZE', 64);