Lines Matching +full:4 +full:x

22 ///    vector of [4 x i32] in \a V1 and the next four 32-bit elements of the
23 /// message from the 128-bit vector of [4 x i32] in \a V2. Note that the
26 /// SHA-1 state (A, B, C, D) as a 128-bit vector of [4 x i32].
42 /// A 128-bit vector of [4 x i32] containing the initial SHA-1 state.
44 /// A 128-bit vector of [4 x i32] containing the next four elements of
49 /// \returns A 128-bit vector of [4 x i32] containing the updated SHA-1 state.
54 /// the 128-bit vector of [4 x i32] in \a __X, adds that to the next set of
55 /// four message elements in the 128-bit vector of [4 x i32] in \a __Y, and
63 /// A 128-bit vector of [4 x i32] containing the current SHA-1 state.
65 /// A 128-bit vector of [4 x i32] containing the next four elements of the
67 /// \returns A 128-bit vector of [4 x i32] containing the updated SHA-1
77 /// vectors of [4 x i32] in \a __X and \a __Y, and returns the result.
84 /// A 128-bit vector of [4 x i32] containing previous message elements.
86 /// A 128-bit vector of [4 x i32] containing previous message elements.
87 /// \returns A 128-bit vector of [4 x i32] containing the derived SHA-1
97 /// [4 x i32] in \a __X and \a __Y, and returns the result.
104 /// A 128-bit vector of [4 x i32] containing an intermediate result.
106 /// A 128-bit vector of [4 x i32] containing previous message values.
107 /// \returns A 128-bit vector of [4 x i32] containing the updated SHA-1
117 /// [4 x i32] in \a __X; a starting SHA-256 state (A, B, E, F) from the
118 /// 128-bit vector of [4 x i32] in \a __Y; and a pre-computed sum of the
120 /// rounding constants from the 128-bit vector of [4 x i32] in \a __Z.
122 /// [4 x i32].
132 /// A 128-bit vector of [4 x i32] containing part of the initial SHA-256
135 /// A 128-bit vector of [4 x i32] containing part of the initial SHA-256
138 /// A 128-bit vector of [4 x i32] containing additional input to the
140 /// \returns A 128-bit vector of [4 x i32] containing the updated SHA-1 state.
149 /// vectors of [4 x i32] in \a __X and \a __Y, and returns the result.
156 /// A 128-bit vector of [4 x i32] containing previous message elements.
158 /// A 128-bit vector of [4 x i32] containing previous message elements.
159 /// \returns A 128-bit vector of [4 x i32] containing the updated SHA-256
169 /// [4 x i32] in \a __X and \a __Y, and returns the result.
176 /// A 128-bit vector of [4 x i32] containing an intermediate result.
178 /// A 128-bit vector of [4 x i32] containing previous message values.
179 /// \returns A 128-bit vector of [4 x i32] containing the updated SHA-256