structure of the ZRTP engine context Store current state, timers, HMAC and encryption keys
Definition typedef.h:235
BZRTP_EXPORT int bzrtp_getPeerAssociatedSecrets(bzrtpContext_t *context, uint8_t peerZID[12])
Parse the cache to find secrets associated to the given ZID, set them and their length in the context...
Definition zidCache.c:1258
BZRTP_EXPORT int bzrtp_cache_getZuid(void *dbPointer, const char *selfURI, const char *peerURI, const uint8_t peerZID[12], const uint8_t insertFlag, int *zuid, bctbx_mutex_t *zidCacheMutex)
Definition zidCache.c:1309
BZRTP_EXPORT int bzrtp_cache_write_active(bzrtpContext_t *context, const char *tableName, const char **columns, uint8_t **values, size_t *lengths, uint8_t columnsCount)
This is a convenience wrapper to the bzrtp_cache_write function which will also take care of setting ...
Definition zidCache.c:1281