Searched refs:fiat_25519_addcarryx_u25 (Results 1 – 1 of 1) sorted by relevance
/external/boringssl/src/third_party/fiat/ |
D | curve25519_32.h | 57 static void fiat_25519_addcarryx_u25(uint32_t* out1, fiat_25519_uint1* out2, fiat_25519_uint1 arg1,… in fiat_25519_addcarryx_u25() function 684 fiat_25519_addcarryx_u25(&x24, &x25, x23, (x21 & UINT32_C(0x1ffffff)), x3); in fiat_25519_to_bytes() 690 fiat_25519_addcarryx_u25(&x28, &x29, x27, (x21 & UINT32_C(0x1ffffff)), x7); in fiat_25519_to_bytes() 696 fiat_25519_addcarryx_u25(&x32, &x33, x31, (x21 & UINT32_C(0x1ffffff)), x11); in fiat_25519_to_bytes() 702 fiat_25519_addcarryx_u25(&x36, &x37, x35, (x21 & UINT32_C(0x1ffffff)), x15); in fiat_25519_to_bytes() 708 fiat_25519_addcarryx_u25(&x40, &x41, x39, (x21 & UINT32_C(0x1ffffff)), x19); in fiat_25519_to_bytes()
|