Searched defs:VIS (Results 1 - 1 of 1) 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...]

Completed in 64 milliseconds