Home | History | Annotate | Download | only in bn

Lines Matching refs:a5

465 #define nist_set_224(to, from, a1, a2, a3, a4, a5, a6, a7) \
469 bn_cp_32(to, 2, from, (a5) - 7) \
618 #define nist_set_256(to, from, a1, a2, a3, a4, a5, a6, a7, a8) \
623 bn_cp_32(to, 3, from, (a5) - 8) \
817 #define nist_set_384(to,from,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12) \
826 bn_cp_32(to, 7, from, (a5) - 12) \