Searched defs:STREEBOG_BLOCK_U64_SIZE (Results 1 – 1 of 1) sorted by relevance
66 #define STREEBOG_BLOCK_U64_SIZE (8) macro1214 ATTRIBUTE_WARN_UNUSED_RET static inline u64 streebog_permute(const u64 in[STREEBOG_BLOCK_U64_SIZE],… in streebog_permute()1226 static inline void streebog_transform(u64 out[STREEBOG_BLOCK_U64_SIZE], in streebog_transform()1227 const u64 a[STREEBOG_BLOCK_U64_SIZE], in streebog_transform()1228 const u64 b[STREEBOG_BLOCK_U64_SIZE]) in streebog_transform()1243 static inline void gN(u64 h[STREEBOG_BLOCK_U64_SIZE], in gN()1244 const u64 m[STREEBOG_BLOCK_U64_SIZE], in gN()1245 const u64 N[STREEBOG_BLOCK_U64_SIZE]) in gN()