Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/library/
A Dcamellia.c274 #define FLInv(YL, YR, KL, KR) \ argument
276 (YL) = ((YR) | (KR)) ^ (YL); \
277 (YR) = ((((YL) & (KL)) << 1) | (((YL) & (KL)) >> 31)) ^ (YR); \

Completed in 4 milliseconds