Lines Matching full:generation
147 \&\- key and parameter generation and check functions
178 may want to set user provided generation parameters that further affect key
179 parameter or key generation, such as the desired key size.
182 generation is divided into an initialization of a key algorithm context,
184 key generation function itself.
190 for a key generation operation.
195 After initialization, generation parameters may be provided with
199 \&\fBEVP_PKEY_generate()\fR performs the generation operation, the resulting key
210 The function \fBEVP_PKEY_set_cb()\fR sets the key or parameter generation callback
212 generation callback.
215 with the generation operation. If \fIidx\fR is \-1 the total number of
218 \&\fIidx\fR should only be called within the generation callback.
220 If the callback returns 0 then the key generation operation is aborted and an
231 It provides shorthands for simple and common cases of key generation.
260 give any useful information at all during key or parameter generation. Others
263 The operation performed by key or parameter generation depends on the algorithm
264 used. In some cases (e.g. \s-1EC\s0 with a supplied named curve) the \*(L"generation\*(R"
317 Example of generation callback for OpenSSL public key implementations: