]> git.saurik.com Git - apple/security.git/blob - SecurityTests/clxutils/p12Parse/p12Parse.h
Security-57336.1.9.tar.gz
[apple/security.git] / SecurityTests / clxutils / p12Parse / p12Parse.h
1 #ifndef _P12_PARSE_H_
2 #define _P12_PARSE_H_
3
4 #include <Security/cssmtype.h>
5 #include <CoreFoundation/CFString.h>
6
7 #ifdef __cplusplus
8 extern "C" {
9 #endif
10
11 extern int p12ParseTop(
12 CSSM_DATA &rawBlob,
13 CSSM_CSP_HANDLE cspHand,
14 CFStringRef pwd,
15 bool verbose);
16
17 #ifdef __cplusplus
18 }
19 #endif
20
21 #endif /* _P12_PARSE_H_ */