Home
last modified time | relevance | path

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

/Linux-v5.4/fs/cifs/
Dsmb2transport.c63 rc = cifs_alloc_hash("cmac(aes)", &p->cmacaes, &p->sdesccmacaes); in smb3_crypto_shash_allocate()
85 rc = cifs_alloc_hash("cmac(aes)", &p->cmacaes, &p->sdesccmacaes); in smb311_crypto_shash_allocate()
96 cifs_free_hash(&p->cmacaes, &p->sdesccmacaes); in smb311_crypto_shash_allocate()
435 struct shash_desc *shash = &server->secmech.sdesccmacaes->shash; in smb3_calc_signature()
Dcifsencrypt.c842 kfree(server->secmech.sdesccmacaes); in cifs_crypto_secmech_release()
843 server->secmech.sdesccmacaes = NULL; in cifs_crypto_secmech_release()
Dcifsglob.h150 struct sdesc *sdesccmacaes; /* ctxt to generate smb3 signature */ member