Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_crypt.c218 ngx_sha1_update(&sha1, key, ngx_strlen(key)); in ngx_crypt_ssha()
219 ngx_sha1_update(&sha1, decoded.data + 20, decoded.len - 20); in ngx_crypt_ssha()
253 ngx_sha1_update(&sha1, key, ngx_strlen(key)); in ngx_crypt_sha()
H A Dngx_sha1.h24 void ngx_sha1_update(ngx_sha1_t *ctx, const void *data, size_t size);
H A Dngx_sha1.c33 ngx_sha1_update(ngx_sha1_t *ctx, const void *data, size_t size) in ngx_sha1_update() function