crypto/internal/fips140/bigmod.Nat.IsOdd (method)
17 uses
crypto/internal/fips140/bigmod (current package)
nat.go#L304: func (x *Nat) IsOdd() choice {
nat.go#L574: if m.nat.IsOdd() == 1 {
nat.go#L1123: if a.IsOdd() == no && m.IsOdd() == no {
nat.go#L1154: if u.IsOdd() == yes && v.IsOdd() == yes {
nat.go#L1167: if u.IsOdd() == v.IsOdd() {
nat.go#L1172: if u.IsOdd() == no {
nat.go#L1174: if A.IsOdd() == yes || B.IsOdd() == yes {
nat.go#L1183: if C.IsOdd() == yes || D.IsOdd() == yes {
crypto/internal/fips140/rsa
keygen.go#L136: if gcd.IsOdd() == 0 {
keygen.go#L321: if wm.Nat().IsOdd() == 0 {
rsa.go#L89: if p.Nat().IsOdd() == 0 {
rsa.go#L341: if pub.N.Nat().IsOdd() == 0 {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)