Searched refs:cmacaes (Results 1 – 3 of 3) sorted by relevance
41 rc = cifs_alloc_hash("cmac(aes)", &p->cmacaes, &p->sdesccmacaes); in smb3_crypto_shash_allocate()63 rc = cifs_alloc_hash("cmac(aes)", &p->cmacaes, &p->sdesccmacaes); in smb311_crypto_shash_allocate()74 cifs_free_hash(&p->cmacaes, &p->sdesccmacaes); in smb311_crypto_shash_allocate()554 hash = server->secmech.cmacaes; in smb3_calc_signature()
718 if (server->secmech.cmacaes) { in cifs_crypto_secmech_release()719 crypto_free_shash(server->secmech.cmacaes); in cifs_crypto_secmech_release()720 server->secmech.cmacaes = NULL; in cifs_crypto_secmech_release()
142 struct crypto_shash *cmacaes; /* block-cipher based MAC function */ member
Completed in 18 milliseconds