Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/library/
Dcamellia.c226 #define FLInv(YL, YR, KL, KR) \ argument
228 (YL) = ((YR) | (KR)) ^ (YL); \
229 (YR) = ((((YL) &(KL)) << 1) | (((YL) &(KL)) >> 31)) ^ (YR); \