Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/ciphers/
A Dcast5.c507 INLINE static ulong32 FI(ulong32 R, ulong32 Km, ulong32 Kr) in FI() argument
510 I = (Km + R); in FI()
515 INLINE static ulong32 FII(ulong32 R, ulong32 Km, ulong32 Kr) in FII() argument
518 I = (Km ^ R); in FII()
523 INLINE static ulong32 FIII(ulong32 R, ulong32 Km, ulong32 Kr) in FIII() argument
526 I = (Km - R); in FIII()

Completed in 5 milliseconds