Home
last modified time | relevance | path

Searched refs:ngx_sha1_body (Results 1 – 1 of 1) sorted by relevance

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_sha1.c15 static const u_char *ngx_sha1_body(ngx_sha1_t *ctx, const u_char *data,
51 (void) ngx_sha1_body(ctx, ctx->buffer, 64); in ngx_sha1_update()
55 data = ngx_sha1_body(ctx, data, size & ~(size_t) 0x3f); in ngx_sha1_update()
76 (void) ngx_sha1_body(ctx, ctx->buffer, 64); in ngx_sha1_final()
93 (void) ngx_sha1_body(ctx, ctx->buffer, 64); in ngx_sha1_final()
157 ngx_sha1_body(ngx_sha1_t *ctx, const u_char *data, size_t size) in ngx_sha1_body() function