Searched refs:NGX_SSL_PASSWORD_BUFFER_SIZE (Results 1 – 1 of 1) sorted by relevance
13 #define NGX_SSL_PASSWORD_BUFFER_SIZE 4096 macro1123 u_char buf[NGX_SSL_PASSWORD_BUFFER_SIZE]; in ngx_ssl_read_password_file()1154 n = ngx_read_fd(fd, last, NGX_SSL_PASSWORD_BUFFER_SIZE - len); in ngx_ssl_read_password_file()1208 if (len == NGX_SSL_PASSWORD_BUFFER_SIZE) { in ngx_ssl_read_password_file()1237 ngx_explicit_memzero(buf, NGX_SSL_PASSWORD_BUFFER_SIZE); in ngx_ssl_read_password_file()