func crypto/internal/fips140/subtle.ConstantTimeCopy
4 uses
crypto/internal/fips140/subtle (current package)
constant_time.go#L42: func ConstantTimeCopy(v int, x, y []byte) {
crypto/internal/fips140/mlkem
mlkem1024.go#L433: subtle.ConstantTimeCopy(subtle.ConstantTimeCompare(c[:], c1), Kout, Kprime)
mlkem768.go#L492: subtle.ConstantTimeCopy(subtle.ConstantTimeCompare(c[:], c1), Kout, Kprime)
crypto/subtle
constant_time.go#L39: subtle.ConstantTimeCopy(v, x, y)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)