Searched defs:aesCipherAsm (Results 1 – 2 of 2) sorted by relevance
24 type aesCipherAsm struct { struct25 function code // code for cipher message instruction26 key []byte // key (128, 192 or 256 bits)27 storage [32]byte // array backing key slice65 func (c *aesCipherAsm) BlockSize() int { return BlockSize }67 func (c *aesCipherAsm) Encrypt(dst, src []byte) {80 func (c *aesCipherAsm) Decrypt(dst, src []byte) {
28 type aesCipherAsm struct { struct29 aesCipher37 aesCipherAsm anonMember69 func (c *aesCipherAsm) BlockSize() int { return BlockSize }71 func (c *aesCipherAsm) Encrypt(dst, src []byte) {85 func (c *aesCipherAsm) Decrypt(dst, src []byte) {