Home
last modified time | relevance | path

Searched refs:server_out_key_length (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/fs/smb/client/
Dioctl.c274 out.server_in_key_length = out.server_out_key_length = SMB3_GCM128_CRYPTKEY_SIZE; in cifs_dump_full_key()
279 out.server_in_key_length = out.server_out_key_length = SMB3_GCM256_CRYPTKEY_SIZE; in cifs_dump_full_key()
288 + out.server_out_key_length) { in cifs_dump_full_key()
316 if (copy_to_user(end, ses->smb3decryptionkey, out.server_out_key_length)) { in cifs_dump_full_key()
Dcifs_ioctl.h84 __u8 server_out_key_length; member