Home
last modified time | relevance | path

Searched refs:expand_store (Results 1 – 3 of 3) sorted by relevance

/trunk/main/bridges/source/cpp_uno/cc50_solaris_intel/
H A Dhash.cxx71 sal_uInt32 expand_store( sal_uInt32 index ) in expand_store() function in NIST_Hash
133 subRound( e, a, b, c, d, K2, expand_store( 16 ), 1 ); in transform()
134 subRound( d, e, a, b, c, K2, expand_store( 17 ), 1 ); in transform()
135 subRound( c, d, e, a, b, K2, expand_store( 18 ), 1 ); in transform()
136 subRound( b, c, d, e, a, K2, expand_store( 19 ), 1 ); in transform()
138 subRound( a, b, c, d, e, K3, expand_store( 20 ), 2 ); in transform()
139 subRound( e, a, b, c, d, K3, expand_store( 21 ), 2 ); in transform()
140 subRound( d, e, a, b, c, K3, expand_store( 22 ), 2 ); in transform()
141 subRound( c, d, e, a, b, K3, expand_store( 23 ), 2 ); in transform()
142 subRound( b, c, d, e, a, K3, expand_store( 24 ), 2 ); in transform()
[all …]
/trunk/main/bridges/source/cpp_uno/cc50_solaris_sparc/
H A Dhash.cxx72 sal_uInt32 expand_store( sal_uInt32 index ) in expand_store() function in NIST_Hash
134 subRound( e, a, b, c, d, K2, expand_store( 16 ), 1 ); in transform()
135 subRound( d, e, a, b, c, K2, expand_store( 17 ), 1 ); in transform()
136 subRound( c, d, e, a, b, K2, expand_store( 18 ), 1 ); in transform()
137 subRound( b, c, d, e, a, K2, expand_store( 19 ), 1 ); in transform()
139 subRound( a, b, c, d, e, K3, expand_store( 20 ), 2 ); in transform()
140 subRound( e, a, b, c, d, K3, expand_store( 21 ), 2 ); in transform()
141 subRound( d, e, a, b, c, K3, expand_store( 22 ), 2 ); in transform()
142 subRound( c, d, e, a, b, K3, expand_store( 23 ), 2 ); in transform()
143 subRound( b, c, d, e, a, K3, expand_store( 24 ), 2 ); in transform()
[all …]
/trunk/main/bridges/source/cpp_uno/cc5_solaris_sparc64/
H A Dexceptions.cxx115 sal_uInt32 expand_store(sal_uInt32 index) { in expand_store() function in __anon0a126d8b0111::NistHash
202 subRound(e, a, b, c, d, K2, expand_store(16), 1); in transform()
203 subRound(d, e, a, b, c, K2, expand_store(17), 1); in transform()
204 subRound(c, d, e, a, b, K2, expand_store(18), 1); in transform()
205 subRound(b, c, d, e, a, K2, expand_store(19), 1); in transform()
206 subRound(a, b, c, d, e, K3, expand_store(20), 2); in transform()
207 subRound(e, a, b, c, d, K3, expand_store(21), 2); in transform()
208 subRound(d, e, a, b, c, K3, expand_store(22), 2); in transform()
209 subRound(c, d, e, a, b, K3, expand_store(23), 2); in transform()
210 subRound(b, c, d, e, a, K3, expand_store(24), 2); in transform()
[all …]

Completed in 25 milliseconds