Searched refs:order_mont (Results 1 – 3 of 3) sorted by relevance
65 bn_to_montgomery_small(r->words, a->words, order->width, group->order_mont); in ec_scalar_to_montgomery()71 bn_from_montgomery_small(r->words, a->words, order->width, group->order_mont); in ec_scalar_from_montgomery()78 group->order_mont); in ec_scalar_mul_montgomery()85 group->order_mont); in ec_simple_scalar_inv_montgomery()
390 BN_MONT_CTX_free(group->order_mont); in EC_GROUP_set_generator()391 group->order_mont = BN_MONT_CTX_new_for_modulus(&group->order, NULL); in EC_GROUP_set_generator()392 if (group->order_mont == NULL) { in EC_GROUP_set_generator()472 group->order_mont = BN_MONT_CTX_new_for_modulus(&group->order, ctx); in ec_group_new_from_data()473 if (group->order_mont == NULL) { in ec_group_new_from_data()566 BN_MONT_CTX_free(group->order_mont); in EC_GROUP_free()
207 BN_MONT_CTX *order_mont; // data for ECDSA inverse member