sec_psm_open(3sec)Open a personal security mechanism. 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_open( void *name, char *pwd, sec_pk_domain_t *domain_id, sec_psm_handle_t *psm_handle, error_status_t *status); Parameters Input
name
pwd
domain_id Output
psm_handle
status Description The sec_psm_open( ) routine obtains a handle to a personal security mechanism for the principal specified by name by using the password specified with pwd. 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_pvtkey_privileged sec_pvtkey_no_more_memory sec_psm_no_more_memory Related Information
Functions:
|