Home
last modified time | relevance | path

Searched refs:sdeschmacsha256 (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/fs/cifs/
Dsmb2transport.c48 &server->secmech.sdeschmacsha256); in smb2_crypto_shash_allocate()
59 &p->sdeschmacsha256); in smb3_crypto_shash_allocate()
69 cifs_free_hash(&p->hmacsha256, &p->sdeschmacsha256); in smb3_crypto_shash_allocate()
81 &p->sdeschmacsha256); in smb311_crypto_shash_allocate()
97 cifs_free_hash(&p->hmacsha256, &p->sdeschmacsha256); in smb311_crypto_shash_allocate()
199 shash = &server->secmech.sdeschmacsha256->shash; in smb2_calc_signature()
259 rc = crypto_shash_init(&ses->server->secmech.sdeschmacsha256->shash); in generate_key()
265 rc = crypto_shash_update(&ses->server->secmech.sdeschmacsha256->shash, in generate_key()
272 rc = crypto_shash_update(&ses->server->secmech.sdeschmacsha256->shash, in generate_key()
279 rc = crypto_shash_update(&ses->server->secmech.sdeschmacsha256->shash, in generate_key()
[all …]
Dcifsencrypt.c869 kfree(server->secmech.sdeschmacsha256); in cifs_crypto_secmech_release()
870 server->secmech.sdeschmacsha256 = NULL; in cifs_crypto_secmech_release()
Dcifsglob.h142 struct sdesc *sdeschmacsha256; /* ctxt to generate smb2 signature */ member