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, in streebog_xor()
852 const struct streebog_uint512 *y, in streebog_xor()
853 struct streebog_uint512 *z) in streebog_xor()
865 static void streebog_xlps(const struct streebog_uint512 *x, in streebog_xlps()
866 const struct streebog_uint512 *y, in streebog_xlps()
867 struct streebog_uint512 *data) in streebog_xlps()
901 static void streebog_round(int i, struct streebog_uint512 *Ki, in streebog_round()
902 struct streebog_uint512 *data) in streebog_round()
933 static void streebog_add512(const struct streebog_uint512 *x, in streebog_add512()
934 const struct streebog_uint512 *y, in streebog_add512()
935 struct streebog_uint512 *r) in streebog_add512()
951 static void streebog_g(struct streebog_uint512 *h, in streebog_g()
952 const struct streebog_uint512 *N, in streebog_g()
953 const struct streebog_uint512 *m) in streebog_g()
955 struct streebog_uint512 Ki, data; in streebog_g()
977 struct streebog_uint512 m; in streebog_stage2()
989 struct streebog_uint512 buf = { { 0 } }; in streebog_stage3()
999 memcpy(&ctx->hash, &ctx->h, sizeof(struct streebog_uint512)); in streebog_stage3()