Searched refs:smb3decryptionkey (Results 1 – 7 of 7) sorted by relevance
/linux/fs/cifs/ |
A D | ioctl.c | 302 if (copy_to_user(end, ses->smb3decryptionkey, out.server_out_key_length)) { in cifs_dump_full_key() 447 memcpy(pkey_inf.smb3decryptionkey, in cifs_ioctl() 448 tcon->ses->smb3decryptionkey, SMB3_SIGN_KEY_SIZE); in cifs_ioctl()
|
A D | cifs_ioctl.h | 61 __u8 smb3decryptionkey[SMB3_SIGN_KEY_SIZE]; member
|
A D | smb2transport.c | 434 ses->smb3decryptionkey, in generate_smb3signingkey() 461 SMB3_GCM256_CRYPTKEY_SIZE, ses->smb3decryptionkey); in generate_smb3signingkey() 466 SMB3_GCM128_CRYPTKEY_SIZE, ses->smb3decryptionkey); in generate_smb3signingkey()
|
A D | cifsglob.h | 948 __u8 smb3decryptionkey[SMB3_ENC_DEC_KEY_SIZE]; member
|
A D | smb2ops.c | 4468 ses->smb3decryptionkey; in smb2_get_enc_key()
|
/linux/fs/ksmbd/mgmt/ |
A D | user_session.h | 58 __u8 smb3decryptionkey[SMB3_ENC_DEC_KEY_SIZE]; member
|
/linux/fs/ksmbd/ |
A D | auth.c | 808 sess->smb3decryptionkey, SMB3_ENC_DEC_KEY_SIZE); in generate_smb3encryptionkey() 822 SMB3_GCM256_CRYPTKEY_SIZE, sess->smb3decryptionkey); in generate_smb3encryptionkey() 827 SMB3_GCM128_CRYPTKEY_SIZE, sess->smb3decryptionkey); in generate_smb3encryptionkey() 964 sess->smb3decryptionkey; in ksmbd_get_encryption_key()
|
Completed in 33 milliseconds