OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sbox1
(Results
1 - 10
of
10
) sorted by null
/prebuilts/go/darwin-x86/src/crypto/aes/
block.go
113
s0 = uint32(
sbox1
[t0>>24])<<24 | uint32(
sbox1
[t3>>16&0xff])<<16 | uint32(
sbox1
[t2>>8&0xff])<<8 | uint32(
sbox1
[t1&0xff])
114
s1 = uint32(
sbox1
[t1>>24])<<24 | uint32(
sbox1
[t0>>16&0xff])<<16 | uint32(
sbox1
[t3>>8&0xff])<<8 | uint32(
sbox1
[t2&0xff])
115
s2 = uint32(
sbox1
[t2>>24])<<24 | uint32(
sbox1
[t1>>16&0xff])<<16 | uint32(sbox1[t0>>8&0xff])<<8 | uint32(sbox1[t3&0xff]
[
all
...]
aes_test.go
77
if j := sbox0[
sbox1
[i]]; j != byte(i) {
78
t.Errorf("sbox0[
sbox1
[%#x]] = %#x", i, j)
80
if j :=
sbox1
[sbox0[i]]; j != byte(i) {
81
t.Errorf("
sbox1
[sbox0[%#x]] = %#x", i, j)
108
s := uint32(
sbox1
[i])
const.go
68
var
sbox1
= [256]byte{
var
/prebuilts/go/linux-x86/src/crypto/aes/
block.go
113
s0 = uint32(
sbox1
[t0>>24])<<24 | uint32(
sbox1
[t3>>16&0xff])<<16 | uint32(
sbox1
[t2>>8&0xff])<<8 | uint32(
sbox1
[t1&0xff])
114
s1 = uint32(
sbox1
[t1>>24])<<24 | uint32(
sbox1
[t0>>16&0xff])<<16 | uint32(
sbox1
[t3>>8&0xff])<<8 | uint32(
sbox1
[t2&0xff])
115
s2 = uint32(
sbox1
[t2>>24])<<24 | uint32(
sbox1
[t1>>16&0xff])<<16 | uint32(sbox1[t0>>8&0xff])<<8 | uint32(sbox1[t3&0xff]
[
all
...]
aes_test.go
77
if j := sbox0[
sbox1
[i]]; j != byte(i) {
78
t.Errorf("sbox0[
sbox1
[%#x]] = %#x", i, j)
80
if j :=
sbox1
[sbox0[i]]; j != byte(i) {
81
t.Errorf("
sbox1
[sbox0[%#x]] = %#x", i, j)
108
s := uint32(
sbox1
[i])
const.go
68
var
sbox1
= [256]byte{
var
/prebuilts/go/darwin-x86/pkg/darwin_amd64/crypto/
aes.a
46
total ?Tgclocals·cd8e0825f206fbc9e5a8f2c785a4ca18 ?Tgclocals·663f8c6bfa83aa777198789ce63d9ab4 ?""".(*gcmAsm).Seal ?"".aesEncBlock ?"".gcmAesData ?"".gcmAesFinish ?"".gcmAesEnc ?type.string ?"".statictmp_1 ?runtime.gopanic ?"".statictmp_0 ?data ?~r4 ?.autotmp_61 ? type.*[256]uint8 ?head.ptr ?out.ptr ?ret.ptr ?counter ?type.[16]uint8 ?tagMask ?tagOut ?head.cap ?head.len ?out.cap ?out.len ?ret.cap ?ret.len ?Tgclocals·e6313471c68a8b4888773cd6d82a8a6a ?Tgclocals·1d0094d1d886da45d7adf87fe7837db1 ?""".(*gcmAsm).Open ?Bcrypto/subtle.ConstantTimeCompare ?"".errOpen ?8runtime.memclrNoHeapPointers ?"".gcmAesDec ?"".statictmp_2 ?.autotmp_69 ?tag.ptr ?expectedTag ?.autotmp_68 ?tag.cap ?tag.len ?Tgclocals·49f3e2287d2872ae5f58bd7e3d3d345f ?Tgclocals·e12abee45a3437b3b0ea0d43398a83c9 ?""".encryptBlockGo ?"".te2 ?"".te0 ?"".te1 ?"".te3 ?"".sbox0 ?$runtime.panicindex ?xk ?type.[]uint32 ?nr ?.autotmp_41 ?type.uint32 ?.autotmp_42 ?t0 ?Tgclocals·1c3c8a9d47ed40f27c10312f31f2a755 ?Ngofile..$GOROOT/src/crypto/aes/block.go ?""".decryptBlockGo ?"".td2 ?"".td0 ?"".td1 ?"".td3 ?"".
sbox1