Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/ciphers/
H A Dcast5.c494 LTC_INLINE static ulong32 FI(ulong32 R, ulong32 Km, ulong32 Kr) in FI() argument
498 I = ROL(I, Kr); in FI()
502 LTC_INLINE static ulong32 FII(ulong32 R, ulong32 Km, ulong32 Kr) in FII() argument
506 I = ROL(I, Kr); in FII()
510 LTC_INLINE static ulong32 FIII(ulong32 R, ulong32 Km, ulong32 Kr) in FIII() argument
514 I = ROL(I, Kr); in FIII()