Key Management API Data Types
Notes Key management operations that take a keydata argument expect a pointer to a sec_passwd_rec_t structure, and those that take a keytype argument
(void *) expect a pointer to a sec_passwd_type_t. Key management operations that yield a keydata argument as output set the pointer to an array of sec_passwd_rec_t. (The
array is terminated by an element with a key type of sec_passwd_none.)
Operations that take a keydata argument expect a pointer to a sec_passwd_rec_t structure. Operations that yield a keydata argument as output set the pointer to an array of
sec_passwd_rec_t. (The array is terminated by an element with key type sec_passwd_none.) Operations that take a keytype argument (void *) expect a pointer to a
sec_passwd_type_t.
Synopsis
#include <dce/keymgmt.h>
More:
Data Types
Constants
Files
|