Searched defs:gcmCount (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/aes/ |
D | gcm_s390x.go | 24 type gcmCount [16]byte type 135 func cryptBlocksGCM(fn code, key, dst, src, buf []byte, cnt *gcmCount) 302 func kmaGCM(fn code, key, dst, src, aad []byte, tag *[16]byte, cnt *gcmCount)
|