Searched refs:getSboxValue (Results 1 – 2 of 2) sorted by relevance
97 __INLINE Ipp8u getSboxValue(Ipp8u x) in getSboxValue() function113 __INLINE Ipp8u getSboxValue(Ipp8u x) in getSboxValue() function131 Ipp32u y = getSboxValue(x & 0xFF); in cpSboxT_SMS4()132 y |= getSboxValue((x>> 8) & 0xFF) <<8; in cpSboxT_SMS4()133 y |= getSboxValue((x>>16) & 0xFF) <<16; in cpSboxT_SMS4()134 y |= getSboxValue((x>>24) & 0xFF) <<24; in cpSboxT_SMS4()
109 __INLINE Ipp8u getSboxValue(Ipp8u x) in getSboxValue() function126 __INLINE Ipp8u getSboxValue(Ipp8u x) in getSboxValue() function