Searched defs:cryptBlocksChain (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/aes/ |
D | cbc_s390x.go | 46 func cryptBlocksChain(c code, iv, key, dst, src *byte, length int) func
|
D | cbc_ppc64x.go | 48 func cryptBlocksChain(src, dst *byte, length int, key *uint32, iv *byte, enc int, nr int) func
|