Symbol: SMB2_ENCRYPTION_AES256_GCM
fs/smb/client/cifs_debug.c
384
case SMB2_ENCRYPTION_AES256_GCM:
fs/smb/client/ioctl.c
298
case SMB2_ENCRYPTION_AES256_GCM:
fs/smb/client/smb2ops.c
4320
(cipher_type == SMB2_ENCRYPTION_AES256_GCM))
fs/smb/client/smb2ops.c
4467
(server->cipher_type == SMB2_ENCRYPTION_AES256_GCM))
fs/smb/client/smb2ops.c
4493
(server->cipher_type == SMB2_ENCRYPTION_AES256_GCM))
fs/smb/client/smb2ops.c
4642
(server->cipher_type == SMB2_ENCRYPTION_AES256_GCM))
fs/smb/client/smb2pdu.c
675
pneg_ctxt->Ciphers[0] = SMB2_ENCRYPTION_AES256_GCM;
fs/smb/client/smb2pdu.c
680
pneg_ctxt->Ciphers[1] = SMB2_ENCRYPTION_AES256_GCM;
fs/smb/client/smb2pdu.c
884
if (ctxt->Ciphers[0] != SMB2_ENCRYPTION_AES256_GCM) {
fs/smb/client/smb2pdu.c
904
(ctxt->Ciphers[0] != SMB2_ENCRYPTION_AES256_GCM)) {
fs/smb/client/smb2transport.c
290
(server->cipher_type == SMB2_ENCRYPTION_AES256_GCM)) {
fs/smb/client/smb2transport.c
396
(server->cipher_type == SMB2_ENCRYPTION_AES256_GCM)) {
fs/smb/client/smb2transport.c
823
(server->cipher_type == SMB2_ENCRYPTION_AES256_GCM))
fs/smb/client/smb2transport.c
837
(server->cipher_type == SMB2_ENCRYPTION_AES256_GCM))
fs/smb/server/auth.c
561
conn->cipher_type == SMB2_ENCRYPTION_AES256_GCM))
fs/smb/server/auth.c
850
conn->cipher_type == SMB2_ENCRYPTION_AES256_GCM)
fs/smb/server/auth.c
860
conn->cipher_type == SMB2_ENCRYPTION_AES256_GCM)
fs/smb/server/auth.c
866
conn->cipher_type == SMB2_ENCRYPTION_AES256_GCM)
fs/smb/server/auth.c
907
conn->cipher_type == SMB2_ENCRYPTION_AES256_GCM) {
fs/smb/server/mgmt/user_session.c
49
{le16_to_cpu(SMB2_ENCRYPTION_AES256_GCM), "aes256-gcm"},
fs/smb/server/smb2pdu.c
9173
cipher_type == SMB2_ENCRYPTION_AES256_GCM)
fs/smb/server/smb2pdu.c
945
pneg_ctxt->Ciphers[i] == SMB2_ENCRYPTION_AES256_GCM) {