skreencrypt.h 299 Bytes
#ifndef __BB_REENCRYPT_H__
#define __BB_REENCRYPT_H__

#define SK_RECRYPT_LIST_MAX_SIZE (16*1024)

int getRecryptKey(void *pKeyList, BbAesKey key, BbContentId cid);
int updateRecryptEntry(void *pKeyList, BbContentId cid, int status);
int isValidList(void *pKeyList);

#endif /*__BB_REENCRYPT_H__*/