Home
last modified time | relevance | path

Searched refs:PUT_UINT64_LE (Results 1 – 12 of 12) sorted by relevance

/freebsd/crypto/libecc/src/examples/hash/
H A Dgostr34_11_94.c515 PUT_UINT64_LE(8 * ctx->gostr34_11_94_total, last_padded_block, GOSTR34_11_94_BLOCK_SIZE); in gostr34_11_94_final()
523 PUT_UINT64_LE(ctx->gostr34_11_94_sum[3], last_padded_block, 0); in gostr34_11_94_final()
524 PUT_UINT64_LE(ctx->gostr34_11_94_sum[2], last_padded_block, 8); in gostr34_11_94_final()
525 PUT_UINT64_LE(ctx->gostr34_11_94_sum[1], last_padded_block, 16); in gostr34_11_94_final()
526 PUT_UINT64_LE(ctx->gostr34_11_94_sum[0], last_padded_block, 24); in gostr34_11_94_final()
548 PUT_UINT64_LE(ctx->gostr34_11_94_state[0], output, 0); in gostr34_11_94_final()
549 PUT_UINT64_LE(ctx->gostr34_11_94_state[1], output, 8); in gostr34_11_94_final()
550 PUT_UINT64_LE(ctx->gostr34_11_94_state[2], output, 16); in gostr34_11_94_final()
551 PUT_UINT64_LE(ctx->gostr34_11_94_state[3], output, 24); in gostr34_11_94_final()
H A Dmd5.h78 #ifndef PUT_UINT64_LE
79 #define PUT_UINT64_LE(n,b,i) \ macro
H A Dmd4.h77 #ifndef PUT_UINT64_LE
78 #define PUT_UINT64_LE(n,b,i) \ macro
H A Dsha0.h78 #ifndef PUT_UINT64_LE
79 #define PUT_UINT64_LE(n,b,i) \ macro
H A Dsha1.h78 #ifndef PUT_UINT64_LE
79 #define PUT_UINT64_LE(n,b,i) \ macro
H A Dgostr34_11_94.h106 #ifndef PUT_UINT64_LE
107 #define PUT_UINT64_LE(n,b,i) \ macro
H A Dmd5.c196 PUT_UINT64_LE(8 * ctx->md5_total, last_padded_block, in md5_final()
202 PUT_UINT64_LE(8 * ctx->md5_total, last_padded_block, in md5_final()
H A Dmd4.c195 PUT_UINT64_LE(8 * ctx->md4_total, last_padded_block, in md4_final()
201 PUT_UINT64_LE(8 * ctx->md4_total, last_padded_block, in md4_final()
/freebsd/crypto/libecc/src/hash/
H A Dbelt-hash.c300 PUT_UINT64_LE(c, (u8*)(ctx->belt_hash_state), 0); in belt_update_ctr()
301 PUT_UINT64_LE(a1, (u8*)(ctx->belt_hash_state), 8); in belt_update_ctr()
317 PUT_UINT64_LE(0x3bf5080ac8ba94b1ULL, ctx->belt_hash_h, 0); in belt_hash_init()
318 PUT_UINT64_LE(0xe45d4a588e006d36ULL, ctx->belt_hash_h, 8); in belt_hash_init()
319 PUT_UINT64_LE(0xacc7b61b9dfa0485ULL, ctx->belt_hash_h, 16); in belt_hash_init()
320 PUT_UINT64_LE(0x0dcefd02c2722e25ULL, ctx->belt_hash_h, 24); in belt_hash_init()
H A Dripemd160.c43 #ifndef PUT_UINT64_LE
44 #define PUT_UINT64_LE(n,b,i) \ macro
281 PUT_UINT64_LE(8 * ctx->ripemd160_total, last_padded_block, in ripemd160_final()
287 PUT_UINT64_LE(8 * ctx->ripemd160_total, last_padded_block, in ripemd160_final()
/freebsd/crypto/libecc/include/libecc/hash/
H A Dstreebog.h40 #ifndef PUT_UINT64_LE
41 #define PUT_UINT64_LE(n,b,i) \ macro
61 PUT_UINT64_LE(n,b,i); \
H A Dbelt-hash.h88 #ifndef PUT_UINT64_LE
89 #define PUT_UINT64_LE(n,b,i) \ macro