OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sbox0
(Results
1 - 10
of
10
) sorted by null
/prebuilts/go/darwin-x86/src/crypto/aes/
block.go
68
s0 = uint32(
sbox0
[t0>>24])<<24 | uint32(
sbox0
[t1>>16&0xff])<<16 | uint32(
sbox0
[t2>>8&0xff])<<8 | uint32(
sbox0
[t3&0xff])
69
s1 = uint32(
sbox0
[t1>>24])<<24 | uint32(
sbox0
[t2>>16&0xff])<<16 | uint32(
sbox0
[t3>>8&0xff])<<8 | uint32(
sbox0
[t0&0xff])
70
s2 = uint32(
sbox0
[t2>>24])<<24 | uint32(
sbox0
[t3>>16&0xff])<<16 | uint32(sbox0[t0>>8&0xff])<<8 | uint32(sbox0[t1&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)
90
s := uint32(
sbox0
[i])
const.go
48
var
sbox0
= [256]byte{
var
/prebuilts/go/linux-x86/src/crypto/aes/
block.go
68
s0 = uint32(
sbox0
[t0>>24])<<24 | uint32(
sbox0
[t1>>16&0xff])<<16 | uint32(
sbox0
[t2>>8&0xff])<<8 | uint32(
sbox0
[t3&0xff])
69
s1 = uint32(
sbox0
[t1>>24])<<24 | uint32(
sbox0
[t2>>16&0xff])<<16 | uint32(
sbox0
[t3>>8&0xff])<<8 | uint32(
sbox0
[t0&0xff])
70
s2 = uint32(
sbox0
[t2>>24])<<24 | uint32(
sbox0
[t3>>16&0xff])<<16 | uint32(sbox0[t0>>8&0xff])<<8 | uint32(sbox0[t1&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)
90
s := uint32(
sbox0
[i])
const.go
48
var
sbox0
= [256]byte{
var
/prebuilts/go/darwin-x86/pkg/darwin_amd64/crypto/
aes.a
42
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