Searched refs:psc_buf (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/crypto/via/
H A Dpadlock_hash.c70 uint8_t *psc_buf; member in struct:padlock_sha_ctx
172 ctx->psc_buf = NULL;
185 ctx->psc_buf = realloc(ctx->psc_buf, ctx->psc_size, M_PADLOCK,
187 if(ctx->psc_buf == NULL)
190 bcopy(buf, ctx->psc_buf + ctx->psc_offset, bufsize);
201 if (ctx->psc_buf != NULL) {
202 zfree(ctx->psc_buf, M_PADLOCK);
203 ctx->psc_buf = NULL;
215 padlock_do_sha1(ctx->psc_buf, has
[all...]

Completed in 110 milliseconds