Home
last modified time | relevance | path

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

/linux/fs/cifs/
A Dsmb2transport.c36 &p->hmacsha256, in smb3_crypto_shash_allocate()
47 cifs_free_hash(&p->hmacsha256, &p->sdeschmacsha256); in smb3_crypto_shash_allocate()
58 &p->hmacsha256, in smb311_crypto_shash_allocate()
75 cifs_free_hash(&p->hmacsha256, &p->sdeschmacsha256); in smb311_crypto_shash_allocate()
240 hash = server->secmech.hmacsha256; in smb2_calc_signature()
313 rc = crypto_shash_setkey(server->secmech.hmacsha256, in generate_key()
A Dcifsencrypt.c723 if (server->secmech.hmacsha256) { in cifs_crypto_secmech_release()
724 crypto_free_shash(server->secmech.hmacsha256); in cifs_crypto_secmech_release()
725 server->secmech.hmacsha256 = NULL; in cifs_crypto_secmech_release()
A Dcifsglob.h141 struct crypto_shash *hmacsha256; /* hmac-sha256 hash function */ member

Completed in 15 milliseconds