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

  /prebuilts/go/darwin-x86/src/crypto/aes/
cipher_s390x.go 27 // cryptBlocks invokes the cipher message (KM) instruction with
31 func cryptBlocks(c code, key, dst, src *byte, length int)
68 cryptBlocks(c.function, &c.key[0], &dst[0], &src[0], BlockSize)
79 cryptBlocks(c.function+128, &c.key[0], &dst[0], &src[0], BlockSize)
  /prebuilts/go/linux-x86/src/crypto/aes/
cipher_s390x.go 27 // cryptBlocks invokes the cipher message (KM) instruction with
31 func cryptBlocks(c code, key, dst, src *byte, length int)
68 cryptBlocks(c.function, &c.key[0], &dst[0], &src[0], BlockSize)
79 cryptBlocks(c.function+128, &c.key[0], &dst[0], &src[0], BlockSize)

Completed in 101 milliseconds