Symbol: PUT_UINT64_LE
crypto/libecc/include/libecc/hash/belt-hash.h
88
#ifndef PUT_UINT64_LE
crypto/libecc/include/libecc/hash/streebog.h
40
#ifndef PUT_UINT64_LE
crypto/libecc/include/libecc/hash/streebog.h
61
PUT_UINT64_LE(n,b,i); \
crypto/libecc/src/examples/hash/gostr34_11_94.c
515
PUT_UINT64_LE(8 * ctx->gostr34_11_94_total, last_padded_block, GOSTR34_11_94_BLOCK_SIZE);
crypto/libecc/src/examples/hash/gostr34_11_94.c
523
PUT_UINT64_LE(ctx->gostr34_11_94_sum[3], last_padded_block, 0);
crypto/libecc/src/examples/hash/gostr34_11_94.c
524
PUT_UINT64_LE(ctx->gostr34_11_94_sum[2], last_padded_block, 8);
crypto/libecc/src/examples/hash/gostr34_11_94.c
525
PUT_UINT64_LE(ctx->gostr34_11_94_sum[1], last_padded_block, 16);
crypto/libecc/src/examples/hash/gostr34_11_94.c
526
PUT_UINT64_LE(ctx->gostr34_11_94_sum[0], last_padded_block, 24);
crypto/libecc/src/examples/hash/gostr34_11_94.c
548
PUT_UINT64_LE(ctx->gostr34_11_94_state[0], output, 0);
crypto/libecc/src/examples/hash/gostr34_11_94.c
549
PUT_UINT64_LE(ctx->gostr34_11_94_state[1], output, 8);
crypto/libecc/src/examples/hash/gostr34_11_94.c
550
PUT_UINT64_LE(ctx->gostr34_11_94_state[2], output, 16);
crypto/libecc/src/examples/hash/gostr34_11_94.c
551
PUT_UINT64_LE(ctx->gostr34_11_94_state[3], output, 24);
crypto/libecc/src/examples/hash/gostr34_11_94.h
106
#ifndef PUT_UINT64_LE
crypto/libecc/src/examples/hash/md4.c
195
PUT_UINT64_LE(8 * ctx->md4_total, last_padded_block,
crypto/libecc/src/examples/hash/md4.c
201
PUT_UINT64_LE(8 * ctx->md4_total, last_padded_block,
crypto/libecc/src/examples/hash/md4.h
77
#ifndef PUT_UINT64_LE
crypto/libecc/src/examples/hash/md5.c
196
PUT_UINT64_LE(8 * ctx->md5_total, last_padded_block,
crypto/libecc/src/examples/hash/md5.c
202
PUT_UINT64_LE(8 * ctx->md5_total, last_padded_block,
crypto/libecc/src/examples/hash/md5.h
78
#ifndef PUT_UINT64_LE
crypto/libecc/src/examples/hash/sha0.h
78
#ifndef PUT_UINT64_LE
crypto/libecc/src/examples/hash/sha1.h
78
#ifndef PUT_UINT64_LE
crypto/libecc/src/hash/belt-hash.c
300
PUT_UINT64_LE(c, (u8*)(ctx->belt_hash_state), 0);
crypto/libecc/src/hash/belt-hash.c
301
PUT_UINT64_LE(a1, (u8*)(ctx->belt_hash_state), 8);
crypto/libecc/src/hash/belt-hash.c
317
PUT_UINT64_LE(0x3bf5080ac8ba94b1ULL, ctx->belt_hash_h, 0);
crypto/libecc/src/hash/belt-hash.c
318
PUT_UINT64_LE(0xe45d4a588e006d36ULL, ctx->belt_hash_h, 8);
crypto/libecc/src/hash/belt-hash.c
319
PUT_UINT64_LE(0xacc7b61b9dfa0485ULL, ctx->belt_hash_h, 16);
crypto/libecc/src/hash/belt-hash.c
320
PUT_UINT64_LE(0x0dcefd02c2722e25ULL, ctx->belt_hash_h, 24);
crypto/libecc/src/hash/ripemd160.c
281
PUT_UINT64_LE(8 * ctx->ripemd160_total, last_padded_block,
crypto/libecc/src/hash/ripemd160.c
287
PUT_UINT64_LE(8 * ctx->ripemd160_total, last_padded_block,
crypto/libecc/src/hash/ripemd160.c
43
#ifndef PUT_UINT64_LE