Searched refs:md5 (Results 1 – 5 of 5) sorted by relevance
107 rc = cifs_alloc_hash("md5", &server->secmech.md5, in cifs_calc_signature()728 if (server->secmech.md5) { in cifs_crypto_secmech_release()729 crypto_free_shash(server->secmech.md5); in cifs_crypto_secmech_release()730 server->secmech.md5 = NULL; in cifs_crypto_secmech_release()
41 struct crypto_shash *md5 = NULL; in symlink_hash() local44 rc = cifs_alloc_hash("md5", &md5, &sdescmd5); in symlink_hash()63 cifs_free_hash(&md5, &sdescmd5); in symlink_hash()
139 struct crypto_shash *md5; /* md5 hash function */ member
2718 __u8 md5[32]; member
95 md5_to_hex(char *out, char *md5) in md5_to_hex() argument100 unsigned char c = md5[i]; in md5_to_hex()