Home | History | Annotate | Download | only in ec

Lines Matching defs:cofactor

178         ASN1_INTEGER      *cofactor;
249 ASN1_OPT(ECPARAMETERS, cofactor, ASN1_INTEGER)
658 /* set the cofactor (optional) */
661 ret->cofactor = BN_to_ASN1_INTEGER(tmp, ret->cofactor);
662 if (ret->cofactor == NULL)
962 /* extract the cofactor (optional) */
963 if (params->cofactor == NULL)
972 if ((b = ASN1_INTEGER_to_BN(params->cofactor, b)) == NULL)
977 /* set the generator, order and cofactor (if present) */