Home
last modified time | relevance | path

Searched defs:Nat (Results 1 – 4 of 4) sorted by relevance

/prebuilts/go/linux-x86/src/crypto/internal/bigmod/
Dnat.go48 type Nat struct { struct
50 limbs []uint
68 func (x *Nat) expand(n int) *Nat {
85 func (x *Nat) reset(n int) *Nat {
96 func (x *Nat) set(y *Nat) *Nat {
106 func (x *Nat) setBig(n *big.Int) *Nat {
119 func (x *Nat) Bytes(m *Modulus) []byte {
142 func (x *Nat) SetBytes(b []byte, m *Modulus) (*Nat, error) {
157 func (x *Nat) SetOverflowingBytes(b []byte, m *Modulus) (*Nat, error) {
178 func (x *Nat) setBytes(b []byte, m *Modulus) error {
[all …]
Dnat_test.go36 func testModAddCommutative(a *Nat, b *Nat) bool {
52 func testModSubThenAddIdentity(a *Nat, b *Nat) bool {
341 func natBytes(n *Nat) []byte {
/prebuilts/go/linux-x86/src/internal/types/testdata/fixedbugs/
Dissue41124.go9 type Nat /* ERROR "invalid recursive type" */ interface { interface
15 Nat // Nat contains type constraints but is invalid, so no error anonMember
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Ddbgeng.h673 WINBOOL Nat; member