]> git.saurik.com Git - apple/security.git/blob - securityd/src/keychainstasherinterface.h
Security-59754.80.3.tar.gz
[apple/security.git] / securityd / src / keychainstasherinterface.h
1 #ifndef keychainstasherinterface_h
2 #define keychainstasherinterface_h
3
4 #ifdef __cplusplus
5 extern "C" {
6 #endif
7
8 OSStatus stashKeyWithStashAgent(uid_t client, void const* keybytes, size_t keylen);
9 OSStatus loadKeyFromStashAgent(uid_t client, void** keybytes, size_t* keylen);
10
11 #ifdef __cplusplus
12 }
13 #endif
14
15 #endif /* keychainstasherinterface_h */