func crypto/internal/fips140deps/byteorder.LEUint16

3 uses

	crypto/internal/fips140deps/byteorder (current package)
		byteorder.go#L11: func LEUint16(b []byte) uint16 {

	crypto/internal/fips140/mlkem
		field.go#L531: 		d1 := byteorder.LEUint16(buf[off:]) & 0b1111_1111_1111
		field.go#L532: 		d2 := byteorder.LEUint16(buf[off+1:]) >> 4