Searched refs:fiat_25519_addcarryx_u26 (Results 1 – 1 of 1) sorted by relevance
/external/boringssl/src/third_party/fiat/ |
D | curve25519_32.h | 23 static void fiat_25519_addcarryx_u26(uint32_t* out1, fiat_25519_uint1* out2, fiat_25519_uint1 arg1,… in fiat_25519_addcarryx_u26() function 681 fiat_25519_addcarryx_u26(&x22, &x23, 0x0, (x21 & UINT32_C(0x3ffffed)), x1); in fiat_25519_to_bytes() 687 fiat_25519_addcarryx_u26(&x26, &x27, x25, (x21 & UINT32_C(0x3ffffff)), x5); in fiat_25519_to_bytes() 693 fiat_25519_addcarryx_u26(&x30, &x31, x29, (x21 & UINT32_C(0x3ffffff)), x9); in fiat_25519_to_bytes() 699 fiat_25519_addcarryx_u26(&x34, &x35, x33, (x21 & UINT32_C(0x3ffffff)), x13); in fiat_25519_to_bytes() 705 fiat_25519_addcarryx_u26(&x38, &x39, x37, (x21 & UINT32_C(0x3ffffff)), x17); in fiat_25519_to_bytes()
|