Home
last modified time | relevance | path

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

/Linux-v5.4/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()
260 rc = crypto_shash_init(&server->secmech.sdeschmacsha256->shash); in generate_key()
266 rc = crypto_shash_update(&server->secmech.sdeschmacsha256->shash, in generate_key()
273 rc = crypto_shash_update(&server->secmech.sdeschmacsha256->shash, in generate_key()
280 rc = crypto_shash_update(&server->secmech.sdeschmacsha256->shash, in generate_key()
[all …]
Dcifsencrypt.c844 kfree(server->secmech.sdeschmacsha256); in cifs_crypto_secmech_release()
845 server->secmech.sdeschmacsha256 = NULL; in cifs_crypto_secmech_release()
Dcifsglob.h149 struct sdesc *sdeschmacsha256; /* ctxt to generate smb2 signature */ member