Lines Matching refs:cofactor
74 ASN1_INTEGER *cofactor;
151 ASN1_OPT(ECPARAMETERS, cofactor, ASN1_INTEGER)
450 /* set the cofactor (optional) */
453 ret->cofactor = BN_to_ASN1_INTEGER(tmp, orig = ret->cofactor);
454 if (ret->cofactor == NULL) {
455 ret->cofactor = orig;
746 /* extract the cofactor (optional) */
747 if (params->cofactor == NULL) {
750 } else if (ASN1_INTEGER_to_BN(params->cofactor, b) == NULL) {
754 /* set the generator, order and cofactor (if present) */
769 * cofactor different from the one in the built-in table is just