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

  /prebuilts/go/darwin-x86/src/crypto/aes/
cipher_amd64.go 15 func expandKeyAsm(nr int, key *byte, enc *uint32, dec *uint32)
38 expandKeyAsm(rounds, &key[0], &c.enc[0], &c.dec[0])
79 expandKeyAsm(rounds, &key[0], &enc[0], &dec[0])
  /prebuilts/go/linux-x86/src/crypto/aes/
cipher_amd64.go 15 func expandKeyAsm(nr int, key *byte, enc *uint32, dec *uint32)
38 expandKeyAsm(rounds, &key[0], &c.enc[0], &c.dec[0])
79 expandKeyAsm(rounds, &key[0], &enc[0], &dec[0])

Completed in 50 milliseconds