Home
last modified time | relevance | path

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

/fs/cifs/
Dsmb2transport.c51 &p->sdeschmacsha256); in smb3_crypto_shash_allocate()
61 cifs_free_hash(&p->hmacsha256, &p->sdeschmacsha256); in smb3_crypto_shash_allocate()
73 &p->sdeschmacsha256); in smb311_crypto_shash_allocate()
89 cifs_free_hash(&p->hmacsha256, &p->sdeschmacsha256); in smb311_crypto_shash_allocate()
247 shash = &server->secmech.sdeschmacsha256->shash; in smb2_calc_signature()
324 rc = crypto_shash_init(&server->secmech.sdeschmacsha256->shash); in generate_key()
330 rc = crypto_shash_update(&server->secmech.sdeschmacsha256->shash, in generate_key()
337 rc = crypto_shash_update(&server->secmech.sdeschmacsha256->shash, in generate_key()
344 rc = crypto_shash_update(&server->secmech.sdeschmacsha256->shash, in generate_key()
351 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.h152 struct sdesc *sdeschmacsha256; /* ctxt to generate smb2 signature */ member