Home
last modified time | relevance | path

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

/linux/crypto/
H A Dstreebog_generic.c20 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()
[all …]
/linux/include/crypto/
H A Dstreebog.h21 struct streebog_uint512 { struct
28 struct streebog_uint512 m; argument
30 struct streebog_uint512 hash;
31 struct streebog_uint512 h;
32 struct streebog_uint512 N;
33 struct streebog_uint512 Sigma;