Searched refs:psc_size (Results 1 – 1 of 1) sorted by relevance
70 int psc_size; member172 ctx->psc_size = 0; in padlock_sha_init()181 if (ctx->psc_size - ctx->psc_offset < bufsize) { in padlock_sha_update()182 ctx->psc_size = MAX(ctx->psc_size * 2, ctx->psc_size + bufsize); in padlock_sha_update()183 ctx->psc_buf = realloc(ctx->psc_buf, ctx->psc_size, M_PADLOCK, in padlock_sha_update()203 ctx->psc_size = 0; in padlock_sha_free()237 dpctx->psc_size = spctx->psc_size; in padlock_copy_ctx()238 dpctx->psc_buf = malloc(dpctx->psc_size, M_PADLOCK, M_WAITOK); in padlock_copy_ctx()239 bcopy(spctx->psc_buf, dpctx->psc_buf, dpctx->psc_size); in padlock_copy_ctx()