Searched refs:expand_nostore (Results 1 – 3 of 3) sorted by relevance
/trunk/main/bridges/source/cpp_uno/cc50_solaris_intel/ |
H A D | hash.cxx | 66 sal_uInt32 expand_nostore( sal_uInt32 index ) in expand_nostore() function in NIST_Hash 197 subRound( d, e, a, b, c, K10, expand_nostore( 77 ), 4 ); in transform() 198 subRound( c, d, e, a, b, K10, expand_nostore( 78 ), 4 ); in transform() 199 subRound( b, c, d, e, a, K10, expand_nostore( 79 ), 4 ); in transform()
|
/trunk/main/bridges/source/cpp_uno/cc50_solaris_sparc/ |
H A D | hash.cxx | 67 sal_uInt32 expand_nostore( sal_uInt32 index ) in expand_nostore() function in NIST_Hash 198 subRound( d, e, a, b, c, K10, expand_nostore( 77 ), 4 ); in transform() 199 subRound( c, d, e, a, b, K10, expand_nostore( 78 ), 4 ); in transform() 200 subRound( b, c, d, e, a, K10, expand_nostore( 79 ), 4 ); in transform()
|
/trunk/main/bridges/source/cpp_uno/cc5_solaris_sparc64/ |
H A D | exceptions.cxx | 110 sal_uInt32 expand_nostore(sal_uInt32 index) { in expand_nostore() function in __anon0a126d8b0111::NistHash 263 subRound(d, e, a, b, c, K10, expand_nostore(77), 4); in transform() 264 subRound(c, d, e, a, b, K10, expand_nostore(78), 4); in transform() 265 subRound(b, c, d, e, a, K10, expand_nostore(79), 4); in transform()
|
Completed in 12 milliseconds