Home | History | Annotate | Download | only in ec

Lines Matching refs:cofactor

179         ASN1_INTEGER      *cofactor;
250 ASN1_OPT(ECPARAMETERS, cofactor, ASN1_INTEGER)
667 /* set the cofactor (optional) */
670 ret->cofactor = BN_to_ASN1_INTEGER(tmp, ret->cofactor);
671 if (ret->cofactor == NULL)
977 /* extract the cofactor (optional) */
978 if (params->cofactor == NULL)
987 if ((b = ASN1_INTEGER_to_BN(params->cofactor, b)) == NULL)
992 /* set the generator, order and cofactor (if present) */