Searched refs:BN_NIST_224_TOP (Results 1 – 1 of 1) sorted by relevance
14 #define BN_NIST_224_TOP (224+BN_BITS2-1)/BN_BITS2 macro32 static const BN_ULONG _nist_p_224[][BN_NIST_224_TOP] = {115 static const BN_ULONG _nist_p_224[][BN_NIST_224_TOP] = {197 BN_NIST_224_TOP,198 BN_NIST_224_TOP,466 BN_ULONG bn[BN_NIST_224_TOP]; in BN_nist_mod_224()467 unsigned int ui[BN_NIST_224_TOP * sizeof(BN_ULONG) / in BN_nist_mod_224()470 BN_ULONG c_d[BN_NIST_224_TOP], *res; in BN_nist_mod_224()496 if (!bn_wexpand(r, BN_NIST_224_TOP)) in BN_nist_mod_224()499 nist_cp_bn(r_d, a_d, BN_NIST_224_TOP); in BN_nist_mod_224()[all …]