Searched refs:store64_le (Results 1 – 3 of 3) sorted by relevance
/mbedtls-latest/3rdparty/everest/library/ |
D | Hacl_Curve25519.c | 544 store64_le(b0, o0); in Hacl_EC_Format_fcontract_store() 545 store64_le(b1, o1); in Hacl_EC_Format_fcontract_store() 546 store64_le(b2, o2); in Hacl_EC_Format_fcontract_store() 547 store64_le(b3, o3); in Hacl_EC_Format_fcontract_store()
|
/mbedtls-latest/3rdparty/everest/library/legacy/ |
D | Hacl_Curve25519.c | 589 store64_le(b0, o0); in Hacl_EC_Format_fcontract_store() 590 store64_le(b1, o1); in Hacl_EC_Format_fcontract_store() 591 store64_le(b2, o2); in Hacl_EC_Format_fcontract_store() 592 store64_le(b3, o3); in Hacl_EC_Format_fcontract_store()
|
/mbedtls-latest/3rdparty/everest/include/everest/kremlin/ |
D | c_endianness.h | 200 #define store64_le(b, i) (store64(b, htole64(i))) macro
|