H A D | bn_nist.c | 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 293 # define bn_32_set_0(to, n) (((n)&1)?(to[(n)/2]&=BN_MASK2l):(to[(n)/2]=0)); 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 [all …]
|