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

  /prebuilts/go/darwin-x86/src/crypto/aes/
cbc_s390x.go 39 // cryptBlocksChain invokes the cipher message with chaining (KMC) instruction
42 func cryptBlocksChain(c code, iv, key, dst, src *byte, length int)
52 cryptBlocksChain(x.c, &x.iv[0], &x.b.key[0], &dst[0], &src[0], len(src))
  /prebuilts/go/linux-x86/src/crypto/aes/
cbc_s390x.go 39 // cryptBlocksChain invokes the cipher message with chaining (KMC) instruction
42 func cryptBlocksChain(c code, iv, key, dst, src *byte, length int)
52 cryptBlocksChain(x.c, &x.iv[0], &x.b.key[0], &dst[0], &src[0], len(src))

Completed in 276 milliseconds