Home
last modified time | relevance | path

Searched refs:GET_UINT64_LE (Results 1 – 5 of 5) sorted by relevance

/freebsd/crypto/libecc/include/libecc/hash/
H A Dbelt-hash.h74 #ifndef GET_UINT64_LE
75 #define GET_UINT64_LE(n,b,i) \ macro
/freebsd/crypto/libecc/src/examples/hash/
H A Dgostr34_11_94.h78 #ifndef GET_UINT64_LE
79 #define GET_UINT64_LE(n,b,i) \ macro
H A Dgostr34_11_94.c114 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 Dbelt-hash.c288 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 Dncsw_ext.h77 #define GET_UINT64_LE(arg) \ macro