]>
git.saurik.com Git - apple/security.git/blob - SecurityTests/clxutils/p12/p12GetPassKey.h
2 * p12GetPassKey.h - get a CSSM_ALGID_SECURE_PASSPHRASE key for encode/decode
5 #ifndef __P12_GET_PASSKEY_H__
6 #define __P12_GET_PASSKEY_H__
8 #include <CoreFoundation/CoreFoundation.h>
9 #include <Security/Security.h>
20 OSStatus
p12GetPassKey(
21 CSSM_CSP_HANDLE cspHand
,
24 CSSM_KEY
*passKey
); // RETURNED
30 #endif /* __P12_GET_PASSKEY_H__ */