Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/client/
H A Dioctl.c279 out.server_in_key_length = out.server_out_key_length = SMB3_GCM128_CRYPTKEY_SIZE; in cifs_dump_full_key()
284 out.server_in_key_length = out.server_out_key_length = SMB3_GCM256_CRYPTKEY_SIZE; in cifs_dump_full_key()
293 + out.server_out_key_length) { in cifs_dump_full_key()
321 if (copy_to_user(end, ses->smb3decryptionkey, out.server_out_key_length)) { in cifs_dump_full_key()
H A Dcifs_ioctl.h84 __u8 server_out_key_length; member