streebog_uint512   20 crypto/streebog_generic.c static const struct streebog_uint512 buffer0 = { {
streebog_uint512   24 crypto/streebog_generic.c static const struct streebog_uint512 buffer512 = { {
streebog_uint512   28 crypto/streebog_generic.c static const struct streebog_uint512 C[12] = {
streebog_uint512  851 crypto/streebog_generic.c static void streebog_xor(const struct streebog_uint512 *x,
streebog_uint512  852 crypto/streebog_generic.c 			 const struct streebog_uint512 *y,
streebog_uint512  853 crypto/streebog_generic.c 			 struct streebog_uint512 *z)
streebog_uint512  865 crypto/streebog_generic.c static void streebog_xlps(const struct streebog_uint512 *x,
streebog_uint512  866 crypto/streebog_generic.c 			  const struct streebog_uint512 *y,
streebog_uint512  867 crypto/streebog_generic.c 			  struct streebog_uint512 *data)
streebog_uint512  901 crypto/streebog_generic.c static void streebog_round(int i, struct streebog_uint512 *Ki,
streebog_uint512  902 crypto/streebog_generic.c 			   struct streebog_uint512 *data)
streebog_uint512  933 crypto/streebog_generic.c static void streebog_add512(const struct streebog_uint512 *x,
streebog_uint512  934 crypto/streebog_generic.c 			    const struct streebog_uint512 *y,
streebog_uint512  935 crypto/streebog_generic.c 			    struct streebog_uint512 *r)
streebog_uint512  951 crypto/streebog_generic.c static void streebog_g(struct streebog_uint512 *h,
streebog_uint512  952 crypto/streebog_generic.c 		       const struct streebog_uint512 *N,
streebog_uint512  953 crypto/streebog_generic.c 		       const struct streebog_uint512 *m)
streebog_uint512  955 crypto/streebog_generic.c 	struct streebog_uint512 Ki, data;
streebog_uint512  977 crypto/streebog_generic.c 	struct streebog_uint512 m;
streebog_uint512  989 crypto/streebog_generic.c 	struct streebog_uint512 buf = { { 0 } };
streebog_uint512  999 crypto/streebog_generic.c 	memcpy(&ctx->hash, &ctx->h, sizeof(struct streebog_uint512));
streebog_uint512   28 include/crypto/streebog.h 		struct streebog_uint512 m;
streebog_uint512   30 include/crypto/streebog.h 	struct streebog_uint512 hash;
streebog_uint512   31 include/crypto/streebog.h 	struct streebog_uint512 h;
streebog_uint512   32 include/crypto/streebog.h 	struct streebog_uint512 N;
streebog_uint512   33 include/crypto/streebog.h 	struct streebog_uint512 Sigma;