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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bf/
H A Dbf_locl.h180 # define BF_M (0xFF<<BF_LONG_LOG2) macro
191 * fun as (R>>BF_i)&BF_M gets folded into a single instruction, namely
197 LL^= (((*(BF_LONG *)((unsigned char *)&(S[ 0])+((R>>BF_0)&BF_M))+ \
198 *(BF_LONG *)((unsigned char *)&(S[256])+((R>>BF_1)&BF_M)))^ \
199 *(BF_LONG *)((unsigned char *)&(S[512])+((R>>BF_2)&BF_M)))+ \
200 *(BF_LONG *)((unsigned char *)&(S[768])+((R<<BF_3)&BF_M))) \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/bf/
H A Dbf_locl.h178 #define BF_M (0xFF<<BF_LONG_LOG2) macro
189 * fun as (R>>BF_i)&BF_M gets folded into a single instruction, namely
195 LL^= (((*(BF_LONG *)((unsigned char *)&(S[ 0])+((R>>BF_0)&BF_M))+ \
196 *(BF_LONG *)((unsigned char *)&(S[256])+((R>>BF_1)&BF_M)))^ \
197 *(BF_LONG *)((unsigned char *)&(S[512])+((R>>BF_2)&BF_M)))+ \
198 *(BF_LONG *)((unsigned char *)&(S[768])+((R<<BF_3)&BF_M))) \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bf/
H A Dbf_locl.h180 # define BF_M (0xFF<<BF_LONG_LOG2) macro
191 * fun as (R>>BF_i)&BF_M gets folded into a single instruction, namely
197 LL^= (((*(BF_LONG *)((unsigned char *)&(S[ 0])+((R>>BF_0)&BF_M))+ \
198 *(BF_LONG *)((unsigned char *)&(S[256])+((R>>BF_1)&BF_M)))^ \
199 *(BF_LONG *)((unsigned char *)&(S[512])+((R>>BF_2)&BF_M)))+ \
200 *(BF_LONG *)((unsigned char *)&(S[768])+((R<<BF_3)&BF_M))) \

Completed in 111 milliseconds