Searched refs:addcarryx_u26 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/lib/crypto/ |
H A D | curve25519-fiat32.c | 70 addcarryx_u26(u8 /*bool*/ c, u32 a, u32 b, u32 *low) in addcarryx_u26() function 132 { u32 x52; u8/*bool*/ x53 = addcarryx_u26(0x0, x20, x50, &x52); in fe_freeze() 136 { u32 x60; u8/*bool*/ x61 = addcarryx_u26(x57, x26, x58, &x60); in fe_freeze() 140 { u32 x68; u8/*bool*/ x69 = addcarryx_u26(x65, x32, x66, &x68); in fe_freeze() 144 { u32 x76; u8/*bool*/ x77 = addcarryx_u26(x73, x38, x74, &x76); in fe_freeze() 148 { u32 x84; u8/*bool*/ x85 = addcarryx_u26(x81, x44, x82, &x84); in fe_freeze()
|