func crypto/internal/fips140/subtle.ConstantTimeLessOrEqBytes
5 uses
crypto/internal/fips140/subtle (current package)
constant_time.go#L35: func ConstantTimeLessOrEqBytes(x, y []byte) int {
crypto/internal/fips140/nistec/fiat
p224.go#L81: if subtle.ConstantTimeLessOrEqBytes(v, minusOneEncoding) == 0 {
p256.go#L81: if subtle.ConstantTimeLessOrEqBytes(v, minusOneEncoding) == 0 {
p384.go#L81: if subtle.ConstantTimeLessOrEqBytes(v, minusOneEncoding) == 0 {
p521.go#L81: if subtle.ConstantTimeLessOrEqBytes(v, minusOneEncoding) == 0 {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |