Home
last modified time | relevance | path

Searched refs:addcarryx_u25 (Results 1 – 1 of 1) sorted by relevance

/dragonfly/sys/crypto/curve25519/
H A Dcurve25519.c96 addcarryx_u25(uint8_t /*bool*/ c, uint32_t a, uint32_t b, uint32_t *low) in addcarryx_u25() function
173 uint32_t x56; uint8_t/*bool*/ x57 = addcarryx_u25(x53, x23, x54, &x56); in fe_freeze()
177 uint32_t x64; uint8_t/*bool*/ x65 = addcarryx_u25(x61, x29, x62, &x64); in fe_freeze()
181 uint32_t x72; uint8_t/*bool*/ x73 = addcarryx_u25(x69, x35, x70, &x72); in fe_freeze()
185 uint32_t x80; uint8_t/*bool*/ x81 = addcarryx_u25(x77, x41, x78, &x80); in fe_freeze()
189 uint32_t x88; addcarryx_u25(x85, x47, x86, &x88); in fe_freeze()