Home
last modified time | relevance | path

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

/Linux-v5.15/fs/cifs/
Dsmb2transport.c38 &p->sdeschmacsha256); in smb3_crypto_shash_allocate()
48 cifs_free_hash(&p->hmacsha256, &p->sdeschmacsha256); in smb3_crypto_shash_allocate()
60 &p->sdeschmacsha256); in smb311_crypto_shash_allocate()
76 cifs_free_hash(&p->hmacsha256, &p->sdeschmacsha256); in smb311_crypto_shash_allocate()
242 shash = &server->secmech.sdeschmacsha256->shash; in smb2_calc_signature()
321 rc = crypto_shash_init(&server->secmech.sdeschmacsha256->shash); in generate_key()
327 rc = crypto_shash_update(&server->secmech.sdeschmacsha256->shash, in generate_key()
334 rc = crypto_shash_update(&server->secmech.sdeschmacsha256->shash, in generate_key()
341 rc = crypto_shash_update(&server->secmech.sdeschmacsha256->shash, in generate_key()
348 rc = crypto_shash_update(&server->secmech.sdeschmacsha256->shash, in generate_key()
[all …]
Dcifsencrypt.c755 kfree(server->secmech.sdeschmacsha256); in cifs_crypto_secmech_release()
756 server->secmech.sdeschmacsha256 = NULL; in cifs_crypto_secmech_release()
Dcifsglob.h141 struct sdesc *sdeschmacsha256; /* ctxt to generate smb2 signature */ member