Searched refs:OP2 (Results 1 – 2 of 2) sorted by relevance
/openssl/crypto/cast/ |
H A D | cast_local.h | 85 # define E_CAST(n,key,L,R,OP1,OP2,OP3) \ argument 92 CAST_S_table0+((t>>C_2)&C_M)) OP2 \ 101 # define E_CAST(n,key,L,R,OP1,OP2,OP3) \ argument 114 t=(t OP2 *(CAST_LONG *)((unsigned char *)CAST_S_table1+v))&0xffffffffL;\ 123 # define E_CAST(n,key,L,R,OP1,OP2,OP3) \ argument 132 L^=(((((a OP2 b)&0xffffffffL) OP3 c)&0xffffffffL) OP1 d)&0xffffffffL; \
|
/openssl/crypto/cast/asm/ |
H A D | cast-586.pl | 145 local($i,$S,$L,$R,$K,$OP1,$OP2,$OP3,$tmp1,$tmp2,$tmp3,$tmp4)=@_; 179 &$OP2( $tmp1, $tmp2);
|
Completed in 4 milliseconds