Lines Matching defs:order
73 ASN1_INTEGER *order;
150 ASN1_SIMPLE(ECPARAMETERS, order, ASN1_INTEGER),
437 /* set the order */
443 ret->order = BN_to_ASN1_INTEGER(tmp, orig = ret->order);
444 if (ret->order == NULL) {
445 ret->order = orig;
710 if (params->order == NULL
732 /* extract the order */
733 if (ASN1_INTEGER_to_BN(params->order, a) == NULL) {
754 /* set the generator, order and cofactor (if present) */