func crypto/internal/fips140deps/byteorder.LEPutUint64

6 uses

	crypto/internal/fips140deps/byteorder (current package)
		byteorder.go#L39: func LEPutUint64(b []byte, v uint64) {

	crypto/internal/fips140/edwards25519/field
		fe.go#L244: 	byteorder.LEPutUint64(out[0*8:], u0)
		fe.go#L245: 	byteorder.LEPutUint64(out[1*8:], u1)
		fe.go#L246: 	byteorder.LEPutUint64(out[2*8:], u2)
		fe.go#L247: 	byteorder.LEPutUint64(out[3*8:], u3)

	crypto/internal/fips140/sha3
		keccakf.go#L52: 				byteorder.LEPutUint64(da[i*8:], a[i])