Home
last modified time | relevance | path

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

/fs/cifs/
Dsmb2transport.c62 rc = crypto_shash_init(&server->secmech.sdeschmacsha256->shash); in smb2_calc_signature()
84 &server->secmech.sdeschmacsha256->shash, in smb2_calc_signature()
89 &server->secmech.sdeschmacsha256->shash, in smb2_calc_signature()
104 crypto_shash_update(&server->secmech.sdeschmacsha256->shash, in smb2_calc_signature()
109 rc = crypto_shash_final(&server->secmech.sdeschmacsha256->shash, in smb2_calc_signature()
Dcifsencrypt.c718 kfree(server->secmech.sdeschmacsha256); in cifs_crypto_shash_release()
773 server->secmech.sdeschmacsha256 = kmalloc(size, GFP_KERNEL); in cifs_crypto_shash_allocate()
774 if (!server->secmech.sdeschmacsha256) { in cifs_crypto_shash_allocate()
778 server->secmech.sdeschmacsha256->shash.tfm = server->secmech.hmacsha256; in cifs_crypto_shash_allocate()
779 server->secmech.sdeschmacsha256->shash.flags = 0x0; in cifs_crypto_shash_allocate()
Dcifsglob.h136 struct sdesc *sdeschmacsha256; /* ctxt to generate smb2 signature */ member