Lines Matching defs:seed
62 ASN1_BIT_STRING *seed;
75 ASN1_SIMPLE(int_dhvparams, seed, ASN1_BIT_STRING),
120 ossl_ffc_params_set_validate_params(params, dhx->vparams->seed->data,
121 dhx->vparams->seed->length,
123 ASN1_BIT_STRING_free(dhx->vparams->seed);
140 ASN1_BIT_STRING seed;
148 ossl_ffc_params_get_validate_params(params, &seed.data, &seedlen, &counter);
149 seed.length = (int)seedlen;
151 if (counter != -1 && seed.data != NULL && seed.length > 0) {
152 seed.flags = ASN1_STRING_FLAG_BITS_LEFT;
153 dhv.seed = &seed;