Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/pk/ecc/
H A Decc_find_curve.c193 static int s_name_match(const char *left, const char *right) in s_name_match() argument
197 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()
/optee_os/core/lib/libtomcrypt/src/ciphers/
H A Dkasumi.c95 u16 left, right; in FO() local
99 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() local
143 LOAD32H(right, pt+4); in kasumi_ecb_encrypt()
[all …]
H A Ddes.c1397 ulong32 work, right, leftt; in desfunc() local
1401 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 …]
/optee_os/lib/libmbedtls/mbedtls/
H A Ddco.txt18 have the right to submit it under the open source license
23 license and I have the right under that license to submit that
H A DLICENSE340 exercise the right to control the distribution of derivative or
430 patents or other property right claims or to contest validity of any
H A DChangeLog2250 in all the right places. Include it from crypto_platform.h, which is