HomeSort by relevance Sort by last modified time
    Searched defs:_K1 (Results 1 - 2 of 2) sorted by null

  /prebuilts/go/darwin-x86/src/crypto/sha1/
sha1block.go 9 _K1 = 0x6ED9EBA1
32 // the choice of K (_K0, _K1, etc).
57 t := a5 + f + e + w[i&0xf] + _K1
  /prebuilts/go/linux-x86/src/crypto/sha1/
sha1block.go 9 _K1 = 0x6ED9EBA1
32 // the choice of K (_K0, _K1, etc).
57 t := a5 + f + e + w[i&0xf] + _K1

Completed in 93 milliseconds