Home
last modified time | relevance | path

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

/external/openssl/crypto/ec/
Dec_asn1.c829 X9_62_PENTANOMIAL *penta; in ec_asn1_parameters2group() local
831 penta = char_two->p.ppBasis; in ec_asn1_parameters2group()
832 if (!penta) in ec_asn1_parameters2group()
838 … if (!(char_two->m > penta->k3 && penta->k3 > penta->k2 && penta->k2 > penta->k1 && penta->k1 > 0)) in ec_asn1_parameters2group()
846 if (!BN_set_bit(p, (int)penta->k1)) goto err; in ec_asn1_parameters2group()
847 if (!BN_set_bit(p, (int)penta->k2)) goto err; in ec_asn1_parameters2group()
848 if (!BN_set_bit(p, (int)penta->k3)) goto err; in ec_asn1_parameters2group()