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