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

/illumos-gate/usr/src/common/crypto/sha1/
H A Dsha1.c162 * VIS SHA-1 consts.
164 static uint64_t VIS[] = { variable
245 &ctx->state[0], VIS);
253 * VIS SHA-1: uses the VIS 1.0 instructions to accelerate
255 * computation of the message schedule (MS) to the VIS units.
256 * This allows the VIS computation of the message schedule
262 * The VIS implementation of SHA1Transform has a different API
269 * uint64_t *, // Pointer to various VIS constants
274 * Function requires VIS 1.
289 &ctx->state[0], VIS); local
299 &ctx->state[0], VIS); local
[all...]
/illumos-gate/usr/src/common/crypto/sha1/sparc/sun4u/
H A Dsha1_asm.s58 SHA1TransformVIS(uint64_t *X0, uint64_t *blk, uint32_t *cstate, uint64_t *VIS)
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dspitfire_copy.s668 ! Check to see if VIS acceleration is enabled
2077 * via the copy loops rather than VIS.
2088 * --> before we use VIS instructions.
2098 * via VIS instructions.
2112 * There is one potential situation in which we start to do a VIS
2115 * the single byte aligned copy limit and what VIS treats as its

Completed in 75 milliseconds