Symbol: PUT_UINT64_BE
crypto/libecc/include/libecc/hash/belt-hash.h
60
#ifndef PUT_UINT64_BE
crypto/libecc/include/libecc/hash/sha2.h
35
PUT_UINT64_BE((high), (b), (i));\
crypto/libecc/include/libecc/hash/sha2.h
36
PUT_UINT64_BE((low), (b), (i)+8);\
crypto/libecc/include/libecc/hash/sha2.h
89
#ifndef PUT_UINT64_BE
crypto/libecc/include/libecc/hash/streebog.h
26
#ifndef PUT_UINT64_BE
crypto/libecc/include/libecc/hash/streebog.h
58
PUT_UINT64_BE(n,b,i); \
crypto/libecc/src/examples/hash/gostr34_11_94.c
317
PUT_UINT64_BE(c, (u8*)(&C[idx]), 0);
crypto/libecc/src/examples/hash/gostr34_11_94.c
529
PUT_UINT64_BE(ctx->gostr34_11_94_sum[3], last_padded_block, 0);
crypto/libecc/src/examples/hash/gostr34_11_94.c
530
PUT_UINT64_BE(ctx->gostr34_11_94_sum[2], last_padded_block, 8);
crypto/libecc/src/examples/hash/gostr34_11_94.c
531
PUT_UINT64_BE(ctx->gostr34_11_94_sum[1], last_padded_block, 16);
crypto/libecc/src/examples/hash/gostr34_11_94.c
532
PUT_UINT64_BE(ctx->gostr34_11_94_sum[0], last_padded_block, 24);
crypto/libecc/src/examples/hash/gostr34_11_94.c
542
PUT_UINT64_BE(ctx->gostr34_11_94_state[0], output, 0);
crypto/libecc/src/examples/hash/gostr34_11_94.c
543
PUT_UINT64_BE(ctx->gostr34_11_94_state[1], output, 8);
crypto/libecc/src/examples/hash/gostr34_11_94.c
544
PUT_UINT64_BE(ctx->gostr34_11_94_state[2], output, 16);
crypto/libecc/src/examples/hash/gostr34_11_94.c
545
PUT_UINT64_BE(ctx->gostr34_11_94_state[3], output, 24);
crypto/libecc/src/examples/hash/gostr34_11_94.h
92
#ifndef PUT_UINT64_BE
crypto/libecc/src/examples/hash/md4.h
63
#ifndef PUT_UINT64_BE
crypto/libecc/src/examples/hash/md5.h
64
#ifndef PUT_UINT64_BE
crypto/libecc/src/examples/hash/sha0.c
194
PUT_UINT64_BE(8 * ctx->sha0_total, last_padded_block,
crypto/libecc/src/examples/hash/sha0.c
200
PUT_UINT64_BE(8 * ctx->sha0_total, last_padded_block,
crypto/libecc/src/examples/hash/sha0.h
64
#ifndef PUT_UINT64_BE
crypto/libecc/src/examples/hash/sha1.c
194
PUT_UINT64_BE(8 * ctx->sha1_total, last_padded_block,
crypto/libecc/src/examples/hash/sha1.c
200
PUT_UINT64_BE(8 * ctx->sha1_total, last_padded_block,
crypto/libecc/src/examples/hash/sha1.h
64
#ifndef PUT_UINT64_BE
crypto/libecc/src/hash/sha224.c
171
PUT_UINT64_BE(8 * ctx->sha224_total, last_padded_block,
crypto/libecc/src/hash/sha224.c
177
PUT_UINT64_BE(8 * ctx->sha224_total, last_padded_block,
crypto/libecc/src/hash/sha256.c
171
PUT_UINT64_BE(8 * ctx->sha256_total, last_padded_block,
crypto/libecc/src/hash/sha256.c
177
PUT_UINT64_BE(8 * ctx->sha256_total, last_padded_block,
crypto/libecc/src/hash/sha384.c
188
PUT_UINT64_BE(ctx->sha384_state[0], output, 0);
crypto/libecc/src/hash/sha384.c
189
PUT_UINT64_BE(ctx->sha384_state[1], output, 8);
crypto/libecc/src/hash/sha384.c
190
PUT_UINT64_BE(ctx->sha384_state[2], output, 16);
crypto/libecc/src/hash/sha384.c
191
PUT_UINT64_BE(ctx->sha384_state[3], output, 24);
crypto/libecc/src/hash/sha384.c
192
PUT_UINT64_BE(ctx->sha384_state[4], output, 32);
crypto/libecc/src/hash/sha384.c
193
PUT_UINT64_BE(ctx->sha384_state[5], output, 40);
crypto/libecc/src/hash/sha512_core.c
156
PUT_UINT64_BE(ctx->sha512_state[0], output, 0);
crypto/libecc/src/hash/sha512_core.c
157
PUT_UINT64_BE(ctx->sha512_state[1], output, 8);
crypto/libecc/src/hash/sha512_core.c
158
PUT_UINT64_BE(ctx->sha512_state[2], output, 16);
crypto/libecc/src/hash/sha512_core.c
159
PUT_UINT64_BE(ctx->sha512_state[3], output, 24);
crypto/libecc/src/hash/sha512_core.c
160
PUT_UINT64_BE(ctx->sha512_state[4], output, 32);
crypto/libecc/src/hash/sha512_core.c
161
PUT_UINT64_BE(ctx->sha512_state[5], output, 40);
crypto/libecc/src/hash/sha512_core.c
162
PUT_UINT64_BE(ctx->sha512_state[6], output, 48);
crypto/libecc/src/hash/sha512_core.c
163
PUT_UINT64_BE(ctx->sha512_state[7], output, 56);
crypto/libecc/src/hash/sha512_core.c
166
PUT_UINT64_BE(ctx->sha512_state[0], tmp_output, 0);
crypto/libecc/src/hash/sha512_core.c
167
PUT_UINT64_BE(ctx->sha512_state[1], tmp_output, 8);
crypto/libecc/src/hash/sha512_core.c
168
PUT_UINT64_BE(ctx->sha512_state[2], tmp_output, 16);
crypto/libecc/src/hash/sha512_core.c
169
PUT_UINT64_BE(ctx->sha512_state[3], tmp_output, 24);
crypto/libecc/src/hash/sha512_core.c
170
PUT_UINT64_BE(ctx->sha512_state[4], tmp_output, 32);
crypto/libecc/src/hash/sha512_core.c
171
PUT_UINT64_BE(ctx->sha512_state[5], tmp_output, 40);
crypto/libecc/src/hash/sha512_core.c
172
PUT_UINT64_BE(ctx->sha512_state[6], tmp_output, 48);
crypto/libecc/src/hash/sha512_core.c
173
PUT_UINT64_BE(ctx->sha512_state[7], tmp_output, 56);
crypto/libecc/src/hash/sm3.c
290
PUT_UINT64_BE(8 * ctx->sm3_total, last_padded_block,
crypto/libecc/src/hash/sm3.c
296
PUT_UINT64_BE(8 * ctx->sm3_total, last_padded_block,
crypto/libecc/src/hash/sm3.c
42
#ifndef PUT_UINT64_BE