Searched refs:PULL64 (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/sha/
H A Dsha512.c329 # define PULL64(x) ({ SHA_LONG64 ret=*((const SHA_LONG64 *)(&(x))); \ macro
336 # define PULL64(x) ({ const unsigned int *p=(const unsigned int *)(&(x));\ macro
345 # define PULL64(x) ({ const unsigned int *p=(const unsigned int *)(&(x));\ macro
364 # define PULL64(x) ({ SHA_LONG64 ret; \ macro
391 # define PULL64(x) __pull64be(&(x)) macro
398 # ifndef PULL64
400 # define PULL64(x) (B(x,0)|B(x,1)|B(x,2)|B(x,3)|B(x,4)|B(x,5)|B(x,6)|B(x,7)) macro
439 T = PULL64(W[i]);
499 T1 = X[i] = PULL64(W[i]);
608 T1 = X[0] = PULL64(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/sha/
H A Dsha512.c329 # define PULL64(x) ({ SHA_LONG64 ret=*((const SHA_LONG64 *)(&(x))); \ macro
336 # define PULL64(x) ({ const unsigned int *p=(const unsigned int *)(&(x));\ macro
345 # define PULL64(x) ({ const unsigned int *p=(const unsigned int *)(&(x));\ macro
364 # define PULL64(x) ({ SHA_LONG64 ret; \ macro
391 # define PULL64(x) __pull64be(&(x)) macro
398 # ifndef PULL64
400 # define PULL64(x) (B(x,0)|B(x,1)|B(x,2)|B(x,3)|B(x,4)|B(x,5)|B(x,6)|B(x,7)) macro
439 T = PULL64(W[i]);
499 T1 = X[i] = PULL64(W[i]);
608 T1 = X[0] = PULL64(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/sha/
H A Dsha512.c304 # define PULL64(x) ({ SHA_LONG64 ret=*((const SHA_LONG64 *)(&(x))); \ macro
312 #ifndef PULL64
314 #define PULL64(x) (B(x,0)|B(x,1)|B(x,2)|B(x,3)|B(x,4)|B(x,5)|B(x,6)|B(x,7)) macro
381 T1 = X[i] = PULL64(W[i]);
455 T1 = X[0] = PULL64(W[0]); ROUND_00_15(0,a,b,c,d,e,f,g,h);
456 T1 = X[1] = PULL64(W[1]); ROUND_00_15(1,h,a,b,c,d,e,f,g);
457 T1 = X[2] = PULL64(W[2]); ROUND_00_15(2,g,h,a,b,c,d,e,f);
458 T1 = X[3] = PULL64(W[3]); ROUND_00_15(3,f,g,h,a,b,c,d,e);
459 T1 = X[4] = PULL64(W[4]); ROUND_00_15(4,e,f,g,h,a,b,c,d);
460 T1 = X[5] = PULL64(
[all...]

Completed in 99 milliseconds