Searched refs:GET_UINT64_LE (Results 1 – 5 of 5) sorted by relevance
| /freebsd/crypto/libecc/include/libecc/hash/ |
| H A D | belt-hash.h | 74 #ifndef GET_UINT64_LE 75 #define GET_UINT64_LE(n,b,i) \ macro
|
| /freebsd/crypto/libecc/src/examples/hash/ |
| H A D | gostr34_11_94.h | 78 #ifndef GET_UINT64_LE 79 #define GET_UINT64_LE(n,b,i) \ macro
|
| H A D | gostr34_11_94.c | 114 GET_UINT64_LE(C, (const u8*)&gostr34_11_94_C[i - 1][j], 0); in gostr34_11_94_key_generation() 270 GET_UINT64_LE(m, (const u8*)&M[GOSTR34_11_94_STATE_SIZE - i - 1], 0); in gostr34_11_94_state_output_transform() 282 GET_UINT64_LE(h, (const u8*)&H[GOSTR34_11_94_STATE_SIZE - i - 1], 0); in gostr34_11_94_state_output_transform()
|
| /freebsd/crypto/libecc/src/hash/ |
| H A D | belt-hash.c | 288 GET_UINT64_LE(a0, (const u8*)(ctx->belt_hash_state), 0); in belt_update_ctr() 289 GET_UINT64_LE(a1, (const u8*)(ctx->belt_hash_state), 8); in belt_update_ctr()
|
| /freebsd/sys/contrib/ncsw/inc/ |
| H A D | ncsw_ext.h | 77 #define GET_UINT64_LE(arg) \ macro
|