H A D | bn_nist.c | 647 #define nist_set_256(to, from, a1, a2, a3, a4, a5, a6, a7, a8) \ argument 649 bn_cp_32(to, 0, from, (a8) - 8) \ 880 #define nist_set_384(to,from,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12) \ argument 886 bn_cp_32(to, 4, from, (a8) - 12) \
|