Home
last modified time | relevance | path

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

/external/epid-sdk/ext/ipp/sources/ippcp/
Dpcpsms4.h97 __INLINE Ipp8u getSboxValue(Ipp8u x) in getSboxValue() function
113 __INLINE Ipp8u getSboxValue(Ipp8u x) in getSboxValue() function
131 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()
Dpcprij128safe.h109 __INLINE Ipp8u getSboxValue(Ipp8u x) in getSboxValue() function
126 __INLINE Ipp8u getSboxValue(Ipp8u x) in getSboxValue() function