Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_variables.c2154 u_char random_bytes[16]; in ngx_http_variable_request_id() local
2171 if (RAND_bytes(random_bytes, 16) == 1) { in ngx_http_variable_request_id()
2172 ngx_hex_dump(id, random_bytes, 16); in ngx_http_variable_request_id()