Lines Matching defs:to
285 # define bn_cp_64(to, n, from, m) (to)[n] = (m>=0)?((from)[m]):0; argument
286 # define bn_64_set_0(to, n) (to)[n] = (BN_ULONG)0; argument
291 # define bn_cp_32_naked(to, n, from, m) (((n)&1)?(to[(n)/2]|=((m)&1)?(from[(m)/2]&BN_MASK2h):(from… argument
293 # define bn_32_set_0(to, n) (((n)&1)?(to[(n)/2]&=BN_MASK2l):(to[(n)/2]=0)); argument
294 # define bn_cp_32(to,n,from,m) ((m)>=0)?bn_cp_32_naked(to,n,from,m):bn_32_set_0(to,n) argument
303 # define bn_cp_64(to, n, from, m) \ argument
308 # define bn_64_set_0(to, n) \ argument
313 # define bn_cp_32(to, n, from, m) (to)[n] = (m>=0)?((from)[m]):0; argument
314 # define bn_32_set_0(to, n) (to)[n] = (BN_ULONG)0; argument
344 #define nist_set_192(to, from, a1, a2, a3) \ argument
476 #define nist_set_224(to, from, a1, a2, a3, a4, a5, a6, a7) \ argument
647 #define nist_set_256(to, from, a1, a2, a3, a4, a5, a6, a7, a8) \ argument
880 #define nist_set_384(to,from,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12) \ argument