Searched defs:cifs_secmech (Results 1 – 1 of 1) sorted by relevance
138 struct cifs_secmech { struct139 struct crypto_shash *hmacmd5; /* hmac-md5 hash function */140 struct crypto_shash *md5; /* md5 hash function */141 struct crypto_shash *hmacsha256; /* hmac-sha256 hash function */142 struct crypto_shash *cmacaes; /* block-cipher based MAC function */143 struct crypto_shash *sha512; /* sha512 hash function */144 struct sdesc *sdeschmacmd5; /* ctxt to generate ntlmv2 hash, CR1 */145 struct sdesc *sdescmd5; /* ctxt to generate cifs/smb signature */147 struct sdesc *sdesccmacaes; /* ctxt to generate smb3 signature */149 struct crypto_aead *ccmaesencrypt; /* smb3 encryption aead */[all …]
Completed in 17 milliseconds