Searched refs:psc_size (Results 1 – 1 of 1) sorted by relevance
72 int psc_size; member174 ctx->psc_size = 0; in padlock_sha_init()183 if (ctx->psc_size - ctx->psc_offset < bufsize) { in padlock_sha_update()184 ctx->psc_size = MAX(ctx->psc_size * 2, ctx->psc_size + bufsize); in padlock_sha_update()185 ctx->psc_buf = realloc(ctx->psc_buf, ctx->psc_size, M_PADLOCK, in padlock_sha_update()205 ctx->psc_size = 0; in padlock_sha_free()239 dpctx->psc_size = spctx->psc_size; in padlock_copy_ctx()240 dpctx->psc_buf = malloc(dpctx->psc_size, M_PADLOCK, M_WAITOK); in padlock_copy_ctx()241 bcopy(spctx->psc_buf, dpctx->psc_buf, dpctx->psc_size); in padlock_copy_ctx()