Lines Matching defs:order
177 ASN1_INTEGER *order;
248 ASN1_SIMPLE(ECPARAMETERS, order, ASN1_INTEGER),
645 /* set the order */
651 ret->order = BN_to_ASN1_INTEGER(tmp, ret->order);
652 if (ret->order == NULL)
925 if (!params->order || !params->base || !params->base->data)
945 /* extract the order */
946 if ((a = ASN1_INTEGER_to_BN(params->order, a)) == NULL)
977 /* set the generator, order and cofactor (if present) */