Home | History | Annotate | Download | only in bn

Lines Matching refs:BN_ULONG

37 void RSAZ_1024_mod_exp_avx2(BN_ULONG result[16], const BN_ULONG base_norm[16],
38 const BN_ULONG exponent[16],
39 const BN_ULONG m_norm[16], const BN_ULONG RR[16],
40 BN_ULONG k0,
41 BN_ULONG storage_words[MOD_EXP_CTIME_STORAGE_LEN]);
68 void rsaz_1024_norm2red_avx2(BN_ULONG red[40], const BN_ULONG norm[16]);
73 void rsaz_1024_mul_avx2(BN_ULONG ret[40], const BN_ULONG a[40],
74 const BN_ULONG b[40], const BN_ULONG n[40], BN_ULONG k);
79 void rsaz_1024_sqr_avx2(BN_ULONG ret[40], const BN_ULONG a[40],
80 const BN_ULONG n[40], BN_ULONG k, int count);
83 // positive and at most 31. Note the table only uses 18 |BN_ULONG|s per entry
84 // instead of 40. It packs two 29-bit limbs into each |BN_ULONG| and only stores
86 void rsaz_1024_scatter5_avx2(BN_ULONG tbl[32 * 18], const BN_ULONG val[40],
90 void rsaz_1024_gather5_avx2(BN_ULONG val[40], const BN_ULONG tbl[32 * 18],
95 void rsaz_1024_red2norm_avx2(BN_ULONG norm[16], const BN_ULONG red[40]);