Home
last modified time | relevance | path

Searched refs:MD4Init (Results 1 – 11 of 11) sorted by relevance

/freebsd/sys/sys/
H A Dmd4.h43 #ifndef MD4Init
44 #define MD4Init _libmd_MD4Init macro
77 void MD4Init(MD4_CTX *);
/freebsd/sys/netsmb/
H A Dsmb_crypt.c125 MD4Init(ctxp); in smb_ntencrypt()
175 MD4Init(&md4); in smb_calcmackey()
178 MD4Init(&md4); in smb_calcmackey()
/freebsd/contrib/wpa/src/crypto/
H A Dmd4-internal.c24 static void MD4Init(MD4_CTX *ctx);
37 MD4Init(&ctx); in md4_vector()
98 static void MD4Init(MD4_CTX *ctx) in MD4Init() function
/freebsd/sys/kern/
H A Dmd4c.c97 MD4Init(MD4_CTX *context) in MD4Init() function
290 #undef MD4Init
291 __weak_reference(_libmd_MD4Init, MD4Init);
/freebsd/lib/libcrypt/
H A Dcrypt-nthash.c67 MD4Init(&ctx); in crypt_nthash()
/freebsd/usr.sbin/ppp/
H A Dchap_ms.c138 MD4Init(&MD4context); in NtPasswordHash()
148 MD4Init(&MD4context); in HashNtPasswordHash()
H A Dchap.c166 MD4Init(&MD4context); in chap_BuildAnswer()
/freebsd/lib/libmd/
H A DSymbol.map9 MD4Init;
H A DMakefile26 MLINKS+=md4.3 MD4Init.3 md4.3 MD4Update.3 md4.3 MD4Final.3
/freebsd/crypto/heimdal/
H A DChangeLog.2000179 (MD4Init et al): look for these in more libraries
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc8657 INTERCEPTOR(void, MD4Init, void *context) {
8659 COMMON_INTERCEPTOR_ENTER(ctx, MD4Init, context);
8660 REAL(MD4Init)(context);
8723 COMMON_INTERCEPT_FUNCTION(MD4Init); \