Home
last modified time | relevance | path

Searched refs:md5_process_bytes (Results 1 – 25 of 419) sorted by relevance

12345678910>>...17

/dports/ftp/lftp/lftp-4.9.2/src/
H A DHttpAuth.cc136 md5_process_bytes (":", 1, &ctx); in MakeHA1()
138 md5_process_bytes (":", 1, &ctx); in MakeHA1()
149 md5_process_bytes (":", 1, &ctx); in MakeHA1()
151 md5_process_bytes (":", 1, &ctx); in MakeHA1()
188 md5_process_bytes (":", 1, &ctx); in Update()
192 md5_process_bytes (":", 1, &ctx); in Update()
207 md5_process_bytes (":", 1, &ctx); in Update()
210 md5_process_bytes (":", 1, &ctx); in Update()
215 md5_process_bytes (":", 1, &ctx); in Update()
217 md5_process_bytes (":", 1, &ctx); in Update()
[all …]
H A Dftp-opie.c2202 md5_process_bytes ((const unsigned char *) seed, strlen (seed), &ctx); in calculate_skey_response()
2203 md5_process_bytes ((const unsigned char *) pass, strlen (pass), &ctx); in calculate_skey_response()
2212 md5_process_bytes ((unsigned char *) key, 8, &ctx); in calculate_skey_response()
/dports/mail/vmailmgr/vmailmgr-0.97/lib/misc/
H A Dmd5-crypt.c83 md5_process_bytes (key, key_len, &ctx);
92 md5_process_bytes (salt, salt_len, &ctx);
100 md5_process_bytes (key, key_len, &alt_ctx);
106 md5_process_bytes (key, key_len, &alt_ctx);
115 md5_process_bytes (alt_result, cnt, &ctx);
141 md5_process_bytes (key, key_len, &ctx);
143 md5_process_bytes (alt_result, 16, &ctx);
147 md5_process_bytes (salt, salt_len, &ctx);
151 md5_process_bytes (key, key_len, &ctx);
155 md5_process_bytes (alt_result, 16, &ctx);
[all …]
/dports/devel/bglibs/bglibs-2.04/crypto/
H A Dmd5-crypt.c83 md5_process_bytes (key, key_len, &ctx);
92 md5_process_bytes (salt, salt_len, &ctx);
100 md5_process_bytes (key, key_len, &alt_ctx);
106 md5_process_bytes (key, key_len, &alt_ctx);
115 md5_process_bytes (alt_result, cnt, &ctx);
141 md5_process_bytes (key, key_len, &ctx);
143 md5_process_bytes (alt_result, 16, &ctx);
147 md5_process_bytes (salt, salt_len, &ctx);
151 md5_process_bytes (key, key_len, &ctx);
155 md5_process_bytes (alt_result, 16, &ctx);
[all …]
/dports/devel/tcl-trf/trf2.1.4/md5-crypt/
H A Dmd5-crypt.c100 md5_process_bytes (key, key_len, &ctx);
109 md5_process_bytes (salt, salt_len, &ctx);
117 md5_process_bytes (key, key_len, &alt_ctx);
123 md5_process_bytes (key, key_len, &alt_ctx);
132 md5_process_bytes (alt_result, cnt, &ctx);
158 md5_process_bytes (key, key_len, &ctx);
160 md5_process_bytes (alt_result, 16, &ctx);
164 md5_process_bytes (salt, salt_len, &ctx);
168 md5_process_bytes (key, key_len, &ctx);
172 md5_process_bytes (alt_result, 16, &ctx);
[all …]
/dports/databases/qof/qof-0.8.8/qof/
H A Dguid.c155 md5_process_bytes (buffer, sum, &guid_context); in init_from_stream()
273 md5_process_bytes (&val, sizeof (val), &guid_context); in init_from_int()
280 md5_process_bytes (buf, buflen, &guid_context); in init_from_buff()
344 md5_process_bytes (&pid, sizeof (pid), &guid_context); in guid_init()
349 md5_process_bytes (&pid, sizeof (pid), &guid_context); in guid_init()
364 md5_process_bytes (s, strlen (s), &guid_context); in guid_init()
369 md5_process_bytes (&uid, sizeof (uid), &guid_context); in guid_init()
373 md5_process_bytes (&gid, sizeof (gid), &guid_context); in guid_init()
400 md5_process_bytes (&n, sizeof (n), &guid_context); in guid_init()
423 md5_process_bytes (salt, salt_len, &guid_context); in guid_init_with_salt()
[all …]
/dports/net-p2p/shx/shx-0.2.4/src/hope/
H A Dhmac.c26 md5_process_bytes(key, keylen, &ctx); in hmac_xxx()
27 md5_process_bytes(text, textlen, &ctx); in hmac_xxx()
45 md5_process_bytes(key, keylen, &ctx); in hmac_xxx()
84 md5_process_bytes(k_ipad, 64, &ctx); in hmac_xxx()
85 md5_process_bytes(text, textlen, &ctx); in hmac_xxx()
89 md5_process_bytes(k_opad, 64, &ctx); in hmac_xxx()
90 md5_process_bytes(md, 16, &ctx); in hmac_xxx()
/dports/devel/gnulib/gnulib-20140202-stable/lib/
H A Dhmac-md5.c48 md5_process_bytes (key, keylen, &keyhash); in hmac_md5()
63 md5_process_bytes (in, inlen, &inner); in hmac_md5()
75 md5_process_bytes (innerhash, 16, &outer); in hmac_md5()
/dports/security/shishi/shishi-1.0.2/gl/
H A Dhmac-md5.c48 md5_process_bytes (key, keylen, &keyhash); in hmac_md5()
63 md5_process_bytes (in, inlen, &inner); in hmac_md5()
75 md5_process_bytes (innerhash, 16, &outer); in hmac_md5()
/dports/japanese/mutt-devel/mutt-1.5.21/imap/
H A Dauth_cram.c171 md5_process_bytes (ipad, MD5_BLOCK_LEN, &ctx); in hmac_md5()
172 md5_process_bytes (challenge, chal_len, &ctx); in hmac_md5()
177 md5_process_bytes (opad, MD5_BLOCK_LEN, &ctx); in hmac_md5()
178 md5_process_bytes (response, MD5_DIGEST_LEN, &ctx); in hmac_md5()
/dports/ftp/wget/wget-1.21.2/src/
H A Dftp-opie.c2203 md5_process_bytes ((const unsigned char *) seed, strlen (seed), &ctx); in skey_response()
2204 md5_process_bytes ((const unsigned char *) pass, strlen (pass), &ctx); in skey_response()
2213 md5_process_bytes ((unsigned char *) key, 8, &ctx); in skey_response()
/dports/editors/emacs-devel/emacs-4d1968b/lib/
H A Dmd5-stream.c47 # define md5_process_bytes __md5_process_bytes macro
128 md5_process_bytes (buffer, sum, &ctx); in md5_stream()
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/lib/
H A Dmd5-stream.c47 # define md5_process_bytes __md5_process_bytes macro
128 md5_process_bytes (buffer, sum, &ctx); in md5_stream()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/CodeGen/X86/
H A D2007-04-24-Huge-Stack.ll12 call void @md5_process_bytes( i8* %buffer, i64 %len, %struct.md5_ctx* %ctx )
21 declare void @md5_process_bytes(i8*, i64, %struct.md5_ctx*)
/dports/devel/llvm10/llvm-10.0.1.src/test/CodeGen/X86/
H A D2007-04-24-Huge-Stack.ll12 call void @md5_process_bytes( i8* %buffer, i64 %len, %struct.md5_ctx* %ctx )
21 declare void @md5_process_bytes(i8*, i64, %struct.md5_ctx*)
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/CodeGen/X86/
H A D2007-04-24-Huge-Stack.ll12 call void @md5_process_bytes( i8* %buffer, i64 %len, %struct.md5_ctx* %ctx )
21 declare void @md5_process_bytes(i8*, i64, %struct.md5_ctx*)
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/CodeGen/X86/
H A D2007-04-24-Huge-Stack.ll12 call void @md5_process_bytes( i8* %buffer, i64 %len, %struct.md5_ctx* %ctx )
21 declare void @md5_process_bytes(i8*, i64, %struct.md5_ctx*)
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/CodeGen/X86/
H A D2007-04-24-Huge-Stack.ll12 call void @md5_process_bytes( i8* %buffer, i64 %len, %struct.md5_ctx* %ctx )
21 declare void @md5_process_bytes(i8*, i64, %struct.md5_ctx*)
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/CodeGen/X86/
H A D2007-04-24-Huge-Stack.ll12 call void @md5_process_bytes( i8* %buffer, i64 %len, %struct.md5_ctx* %ctx )
21 declare void @md5_process_bytes(i8*, i64, %struct.md5_ctx*)
/dports/devel/llvm11/llvm-11.0.1.src/test/CodeGen/X86/
H A D2007-04-24-Huge-Stack.ll12 call void @md5_process_bytes( i8* %buffer, i64 %len, %struct.md5_ctx* %ctx )
21 declare void @md5_process_bytes(i8*, i64, %struct.md5_ctx*)
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/CodeGen/X86/
H A D2007-04-24-Huge-Stack.ll12 call void @md5_process_bytes( i8* %buffer, i64 %len, %struct.md5_ctx* %ctx )
21 declare void @md5_process_bytes(i8*, i64, %struct.md5_ctx*)
/dports/devel/llvm90/llvm-9.0.1.src/test/CodeGen/X86/
H A D2007-04-24-Huge-Stack.ll12 call void @md5_process_bytes( i8* %buffer, i64 %len, %struct.md5_ctx* %ctx )
21 declare void @md5_process_bytes(i8*, i64, %struct.md5_ctx*)
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/test/CodeGen/X86/
H A D2007-04-24-Huge-Stack.ll12 call void @md5_process_bytes( i8* %buffer, i64 %len, %struct.md5_ctx* %ctx )
21 declare void @md5_process_bytes(i8*, i64, %struct.md5_ctx*)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/test/CodeGen/X86/
H A D2007-04-24-Huge-Stack.ll12 call void @md5_process_bytes( i8* %buffer, i64 %len, %struct.md5_ctx* %ctx )
21 declare void @md5_process_bytes(i8*, i64, %struct.md5_ctx*)
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/test/CodeGen/X86/
H A D2007-04-24-Huge-Stack.ll12 call void @md5_process_bytes( i8* %buffer, i64 %len, %struct.md5_ctx* %ctx )
21 declare void @md5_process_bytes(i8*, i64, %struct.md5_ctx*)

12345678910>>...17