Home | History | Annotate | Download | only in bn

Lines Matching refs:a7

465 #define nist_set_224(to, from, a1, a2, a3, a4, a5, a6, a7) \
467 bn_cp_32(to, 0, from, (a7) - 7) \
618 #define nist_set_256(to, from, a1, a2, a3, a4, a5, a6, a7, a8) \
621 bn_cp_32(to, 1, from, (a7) - 8) \
817 #define nist_set_384(to,from,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12) \
824 bn_cp_32(to, 5, from, (a7) - 12) \