| /freebsd-12.1/lib/libmd/ |
| H A D | md4.h | 47 #ifndef MD4Update 48 #define MD4Update _libmd_MD4Update macro 76 void MD4Update(MD4_CTX *, const void *, unsigned int);
|
| H A D | md4c.c | 113 void MD4Update (context, in, inputLen) in MD4Update() function 165 MD4Update (context, PADDING, padLen); 168 MD4Update (context, bits, 8); 304 #undef MD4Update 305 __weak_reference(_libmd_MD4Update, MD4Update);
|
| H A D | Makefile | 24 MLINKS+=md4.3 MD4Init.3 md4.3 MD4Update.3 md4.3 MD4Final.3
|
| /freebsd-12.1/contrib/wpa/src/crypto/ |
| H A D | md4-internal.c | 25 static void MD4Update(MD4_CTX *ctx, const unsigned char *input, size_t len); 39 MD4Update(&ctx, addr[i], len[i]); in md4_vector() 111 static void MD4Update(MD4_CTX *ctx, const unsigned char *input, size_t len) in MD4Update() function 161 MD4Update(ctx, PADDING, padlen - 8); /* padlen - 8 <= 64 */ in MD4Pad() 162 MD4Update(ctx, count, 8); in MD4Pad()
|
| /freebsd-12.1/sys/netsmb/ |
| H A D | smb_crypt.c | 131 MD4Update(ctxp, (u_char*)unipwd, len * sizeof(u_int16_t)); in smb_ntencrypt() 181 MD4Update(&md4, (u_char *)unipwd, len * sizeof(u_int16_t)); in smb_calcmackey() 184 MD4Update(&md4, S16, 16); in smb_calcmackey()
|
| /freebsd-12.1/sys/kern/ |
| H A D | md4c.c | 113 MD4Update(MD4_CTX *context, const unsigned char *input, in MD4Update() function 159 MD4Update (context, PADDING, padLen); in MD4Pad() 162 MD4Update (context, bits, 8); in MD4Pad()
|
| /freebsd-12.1/sys/sys/ |
| H A D | md4.h | 42 void MD4Update(MD4_CTX *, const unsigned char *, unsigned int);
|
| /freebsd-12.1/lib/libcrypt/ |
| H A D | crypt-nthash.c | 71 MD4Update(&ctx, (u_char *)unipw, unipwLen*sizeof(u_int16_t)); in crypt_nthash()
|
| H A D | Makefile | 32 .for sym in MD4Init MD4Final MD4Update MD4Pad \
|
| /freebsd-12.1/contrib/opie/libopie/ |
| H A D | hash.c | 59 MD4Update(&mdx, (unsigned char *)x, 8);
|
| H A D | hashlen.c | 53 MD4Update(&mdx, (unsigned char *)in, n);
|
| /freebsd-12.1/usr.sbin/ppp/ |
| H A D | chap_ms.c | 141 MD4Update(&MD4context, key, keylen); in NtPasswordHash() 151 MD4Update(&MD4context, hash, 16); in HashNtPasswordHash()
|
| H A D | chap.c | 169 MD4Update(&MD4context, expkey, klen << 1); in chap_BuildAnswer()
|
| /freebsd-12.1/usr.sbin/ancontrol/ |
| H A D | ancontrol.c | 1480 MD4Update(&context, unicode_password, len * 2); in an_enable_leap_mode() 1485 MD4Update (&context, &an_password.an_password[0], 16); in an_enable_leap_mode()
|
| /freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_common_interceptors.inc | 8157 INTERCEPTOR(void, MD4Update, void *context, const unsigned char *data, 8160 COMMON_INTERCEPTOR_ENTER(ctx, MD4Update, context, data, len); 8165 REAL(MD4Update)(context, data, len); 8216 COMMON_INTERCEPT_FUNCTION(MD4Update); \
|