|
CSSM_GetKeyOwner(3)
Contents |
CSSM_GetKeyOwner - Get data describing key owner (CDSA)
# include <cdsa/cssm.h>
CSSM_RETURN CSSMAPI CSSM_GetKeyOwner (CSSM_CSP_HANDLE
CSPHandle, const CSSM_KEY *Key, CSSM_ACL_OWNER_PROTOTYPE_PTR
Owner)
Common Security Services Manager library (libcssm.so)
The module handle that identifies the Cryptographic service
provider to perform this operation. A pointer to the
target key whose associated Owner is returned. A
CSSM_ACL_OWNER_PROTOTYPE describing the current Owner of
the Key.
This function returns a CSSM_ACL_OWNER_PROTOTYPE describing
the current Owner of the Key.
A CSSM_RETURN value indicating success or specifying a
particular error condition. The value CSSM_OK indicates
success. All other values represent an error condition.
Errors are described in the CDSA technical standard. See
CDSA_intro(3).
None specific to this call.
Books
Intel CDSA Application Developer's Guide (see
CDSA_intro(3))
Reference Pages [Toc] [Back]
Functions: CSSM_ChangeKeyOwner(3)
CSSM_GetKeyOwner(3)
[ Back ] |