| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_secure_link_module.c | 16 ngx_http_complex_value_t *md5; member 107 ngx_md5_t md5; in ngx_http_secure_link_variable() local 174 ngx_md5_init(&md5); in ngx_http_secure_link_variable() 176 ngx_md5_final(md5_buf, &md5); in ngx_http_secure_link_variable() 207 ngx_md5_t md5; in ngx_http_secure_link_old_variable() local 241 ngx_md5_init(&md5); in ngx_http_secure_link_old_variable() 242 ngx_md5_update(&md5, p, len); in ngx_http_secure_link_old_variable() 244 ngx_md5_final(hash, &md5); in ngx_http_secure_link_old_variable() 321 if (conf->variable || conf->md5) { in ngx_http_secure_link_merge_conf() 335 if (conf->md5 == NULL) { in ngx_http_secure_link_merge_conf() [all …]
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/ |
| H A D | send-c_volume.ksh | 63 md5=$(dd if=$voldev2 bs=1024k count=$megs 2>/dev/null | md5digest) 64 [[ $md5 = $md5_1 ]] || log_fail "md5 mismatch: $md5 != $md5_1" 75 md5=$(dd skip=$megs if=$voldev2 bs=1024k count=$megs 2>/dev/null | md5digest) 76 [[ $md5 = $md5_2 ]] || log_fail "md5 mismatch: $md5 != $md5_2"
|
| /f-stack/app/nginx-1.16.1/src/core/ |
| H A D | ngx_crypt.c | 58 ngx_md5_t md5, ctx1; in ngx_crypt_apr1() local 73 ngx_md5_init(&md5); in ngx_crypt_apr1() 74 ngx_md5_update(&md5, key, keylen); in ngx_crypt_apr1() 75 ngx_md5_update(&md5, (u_char *) "$apr1$", sizeof("$apr1$") - 1); in ngx_crypt_apr1() 76 ngx_md5_update(&md5, salt, saltlen); in ngx_crypt_apr1() 85 ngx_md5_update(&md5, final, n > 16 ? 16 : n); in ngx_crypt_apr1() 92 ngx_md5_update(&md5, final, 1); in ngx_crypt_apr1() 95 ngx_md5_update(&md5, key, 1); in ngx_crypt_apr1() 99 ngx_md5_final(final, &md5); in ngx_crypt_apr1()
|
| /f-stack/app/nginx-1.16.1/src/http/ |
| H A D | ngx_http_file_cache.c | 42 ngx_md5_t *md5, ngx_str_t *name); 233 ngx_md5_t md5; in ngx_http_file_cache_create_key() local 241 ngx_md5_init(&md5); in ngx_http_file_cache_create_key() 251 ngx_md5_update(&md5, key[i].data, key[i].len); in ngx_http_file_cache_create_key() 258 ngx_md5_final(c->key, &md5); in ngx_http_file_cache_create_key() 1061 ngx_md5_t md5; in ngx_http_file_cache_vary() local 1067 ngx_md5_init(&md5); in ngx_http_file_cache_vary() 1092 ngx_md5_update(&md5, name.data, name.len); in ngx_http_file_cache_vary() 1095 ngx_http_file_cache_vary_header(r, &md5, &name); in ngx_http_file_cache_vary() 1100 ngx_md5_final(hash, &md5); in ngx_http_file_cache_vary() [all …]
|
| /f-stack/app/nginx-1.16.1/auto/ |
| H A D | options | 365 --with-md5=*) 367 $0: warning: the \"--with-md5\" option is deprecated" 369 --with-md5-opt=*) 371 $0: warning: the \"--with-md5-opt\" option is deprecated" 373 --with-md5-asm) 375 $0: warning: the \"--with-md5-asm\" option is deprecated"
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/include/ |
| H A D | commands.cfg | 128 md5
|
| H A D | libtest.shlib | 4000 md5 -q $file
|
| /f-stack/app/nginx-1.16.1/auto/cc/ |
| H A D | msvc | 70 # __cdecl, default, must be used with OpenSSL, md5 asm, and sha1 asm
|
| /f-stack/freebsd/contrib/zstd/lib/ |
| H A D | Makefile | 179 HASH ?= md5 183 HASH ?= md5
|
| /f-stack/freebsd/contrib/zstd/programs/ |
| H A D | Makefile | 102 HASH ?= md5 106 HASH ?= md5
|
| /f-stack/dpdk/doc/guides/tools/ |
| H A D | cryptoperf.rst | 236 md5 237 md5-hmac
|
| /f-stack/app/nginx-1.16.1/ |
| H A D | CHANGES.ru | 849 SHA1; параметры configure --with-md5 и --with-sha1 упразднены. 2325 *) Исправление: сообщения "cache file ... has md5 collision".
|
| H A D | CHANGES | 836 the --with-md5 and --with-sha1 configure options were canceled. 2273 *) Bugfix: "cache file ... has md5 collision" alert.
|
| /f-stack/app/nginx-1.16.1/contrib/vim/syntax/ |
| H A D | nginx.vim | 1674 " ngx_set_misc - Various set_xxx directives added to nginx's rewrite module (md5/sha1, sql/json quo… 2036 " content filter for nginx, which returns the md5 hash of the content otherwise returned
|