Searched refs:md4 (Results 1 - 10 of 10) sorted by relevance

/linux-4.4.14/fs/cifs/
H A Dsmbencrypt.c131 /* produce a md4 message digest from data of length n bytes */
137 struct crypto_shash *md4; mdfour() local
140 md4 = crypto_alloc_shash("md4", 0, 0); mdfour()
141 if (IS_ERR(md4)) { mdfour()
142 rc = PTR_ERR(md4); mdfour()
143 cifs_dbg(VFS, "%s: Crypto md4 allocation error %d\n", mdfour()
147 size = sizeof(struct shash_desc) + crypto_shash_descsize(md4); mdfour()
153 sdescmd4->shash.tfm = md4; mdfour()
158 cifs_dbg(VFS, "%s: Could not init md4 shash\n", __func__); mdfour()
168 cifs_dbg(VFS, "%s: Could not generate md4 hash\n", __func__); mdfour()
171 crypto_free_shash(md4); mdfour()
H A Dcifsencrypt.c504 /* calculate md4 hash of password */ calc_ntlmv2_hash()
/linux-4.4.14/crypto/
H A Dhash_info.c17 [HASH_ALGO_MD4] = "md4",
H A Dmd4.c236 .cra_name = "md4",
258 MODULE_ALIAS_CRYPTO("md4");
H A DMakefile54 obj-$(CONFIG_CRYPTO_MD4) += md4.o
H A Dtcrypt.c71 "blowfish", "twofish", "serpent", "sha384", "sha512", "md4", "aes",
1299 ret += tcrypt_test("md4"); do_test()
1820 test_hash_speed("md4", sec, generic_hash_speed_template); do_test()
1915 test_ahash_speed("md4", sec, generic_hash_speed_template); do_test()
H A Dtestmgr.c3446 .alg = "md4",
/linux-4.4.14/arch/cris/include/arch-v32/arch/hwregs/
H A Ddma.h50 unsigned md4; member in struct:dma_descr_context
/linux-4.4.14/arch/cris/arch-v32/drivers/
H A Dcryptocop.c1318 (*int_op)->ctx_out.md4 = 0; cryptocop_setup_dma_list()
1332 (*int_op)->ctx_in.md4 = 0; cryptocop_setup_dma_list()
/linux-4.4.14/kernel/debug/kdb/
H A Dkdb_main.c1465 * kdb_md - This function implements the 'md', 'md1', 'md2', 'md4',

Completed in 348 milliseconds