Searched refs:psc_size (Results 1 – 1 of 1) sorted by relevance
70 int psc_size; member168 ctx->psc_size = 0; in padlock_sha_init()177 if (ctx->psc_size - ctx->psc_offset < bufsize) { in padlock_sha_update()178 ctx->psc_size = MAX(ctx->psc_size * 2, ctx->psc_size + bufsize); in padlock_sha_update()179 ctx->psc_buf = realloc(ctx->psc_buf, ctx->psc_size, M_PADLOCK, in padlock_sha_update()199 ctx->psc_size = 0; in padlock_sha_free()233 dpctx->psc_size = spctx->psc_size; in padlock_copy_ctx()234 dpctx->psc_buf = malloc(dpctx->psc_size, M_PADLOCK, M_WAITOK); in padlock_copy_ctx()235 bcopy(spctx->psc_buf, dpctx->psc_buf, dpctx->psc_size); in padlock_copy_ctx()