Home | History | Annotate | Download | only in aes

Lines Matching refs:code

2 // Use of this source code is governed by a BSD-style
12 type code int
16 aes128 code = 18
22 function code // code for cipher message instruction
28 // the given function code. This is equivalent to AES in ECB
31 func cryptBlocks(c code, key, dst, src *byte, length int)
40 var function code
78 // The decrypt function code is equal to the function code + 128.