Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_sha1.h23 void ngx_sha1_init(ngx_sha1_t *ctx);
H A Dngx_crypt.c217 ngx_sha1_init(&sha1); in ngx_crypt_ssha()
252 ngx_sha1_init(&sha1); in ngx_crypt_sha()
H A Dngx_sha1.c20 ngx_sha1_init(ngx_sha1_t *ctx) in ngx_sha1_init() function