Home | History | Annotate | Download | only in bn

Lines Matching refs:BN_MASK2

764 			*(ap++)=((t<<1)|c)&BN_MASK2;
980 *(ap++)=((t<<1)|c)&BN_MASK2;
1040 #define BN_NIST_521_TOP_MASK ((BN_ULONG)BN_MASK2>>BN_NIST_521_LSHIFT)
1087 t_d[i] = (tmp | val<<BN_NIST_521_LSHIFT) & BN_MASK2;