sec_psm_sign_data(3sec)Computes the signature of data using a specified signature algorithm. This routine is not available in the DCE binary code. It is provided in DCE source for use by vendors. Synopsis #include <dce/sec_pk_base.h> error_status_t sec_psm_sign_data( sec_psm_handle_t psm_handle, sec_pk_algorithm_id_t *signature_alg_id, sec_pk_usage_flags_t key_usage, sec_pk_gen_data_t *data, unsigned32 *kvno, sec_pk_signed_t *signature, error_status_t *status_t); Parameters Input
psm_handle
signature_alg_id
key_usage
data Output
kvno
signature
status_t Description The sec_psm_sign_data( ) routine computes the signature of input data by using the signature algorithm specified by signature_alg_id. This routine allocates memory for the returned signed data. Call the sec_pk_data_free( ) routine to deallocate that memory. Files
/usr/include/dce/sec_pk_base.idl Errors The following describes a partial list of errors that might be returned. Refer to the OSF DCE Problem Determination Guide for complete descriptions of all error messages. error_status_ok sec_psm_not_init sec_psm_invalid_handle sec_psm_unsupported_algorithm_id sec_pvtkey_invalid_handle sec_pvtkey_mechanism_not_init sec_pvtkey_internal_error sec_pvtkey_invalid_password sec_pvtkey_multiple_key_usages Related Information
Functions:
|