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_asm.go 13 func expandKeyAsm(nr int, key *byte, enc *uint32, dec *uint32)
44 expandKeyAsm(rounds, &key[0], &enc[0], &dec[0])
  /prebuilts/go/linux-x86/src/crypto/aes/
cipher_asm.go 13 func expandKeyAsm(nr int, key *byte, enc *uint32, dec *uint32)
44 expandKeyAsm(rounds, &key[0], &enc[0], &dec[0])

Completed in 1572 milliseconds