Searched defs:SHA1Transform (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/common/crypto/sha1/
H A Dsha1.c65 SHA1Transform((ctx)->state[0], (ctx)->state[1], (ctx)->state[2], \
68 static void SHA1Transform(uint32_t, uint32_t, uint32_t, uint32_t, uint32_t,
81 #define SHA1_TRANSFORM(ctx, in) SHA1Transform((ctx), (in))
83 static void SHA1Transform(SHA1_CTX *, const uint8_t *);
233 * only do initial bcopy() and SHA1Transform() if
262 * The VIS implementation of SHA1Transform has a different API
363 * only do initial bcopy() and SHA1Transform() if
468 * SHA1Transform()
482 * `a', `b', `c', `d', and `e' are passed into SHA1Transform
499 SHA1Transform(uint32_ function
623 SHA1Transform(SHA1_CTX *ctx, const uint8_t blk[64]) function
[all...]

Completed in 68 milliseconds