crypto/internal/fips140/bigmod.Nat.IsOdd (method)
17 uses
crypto/internal/fips140/bigmod (current package)
nat.go#L305: func (x *Nat) IsOdd() choice {
nat.go#L575: if m.nat.IsOdd() == 1 {
nat.go#L1124: if a.IsOdd() == no && m.IsOdd() == no {
nat.go#L1155: if u.IsOdd() == yes && v.IsOdd() == yes {
nat.go#L1168: if u.IsOdd() == v.IsOdd() {
nat.go#L1173: if u.IsOdd() == no {
nat.go#L1175: if A.IsOdd() == yes || B.IsOdd() == yes {
nat.go#L1184: if C.IsOdd() == yes || D.IsOdd() == yes {
crypto/internal/fips140/rsa
keygen.go#L157: if gcd.IsOdd() == 0 {
keygen.go#L356: if wm.Nat().IsOdd() == 0 {
rsa.go#L89: if p.Nat().IsOdd() == 0 {
rsa.go#L321: if pub.N.Nat().IsOdd() == 0 {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)