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

  /prebuilts/go/darwin-x86/src/crypto/aes/
aes_gcm.go 22 func gcmAesInit(productTable *[256]byte, ks []uint32)
58 gcmAesInit(&g.productTable, g.ks)
  /prebuilts/go/linux-x86/src/crypto/aes/
aes_gcm.go 22 func gcmAesInit(productTable *[256]byte, ks []uint32)
58 gcmAesInit(&g.productTable, g.ks)

Completed in 1383 milliseconds