Searched refs:md4 (Results 1 - 10 of 10) sorted by relevance
/linux-4.4.14/fs/cifs/ |
H A D | smbencrypt.c | 131 /* 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 D | cifsencrypt.c | 504 /* calculate md4 hash of password */ calc_ntlmv2_hash()
|
/linux-4.4.14/crypto/ |
H A D | hash_info.c | 17 [HASH_ALGO_MD4] = "md4",
|
H A D | md4.c | 236 .cra_name = "md4", 258 MODULE_ALIAS_CRYPTO("md4");
|
H A D | Makefile | 54 obj-$(CONFIG_CRYPTO_MD4) += md4.o
|
H A D | tcrypt.c | 71 "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 D | testmgr.c | 3446 .alg = "md4",
|
/linux-4.4.14/arch/cris/include/arch-v32/arch/hwregs/ |
H A D | dma.h | 50 unsigned md4; member in struct:dma_descr_context
|
/linux-4.4.14/arch/cris/arch-v32/drivers/ |
H A D | cryptocop.c | 1318 (*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 D | kdb_main.c | 1465 * kdb_md - This function implements the 'md', 'md1', 'md2', 'md4',
|
Completed in 348 milliseconds