Lines Matching full:seed
81 .IP """seed"" (\fBOSSL_PKEY_PARAM_ML_DSA_SEED\fR) <octet string>" 4
82 .IX Item """seed"" (OSSL_PKEY_PARAM_ML_DSA_SEED) <octet string>"
83 The seed can be used to generate the private and public key components in a
86 When this value is not supplied the seed is generated randomly using a DRBG.
88 Generated keys default to retaining the seed used.
89 The seed is also by default retained when keys are loaded from \fBPKCS#8\fR files
90 in the seed format.
91 When available, the seed parameter is also used during key export and import,
92 with keys (by default) regenerated from the seed even when also provided on import.
95 When the seed is retained, it is also available as a \fBgettable\fR parameter,
96 and private key output to \fBPKCS#8\fR files will by default include the seed.
97 When the seed was not initially known, or was not retained, \fBPKCS#8\fR private
134 \&\fBOSSL_PROVIDER_conf_get_bool\fR\|(3)), the seed will not be retained after key
135 generation or key import from a seed value.
141 When decoding PKCS#8 objects that contain both a seed and the FIPS 204 \f(CW\*(C`sk\*(C'\fR
142 private key, the seed is by default used to regenerate the key, and the
145 boolean value (see \fBOSSL_PROVIDER_conf_get_bool\fR\|(3)), the seed is ignored
163 .IX Item "seed-priv:"
165 \&\fBξ\fR seed and the secret key \fBsk\fR are present in the private key as part of
170 \& seed [0] IMPLICIT OCTET STRING (SIZE (32)),
173 \& seed OCTET STRING (SIZE (32)),
177 If the \f(CW\*(C`seed\-priv\*(C'\fR format is not included in the list, this format will not be
181 .IX Item "seed-only:"
183 \&\fBξ\fR seed is present in the above sequence.
184 If the \f(CW\*(C`seed\-only\*(C'\fR format is not included in the list, this format will not be
204 .IX Item "bare-seed:"
206 the 32\-byte FIPS 204 seed \fBξ\fR without any ASN.1 encapsulation.
207 If the \f(CW\*(C`bare\-seed\*(C'\fR format is not included in the list, this format will not be
232 If the key seed is known, the first listed format will be selected.
233 If the key seed is not known, the first format that omits the seed will be selected.
234 The default order is equivalent to \f(CW\*(C`seed\-priv\*(C'\fR first and \f(CW\*(C`priv\-only\*(C'…
235 both seed and key output when the seed is available, and just the
237 If \f(CW\*(C`seed\-only\*(C'\fR is listed first, then the seed will be output without the key
240 whether the seed is present.
241 The legacy \f(CW\*(C`oqskeypair\*(C'\fR, \f(CW\*(C`bare\-seed\*(C'\fR and \f(CW\*(C`bare\-priv\*(C'…
266 \& uint8_t pub[2592], priv[4896], seed[32]:
270 \& seed, sizeof(seed), &seed_len);
277 An \fBML-DSA\fR private key in seed format can be converted to a key in the FIPS
282 \& \-in seed\-only.pem \-out priv\-only.pem
292 If you have a \fBPKCS#8\fR file with both a seed and a key, and prefer to import the
293 companion key rather than the seed, you can run:
297 \& \-in seed\-priv.pem \-out priv\-only.pem
313 \& input_formats = seed\-priv, seed\-only, priv\-only
314 \& # Output either the seed alone, or else the key alone
315 \& output_formats = seed\-only, priv\-only