Searched refs:random_bytes (Results 1 – 1 of 1) sorted by relevance
2154 u_char random_bytes[16]; in ngx_http_variable_request_id() local2171 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()