Lines Matching defs:parameters
87 ECPARAMETERS *parameters;
96 ECPKPARAMETERS *parameters;
159 ASN1_SIMPLE(ECPKPARAMETERS, value.parameters, ECPARAMETERS),
170 ASN1_EXP_OPT(EC_PRIVATEKEY, parameters, ECPKPARAMETERS, 0),
211 /* the parameters are specified by the prime number p */
288 /* for ONB the parameters are (asn1) NULL */
484 && ret->value.parameters != NULL)
485 ECPARAMETERS_free(ret->value.parameters);
490 * use the asn1 OID to describe the elliptic curve parameters
510 if ((ret->value.parameters =
540 * Now extract the curve parameters a and b. Note that, although SEC 1
562 /* get the field parameters */
761 * Check if the explicit parameters group just created matches one of the
766 * the optional parameters is used to force the library into using a less
784 * The input explicit parameters successfully matched one of the
789 * parameters with one created from a named group.
797 * parameters as that is associated with a specialized EC_METHOD.
811 * Set the flag so that EC_GROUPs created from explicit parameters are
812 * serialized using explicit parameters by default.
869 /* the parameters are given by an ECPARAMETERS structure */
870 ret = EC_GROUP_new_from_ecparameters(params->value.parameters);
877 /* implicit parameters inherited from CA - unsupported */
954 if (priv_key->parameters) {
956 ret->group = EC_GROUP_new_from_ecpkparameters(priv_key->parameters);
958 && priv_key->parameters->type == ECPKPARAMETERS_TYPE_EXPLICIT)
1053 if ((priv_key->parameters =
1055 priv_key->parameters)) == NULL) {