Home
last modified time | relevance | path

Searched refs:reauth_cache (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/sasl_plugins/digestmd5/
H A Ddigestmd5.c201 typedef struct reauth_cache { struct
2323 clear_reauth_entry(&reauth_cache->e[n], reauth_cache->i_am, utils);
2324 if (reauth_cache->e) utils->free(reauth_cache->e);
2326 if (reauth_cache->mutex) utils->mutex_free(reauth_cache->mutex);
3743 reauth_cache->timeout = 0;
3751 if (!reauth_cache->mutex)
3755 reauth_cache->size = 100;
3756 reauth_cache->e = utils->malloc(reauth_cache->size *
3760 memset(reauth_cache->e, 0, reauth_cache->size * sizeof(reauth_entry_t));
5224 reauth_cache->e = utils->malloc(reauth_cache->size *
[all …]