HomeSort by: relevance | last modified time | path
    Searched refs:U32C (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_core/hsalsa20/ref2/
core_hsalsa20_ref2.c 14 #define U32C(v) (v##U)
27 x0 = U32C(0x61707865);
28 x5 = U32C(0x3320646e);
29 x10 = U32C(0x79622d32);
30 x15 = U32C(0x6b206574);
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_stream/chacha20/ref/
chacha20_ref.c 26 #define U32C(v) (v##U)
28 #define U32V(v) ((uint32_t)(v) &U32C(0xFFFFFFFF))
48 ctx->input[0] = U32C(0x61707865);
49 ctx->input[1] = U32C(0x3320646e);
50 ctx->input[2] = U32C(0x79622d32);
51 ctx->input[3] = U32C(0x6b206574);

Completed in 12 milliseconds