]>
git.saurik.com Git - apple/security.git/blob - securityd/src/keychainstasherinterface.h
1 #ifndef keychainstasherinterface_h
2 #define keychainstasherinterface_h
8 OSStatus
stashKeyWithStashAgent(uid_t client
, void const* keybytes
, size_t keylen
);
9 OSStatus
loadKeyFromStashAgent(uid_t client
, void** keybytes
, size_t* keylen
);
15 #endif /* keychainstasherinterface_h */