Searched refs:RORc (Results 1 - 5 of 5) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
H A D | des-internal.c | 42 #define RORc(x, y) \ macro 350 work = RORc(right, 4) ^ *keys++; in desfunc() 361 work = RORc(leftt, 4) ^ *keys++; in desfunc() 373 right = RORc(right, 1); in desfunc() 377 leftt = RORc(leftt, 1); in desfunc()
|
H A D | sha256-internal.c | 68 #define RORc(x, y) \ macro 73 #define S(x, n) RORc((x), (n))
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
H A D | des-internal.c | 42 #define RORc(x, y) \ macro 350 work = RORc(right, 4) ^ *keys++; in desfunc() 361 work = RORc(leftt, 4) ^ *keys++; in desfunc() 373 right = RORc(right, 1); in desfunc() 377 leftt = RORc(leftt, 1); in desfunc()
|
H A D | sha256-internal.c | 68 #define RORc(x, y) \ macro 73 #define S(x, n) RORc((x), (n))
|
/third_party/curl/lib/ |
H A D | sha256.c | 334 #define RORc(x, y) \ macro 339 #define S(x, n) RORc((x), (n))
|
Completed in 4 milliseconds