Searched refs:cofactor_word (Results 1 – 1 of 1) sorted by relevance
1574 BN_ULONG cofactor_word; in ec_curve_from_group() local1576 if ((cofactor_word = BN_get_word(cofactor)) == BN_MASK2) in ec_curve_from_group()1578 if (cofactor_word > INT_MAX) in ec_curve_from_group()1581 curve->cofactor = cofactor_word; in ec_curve_from_group()