func crypto/internal/constanttime.Select
5 uses
crypto/internal/constanttime (current package)
constant_time.go#L13: func Select(v, x, y int) int {
crypto/internal/fips140/rsa
pkcs1v22.go#L464: index = constanttime.Select(lookingForIndex&equals1, i, index)
pkcs1v22.go#L465: lookingForIndex = constanttime.Select(equals1, 0, lookingForIndex)
pkcs1v22.go#L466: invalid = constanttime.Select(lookingForIndex&^equals0, 1, invalid)
crypto/subtle
constant_time.go#L28: return constanttime.Select(v, x, y)
 |
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. |