H A D | bn_nist.c | 285 # define bn_cp_64(to, n, from, m) (to)[n] = (m>=0)?((from)[m]):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 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 313 # define bn_cp_32(to, n, from, m) (to)[n] = (m>=0)?((from)[m]):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
|