HomeSort by relevance Sort by last modified time
    Searched full:penta (Results 1 - 1 of 1) sorted by null

  /external/openssl/crypto/ec/
ec_asn1.c 829 X9_62_PENTANOMIAL *penta; local
831 penta = char_two->p.ppBasis;
832 if (!penta)
838 if (!(char_two->m > penta->k3 && penta->k3 > penta->k2 && penta->k2 > penta->k1 && penta->k1 > 0))
846 if (!BN_set_bit(p, (int)penta->k1)) goto err
    [all...]

Completed in 10 milliseconds