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 macro21 static const BN_ULONG _nist_p_192[][BN_NIST_192_TOP] = {104 static const BN_ULONG _nist_p_192[][BN_NIST_192_TOP] = {189 BN_NIST_192_TOP,190 BN_NIST_192_TOP,325 BN_ULONG bn[BN_NIST_192_TOP]; in BN_nist_mod_192()326 unsigned int ui[BN_NIST_192_TOP * sizeof(BN_ULONG) / in BN_nist_mod_192()329 BN_ULONG c_d[BN_NIST_192_TOP], *res; in BN_nist_mod_192()351 if (!bn_wexpand(r, BN_NIST_192_TOP)) in BN_nist_mod_192()354 nist_cp_bn(r_d, a_d, BN_NIST_192_TOP); in BN_nist_mod_192()[all …]