func crypto/internal/fips140deps/byteorder.LEUint16
3 uses
crypto/internal/fips140deps/byteorder (current package)
byteorder.go#L9: func LEUint16(b []byte) uint16 {
crypto/internal/fips140/mlkem
field.go#L529: d1 := byteorder.LEUint16(buf[off:]) & 0b1111_1111_1111
field.go#L530: d2 := byteorder.LEUint16(buf[off+1:]) >> 4
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)