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

/bind-9.11.3/lib/isc/
H A Dmd5.c183 transform(isc_uint32_t buf[4], isc_uint32_t const in[16]) { function
287 transform(ctx->buf, ctx->in);
295 transform(ctx->buf, ctx->in);
322 transform(ctx->buf, ctx->in);
329 /* Append length in bits and transform */
332 transform(ctx->buf, ctx->in);
H A Dsha1.c259 transform(isc_uint32_t state[5], const unsigned char buffer[64]) { function
361 transform(context->state, context->buffer);
363 transform(context->state, &data[i]);
398 /* The next Update should cause a transform() */

Completed in 12 milliseconds