Searched refs:BN_NIST_192_TOP (Results 1 – 1 of 1) sorted by relevance
13 #define BN_NIST_192_TOP (192+BN_BITS2-1)/BN_BITS2 macro189 BN_NIST_192_TOP,190 BN_NIST_192_TOP,358 BN_ULONG bn[BN_NIST_192_TOP]; in BN_nist_mod_192()362 BN_ULONG c_d[BN_NIST_192_TOP], *res; in BN_nist_mod_192()383 if (!bn_wexpand(r, BN_NIST_192_TOP)) in BN_nist_mod_192()390 nist_cp_bn_0(buf.bn, a_d + BN_NIST_192_TOP, top - BN_NIST_192_TOP, in BN_nist_mod_192()391 BN_NIST_192_TOP); in BN_nist_mod_192()440 BN_ULONG t_d[BN_NIST_192_TOP]; in BN_nist_mod_192()466 nist_cp_bn(r_d, res, BN_NIST_192_TOP); in BN_nist_mod_192()[all …]
Completed in 6 milliseconds