Home
last modified time | relevance | path

Searched refs:cofactor_word (Results 1 – 1 of 1) sorted by relevance

/openbsd/lib/libcrypto/ec/
H A Dec_curve.c2564 BN_ULONG cofactor_word; in ec_curve_from_group() local
2566 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()