Home
last modified time | relevance | path

Searched refs:STREEBOG_BLOCK_U64_SIZE (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/libecc/include/libecc/hash/
H A Dstreebog.h66 #define STREEBOG_BLOCK_U64_SIZE (8) macro
67 #define STREEBOG_BLOCK_SIZE (8 * STREEBOG_BLOCK_U64_SIZE)
81 u64 h[STREEBOG_BLOCK_U64_SIZE];
82 u64 N[STREEBOG_BLOCK_U64_SIZE];
83 u64 Sigma[STREEBOG_BLOCK_U64_SIZE];
92 static const u64 C_STREEBOG[12][STREEBOG_BLOCK_U64_SIZE] =
170 static const u64 PI[STREEBOG_BLOCK_U64_SIZE][256] = {
1214 ATTRIBUTE_WARN_UNUSED_RET static inline u64 streebog_permute(const u64 in[STREEBOG_BLOCK_U64_SIZE],… in streebog_permute() argument
1219 for(j = 0; j < STREEBOG_BLOCK_U64_SIZE; j++){ in streebog_permute()
1226 static inline void streebog_transform(u64 out[STREEBOG_BLOCK_U64_SIZE], in streebog_transform() argument
[all …]
/freebsd/crypto/libecc/src/hash/
H A Dstreebog.c107 u64 Z[STREEBOG_BLOCK_U64_SIZE]; in streebog_final()
141 for(j = 0; j < STREEBOG_BLOCK_U64_SIZE; j++){ in streebog_final()