Lines Matching full:should

279 Indicating that the private key data in a key object should be
283 Indicating that the public key data in a key object should be
287 Indicating that the domain parameters in a key object should be
291 Indicating that other parameters in a key object should be
301 Indicating that all key object parameters should be considered,
308 Indicating that both the whole key pair in a key object should be
315 Indicating that everything in a key object should be considered.
327 \&\fBOSSL_FUNC_keymgmt_new()\fR should create a provider side key object. The
331 \&\fBOSSL_FUNC_keymgmt_free()\fR should free the passed \fIkeydata\fR.
338 \&\fBOSSL_FUNC_keymgmt_gen_init()\fR should create the key object generation context
340 of contents the key object to be generated should get.
341 The \fIparams\fR, if not \s-1NULL,\s0 should be set on the context in a manner similar to
344 \&\fBOSSL_FUNC_keymgmt_gen_set_template()\fR should add \fItemplate\fR to the context
351 \&\fBOSSL_FUNC_keymgmt_gen_set_params()\fR should set additional parameters from
354 \&\fBOSSL_FUNC_keymgmt_gen_settable_params()\fR should return a constant array of
358 \&\fBOSSL_FUNC_keymgmt_gen()\fR should perform the key object generation itself, and
359 return the result. The callback \fIcb\fR should be called at regular
363 \&\fBOSSL_FUNC_keymgmt_gen_cleanup()\fR should clean up and free the key object
378 \&\fBOSSL_FUNC_keymgmt_get_params()\fR should extract information data associated
381 \&\fBOSSL_FUNC_keymgmt_gettable_params()\fR should return a constant array of
388 \&\fBOSSL_FUNC_keymgmt_set_params()\fR should update information data associated
391 \&\fBOSSL_FUNC_keymgmt_settable_params()\fR should return a constant array of
399 \&\fBOSSL_FUNC_keymgmt_query_operation_name()\fR should return the name of the
407 \&\fBOSSL_FUNC_keymgmt_has()\fR should check whether the given \fIkeydata\fR contains the subsets
413 \&\s-1RSA\s0 keys the function should just return 1 as the selected subset
416 \&\fBOSSL_FUNC_keymgmt_validate()\fR should check if the \fIkeydata\fR contains valid
429 \&\s-1RSA\s0 keys the function should just return 1 as there is nothing to validate for
432 \&\fBOSSL_FUNC_keymgmt_match()\fR should check if the data subset indicated by
438 \&\fBOSSL_FUNC_keymgmt_import()\fR should import data indicated by \fIselection\fR into
441 \&\fBOSSL_FUNC_keymgmt_export()\fR should extract values indicated by \fIselection\fR
445 \&\fBOSSL_FUNC_keymgmt_import_types()\fR should return a constant array of descriptor
449 \&\fBOSSL_FUNC_keymgmt_export_types()\fR should return a constant array of descriptor
453 \&\fBOSSL_FUNC_keymgmt_dup()\fR should duplicate data subsets indicated by
465 The value should be the cryptographic length of the cryptosystem to
471 The value should be the maximum size that a caller should allocate to
484 The value should be the number of security bits of the given key.
490 keys from this keymgmt, this parameter should get its name as value.
497 its argument \fImdname\fR. This signifies that no digest should be specified
503 keys from this keymgmt, this parameter should get its name as value.
518 \&\fBOSSL_FUNC_keymgmt_new()\fR and \fBOSSL_FUNC_keymgmt_dup()\fR should return a valid
522 \&\fBOSSL_FUNC_keymgmt_set_params()\fR should return 1 for success or 0 on error.
524 \&\fBOSSL_FUNC_keymgmt_validate()\fR should return 1 on successful validation, or 0 on
527 \&\fBOSSL_FUNC_keymgmt_has()\fR should return 1 if all the selected data subsets are contained
530 \&\fBOSSL_FUNC_keymgmt_query_operation_name()\fR should return a pointer to a string matching
536 should