/freebsd/crypto/libecc/src/examples/hash/ |
H A D | gostr34_11_94.c | 515 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 D | md5.h | 78 #ifndef PUT_UINT64_LE 79 #define PUT_UINT64_LE(n,b,i) \ macro
|
H A D | md4.h | 77 #ifndef PUT_UINT64_LE 78 #define PUT_UINT64_LE(n,b,i) \ macro
|
H A D | sha0.h | 78 #ifndef PUT_UINT64_LE 79 #define PUT_UINT64_LE(n,b,i) \ macro
|
H A D | sha1.h | 78 #ifndef PUT_UINT64_LE 79 #define PUT_UINT64_LE(n,b,i) \ macro
|
H A D | gostr34_11_94.h | 106 #ifndef PUT_UINT64_LE 107 #define PUT_UINT64_LE(n,b,i) \ macro
|
H A D | md5.c | 196 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 D | md4.c | 195 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 D | belt-hash.c | 300 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 D | ripemd160.c | 43 #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 D | streebog.h | 40 #ifndef PUT_UINT64_LE 41 #define PUT_UINT64_LE(n,b,i) \ macro 61 PUT_UINT64_LE(n,b,i); \
|
H A D | belt-hash.h | 88 #ifndef PUT_UINT64_LE 89 #define PUT_UINT64_LE(n,b,i) \ macro
|