Home
last modified time | relevance | path

Searched refs:fe_equal (Results 1 - 1 of 1) sorted by relevance

/third_party/libwebsockets/plugins/ssh-base/crypto/
H A Dfe25519.c16 static uint32_t fe_equal(uint32_t a,uint32_t b) /* 16-bit inputs */ in fe_equal() function
87 uint32_t m = fe_equal(r->v[31],127); in fe25519_freeze()
90 m &= fe_equal(r->v[i],255); in fe25519_freeze()
124 r = (int)fe_equal(t.v[0],0); in fe25519_iszero()
126 r &= (int)fe_equal(t.v[i],0); in fe25519_iszero()

Completed in 1 milliseconds