Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/cifs/
A Dioctl.c260 out.server_in_key_length = out.server_out_key_length = SMB3_GCM128_CRYPTKEY_SIZE; in cifs_dump_full_key()
265 out.server_in_key_length = out.server_out_key_length = SMB3_GCM256_CRYPTKEY_SIZE; in cifs_dump_full_key()
274 + out.server_out_key_length) { in cifs_dump_full_key()
302 if (copy_to_user(end, ses->smb3decryptionkey, out.server_out_key_length)) { in cifs_dump_full_key()
A Dcifs_ioctl.h79 __u8 server_out_key_length; member

Completed in 4 milliseconds