Home
last modified time | relevance | path

Searched refs:secmech (Results 1 – 5 of 5) sorted by relevance

/linux/fs/cifs/
A Dcifsencrypt.c108 &server->secmech.sdescmd5); in cifs_calc_signature()
718 if (server->secmech.cmacaes) { in cifs_crypto_secmech_release()
720 server->secmech.cmacaes = NULL; in cifs_crypto_secmech_release()
728 if (server->secmech.md5) { in cifs_crypto_secmech_release()
730 server->secmech.md5 = NULL; in cifs_crypto_secmech_release()
733 if (server->secmech.sha512) { in cifs_crypto_secmech_release()
735 server->secmech.sha512 = NULL; in cifs_crypto_secmech_release()
738 if (server->secmech.hmacmd5) { in cifs_crypto_secmech_release()
740 server->secmech.hmacmd5 = NULL; in cifs_crypto_secmech_release()
759 kfree(server->secmech.sdescmd5); in cifs_crypto_secmech_release()
[all …]
A Dsmb2transport.c32 struct cifs_secmech *p = &server->secmech; in smb3_crypto_shash_allocate()
54 struct cifs_secmech *p = &server->secmech; in smb311_crypto_shash_allocate()
240 hash = server->secmech.hmacsha256; in smb2_calc_signature()
241 shash = &server->secmech.sdeschmacsha256->shash; in smb2_calc_signature()
554 hash = server->secmech.cmacaes; in smb3_calc_signature()
555 shash = &server->secmech.sdesccmacaes->shash; in smb3_calc_signature()
867 if (!server->secmech.ccmaesencrypt) { in smb3_crypto_aead_allocate()
878 server->secmech.ccmaesencrypt = tfm; in smb3_crypto_aead_allocate()
881 if (!server->secmech.ccmaesdecrypt) { in smb3_crypto_aead_allocate()
889 server->secmech.ccmaesencrypt = NULL; in smb3_crypto_aead_allocate()
[all …]
A Dsmb2misc.c889 d = server->secmech.sdescsha512; in smb311_update_preauth_hash()
A Dcifsglob.h639 struct cifs_secmech secmech; /* crypto sec mech functs, descriptors */ member
A Dsmb2ops.c4517 tfm = enc ? server->secmech.ccmaesencrypt : in crypt_message()
4518 server->secmech.ccmaesdecrypt; in crypt_message()

Completed in 27 milliseconds