Home
last modified time | relevance | path

Searched defs:aesctr (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/aes/
Dctr_s390x.go29 type aesctr struct { struct
30 block *aesCipherAsm // block cipher
31 ctr [2]uint64 // next value of the counter (big endian)
32 buffer []byte // buffer for the encrypted counter values
33 storage [streamBufferSize]byte // array backing buffer slice
50 func (c *aesctr) refill() {
70 func (c *aesctr) XORKeyStream(dst, src []byte) {