Searched defs:aesctr (Results 1 – 1 of 1) sorted by relevance
29 type aesctr struct { struct30 block *aesCipherAsm // block cipher31 ctr [2]uint64 // next value of the counter (big endian)32 buffer []byte // buffer for the encrypted counter values33 storage [streamBufferSize]byte // array backing buffer slice50 func (c *aesctr) refill() {70 func (c *aesctr) XORKeyStream(dst, src []byte) {