Home
last modified time | relevance | path

Searched defs:asmState (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/vendor/golang.org/x/crypto/sha3/
Dsha3_s390x.go46 type asmState struct { struct
47 a [200]byte // 1600 bit state
48 buf []byte // care must be taken to ensure cap(buf) is a multiple of rate
49 rate int // equivalent to block size
50 storage [3072]byte // underlying storage for buf
51 outputLen int // output length for full security
52 function code // KIMD/KLMD function code
53 state spongeDirection // whether the sponge is absorbing or squeezing
87 func (s *asmState) clone() *asmState {
95 func (s *asmState) copyIntoBuf(b []byte) {
[all …]