Home
last modified time | relevance | path

Searched refs:cmacaes (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()
447 rc = crypto_shash_setkey(server->secmech.cmacaes, in smb3_calc_signature()
Dcifsencrypt.c807 if (server->secmech.cmacaes) { in cifs_crypto_secmech_release()
808 crypto_free_shash(server->secmech.cmacaes); in cifs_crypto_secmech_release()
809 server->secmech.cmacaes = NULL; in cifs_crypto_secmech_release()
Dcifsglob.h145 struct crypto_shash *cmacaes; /* block-cipher based MAC function */ member