Home | History | Annotate | Download | only in ec

Lines Matching full:cofactor

177         ASN1_INTEGER      *cofactor;
248 ASN1_OPT(ECPARAMETERS, cofactor, ASN1_INTEGER)
665 /* set the cofactor (optional) */
668 ret->cofactor = BN_to_ASN1_INTEGER(tmp, ret->cofactor);
669 if (ret->cofactor == NULL)
975 /* extract the cofactor (optional) */
976 if (params->cofactor == NULL)
985 if ((b = ASN1_INTEGER_to_BN(params->cofactor, b)) == NULL)
990 /* set the generator, order and cofactor (if present) */