Searched refs:right (Results 1 – 6 of 6) sorted by relevance
193 static int s_name_match(const char *left, const char *right) in s_name_match() argument197 while ((*left != '\0') && (*right != '\0')) { in s_name_match()199 while ((*right == ' ') || (*right == '-') || (*right == '_')) right++; in s_name_match()200 if (*left == '\0' || *right == '\0') break; in s_name_match()201 lc_r = *right; in s_name_match()207 right++; in s_name_match()210 if ((*left == '\0') && (*right == '\0')) return 1; in s_name_match()
95 u16 left, right; in FO() local99 right = (u16) in&0xFFFF; in FO()104 left ^= right; in FO()106 right ^= key->kasumi.KOi2[round_no]; in FO()107 right = FI( right, key->kasumi.KIi2[round_no] ); in FO()108 right ^= left; in FO()112 left ^= right; in FO()114 return (((ulong32)right)<<16)+left; in FO()135 ulong32 left, right, temp; in kasumi_ecb_encrypt() local143 LOAD32H(right, pt+4); in kasumi_ecb_encrypt()[all …]
1397 ulong32 work, right, leftt; in desfunc() local1401 right = block[1]; in desfunc()1404 work = ((leftt >> 4) ^ right) & 0x0f0f0f0fL; in desfunc()1405 right ^= work; in desfunc()1408 work = ((leftt >> 16) ^ right) & 0x0000ffffL; in desfunc()1409 right ^= work; in desfunc()1412 work = ((right >> 2) ^ leftt) & 0x33333333L; in desfunc()1414 right ^= (work << 2); in desfunc()1416 work = ((right >> 8) ^ leftt) & 0x00ff00ffL; in desfunc()1418 right ^= (work << 8); in desfunc()[all …]
18 have the right to submit it under the open source license23 license and I have the right under that license to submit that
340 exercise the right to control the distribution of derivative or430 patents or other property right claims or to contest validity of any
2250 in all the right places. Include it from crypto_platform.h, which is