Home
last modified time | relevance | path

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

/mbedtls-latest/3rdparty/everest/library/
DHacl_Curve25519.c544 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/
DHacl_Curve25519.c589 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/
Dc_endianness.h200 #define store64_le(b, i) (store64(b, htole64(i))) macro