Searched refs:SMB2_ENCRYPTION_AES128_GCM (Results 1 - 7 of 7) sorted by relevance

/linux-master/fs/smb/server/
H A Dauth.c1130 if (conn->cipher_type == SMB2_ENCRYPTION_AES128_GCM ||
1140 if (conn->cipher_type == SMB2_ENCRYPTION_AES128_GCM ||
1187 if (conn->cipher_type == SMB2_ENCRYPTION_AES128_GCM ||
H A Dsmb2pdu.c914 if (pneg_ctxt->Ciphers[i] == SMB2_ENCRYPTION_AES128_GCM ||
8866 if (cipher_type == SMB2_ENCRYPTION_AES128_GCM ||
/linux-master/fs/smb/client/
H A Dsmb2transport.c919 if ((server->cipher_type == SMB2_ENCRYPTION_AES128_GCM) ||
933 if ((server->cipher_type == SMB2_ENCRYPTION_AES128_GCM) ||
H A Dioctl.c277 case SMB2_ENCRYPTION_AES128_GCM:
H A Dsmb2pdu.c642 pneg_ctxt->Ciphers[0] = SMB2_ENCRYPTION_AES128_GCM;
648 pneg_ctxt->Ciphers[0] = SMB2_ENCRYPTION_AES128_GCM;
866 (ctxt->Ciphers[0] != SMB2_ENCRYPTION_AES128_GCM) &&
H A Dsmb2ops.c4094 if ((cipher_type == SMB2_ENCRYPTION_AES128_GCM) ||
4281 if ((server->cipher_type == SMB2_ENCRYPTION_AES128_GCM) ||
/linux-master/fs/smb/common/
H A Dsmb2pdu.h484 #define SMB2_ENCRYPTION_AES128_GCM cpu_to_le16(0x0002) macro

Completed in 202 milliseconds