Home
last modified time | relevance | path

Searched defs:cifs_secmech (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/fs/cifs/
Dcifsglob.h116 struct cifs_secmech { struct
117 struct crypto_shash *hmacmd5; /* hmac-md5 hash function */
118 struct crypto_shash *md5; /* md5 hash function */
119 struct crypto_shash *hmacsha256; /* hmac-sha256 hash function */
120 struct crypto_shash *cmacaes; /* block-cipher based MAC function */
121 struct sdesc *sdeschmacmd5; /* ctxt to generate ntlmv2 hash, CR1 */
122 struct sdesc *sdescmd5; /* ctxt to generate cifs/smb signature */
123 struct sdesc *sdeschmacsha256; /* ctxt to generate smb2 signature */
124 struct sdesc *sdesccmacaes; /* ctxt to generate smb3 signature */