Home
last modified time | relevance | path

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

/mbedtls-latest/library/
Dcamellia.c220 #define FL(XL, XR, KL, KR) \ argument
223 (XL) = ((XR) | (KR)) ^ (XL); \
226 #define FLInv(YL, YR, KL, KR) \ argument
228 (YL) = ((YR) | (KR)) ^ (YL); \