]>
Commit | Line | Data |
---|---|---|
d8f41ccd A |
1 | |
2 | #ifndef sec_SOSTransportKeyParameterKVS_h | |
3 | #define sec_SOSTransportKeyParameterKVS_h | |
4 | ||
5 | ||
6 | typedef struct __OpaqueSOSTransportKeyParameterKVS *SOSTransportKeyParameterKVSRef; | |
7 | ||
8 | bool SOSTransportKeyParameterKVSHandleCloudParameterChange(SOSTransportKeyParameterRef transport, CFDataRef data, CFErrorRef* error); | |
9 | bool SOSTransportKeyParameterKVSAppendKeyInterests(SOSTransportKeyParameterKVSRef transport, CFMutableArrayRef alwaysKeys, CFMutableArrayRef afterFirstUnlockKeys, CFMutableArrayRef unlockedKeys, CFErrorRef *error); | |
10 | SOSTransportKeyParameterKVSRef SOSTransportKeyParameterKVSCreate(SOSAccountRef account, CFErrorRef *error); | |
11 | bool SOSTransportKeyParameterHandleKeyParameterChanges(SOSTransportKeyParameterRef transport, CFDataRef data, CFErrorRef error); | |
12 | ||
5c19dc3a | 13 | bool SOSTransportKeyParameterHandleNewAccount(SOSTransportKeyParameterRef transport, SOSAccountRef account); |
d8f41ccd A |
14 | |
15 | #endif | |
16 |