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

  /prebuilts/go/darwin-x86/src/crypto/aes/
gcm_s390x.go 126 // cryptBlocksGCM encrypts src using AES in counter mode using the given
136 func cryptBlocksGCM(fn code, key, dst, src, buf []byte, cnt *gcmCount)
154 cryptBlocksGCM(g.block.function, g.block.key, dst[:siz], srcbuf[:siz], ctrbuf[:], cnt)
  /prebuilts/go/linux-x86/src/crypto/aes/
gcm_s390x.go 126 // cryptBlocksGCM encrypts src using AES in counter mode using the given
136 func cryptBlocksGCM(fn code, key, dst, src, buf []byte, cnt *gcmCount)
154 cryptBlocksGCM(g.block.function, g.block.key, dst[:siz], srcbuf[:siz], ctrbuf[:], cnt)

Completed in 265 milliseconds