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

  /prebuilts/go/darwin-x86/src/crypto/aes/
cipher_amd64.go 13 func encryptBlockAsm(nr int, xk *uint32, dst, src *byte)
55 encryptBlockAsm(len(c.enc)/4-1, &c.enc[0], &dst[0], &src[0])
  /prebuilts/go/linux-x86/src/crypto/aes/
cipher_amd64.go 13 func encryptBlockAsm(nr int, xk *uint32, dst, src *byte)
55 encryptBlockAsm(len(c.enc)/4-1, &c.enc[0], &dst[0], &src[0])

Completed in 44 milliseconds