Searched refs:cofactor_word (Results 1 – 1 of 1) sorted by relevance
2564 BN_ULONG cofactor_word; in ec_curve_from_group() local2566 if ((cofactor_word = BN_get_word(cofactor)) == BN_MASK2) in ec_curve_from_group()2568 if (cofactor_word > INT_MAX) in ec_curve_from_group()2571 curve->cofactor = cofactor_word; in ec_curve_from_group()