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

/openwrt/package/utils/oseama/src/
H A Dmd5.c93 static const void *body(MD5_CTX *ctx, const void *data, unsigned long size) function
234 body(ctx, ctx->buffer, 64);
238 data = body(ctx, data, size & ~(unsigned long)0x3f);
257 body(ctx, ctx->buffer, 64);
274 body(ctx, ctx->buffer, 64);
/openwrt/docs/
H A Dsubmitting-patches.tex43 \item (optional) a longer description of your patch in the message body

Completed in 79 milliseconds