CASA/c_micasadk/linux/micasa_lux.exp

32 lines
656 B
Plaintext
Raw Normal View History

VER_1.0
{
global:
miCASA_CreateSHSHandle;
miCASA_DestroySHSHandle;
miCASA_GetNextSHSEntry;
miCASA_AddSHSEntry;
miCASA_RemoveSHSEntry;
miCASAOpenSecretStoreCache;
miCASACloseSecretStoreCache;
miCASAReadSecret;
miCASAReadKey;
miCASARemoveSecret;
miCASAWriteSecret;
miCASAWriteKey;
miCASAGetStoreInformation;
miCASAEnumerateSecretIDs;
miCASARemoveSecretStore;
miCASASetMasterPassword;
miCASAUnlockSecrets;
miCASAUnlockStore;
miCASALockStore;
miCASARemoveKeyChain;
miCASARemoveCredential;
miCASASetCredential;
miCASAGetCredential;
miCASAIsSecretPersistent;
miCASASetMasterPasscode;
local:
*;
};