Searched refs:sdeschmacsha256 (Results 1 – 3 of 3) sorted by relevance
62 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()
718 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()
136 struct sdesc *sdeschmacsha256; /* ctxt to generate smb2 signature */ member