Searched refs:sha512 (Results 1 – 3 of 3) sorted by relevance
822 if (server->secmech.sha512) { in cifs_crypto_secmech_release()823 crypto_free_shash(server->secmech.sha512); in cifs_crypto_secmech_release()824 server->secmech.sha512 = NULL; in cifs_crypto_secmech_release()
81 rc = cifs_alloc_hash("sha512", &p->sha512, &p->sdescsha512); in smb311_crypto_shash_allocate()
149 struct crypto_shash *sha512; /* sha512 hash function */ member