Searched defs:bn_32_set_0 (Results 1 – 2 of 2) sorted by relevance
319 #define bn_32_set_0(to, n) (((n)&1)?(to[(n)/2]&=BN_MASK2l):(to[(n)/2]=0)); macro340 #define bn_32_set_0(to, n) (to)[n] = (BN_ULONG)0; macro
320 #define bn_32_set_0(to, n) (((n)&1)?(to[(n)/2]&=BN_MASK2l):(to[(n)/2]=0)); macro341 #define bn_32_set_0(to, n) (to)[n] = (BN_ULONG)0; macro