Searched refs:smb3decryptionkey (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.15/fs/cifs/ |
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()
|
D | cifs_ioctl.h | 61 __u8 smb3decryptionkey[SMB3_SIGN_KEY_SIZE]; member
|
D | smb2transport.c | 435 ses->smb3decryptionkey, in generate_smb3signingkey() 462 SMB3_GCM256_CRYPTKEY_SIZE, ses->smb3decryptionkey); in generate_smb3signingkey() 467 SMB3_GCM128_CRYPTKEY_SIZE, ses->smb3decryptionkey); in generate_smb3signingkey()
|
D | cifsglob.h | 920 __u8 smb3decryptionkey[SMB3_ENC_DEC_KEY_SIZE]; member
|
D | smb2ops.c | 4463 ses->smb3decryptionkey; in smb2_get_enc_key()
|
/Linux-v5.15/fs/ksmbd/mgmt/ |
D | user_session.h | 58 __u8 smb3decryptionkey[SMB3_ENC_DEC_KEY_SIZE]; member
|
/Linux-v5.15/fs/ksmbd/ |
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()
|