Searched refs:Ciphers (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/smb/client/
H A Dsmb2pdu.c638 pneg_ctxt->Ciphers[0] = SMB2_ENCRYPTION_AES256_GCM;
642 pneg_ctxt->Ciphers[0] = SMB2_ENCRYPTION_AES128_GCM;
643 pneg_ctxt->Ciphers[1] = SMB2_ENCRYPTION_AES256_GCM;
644 pneg_ctxt->Ciphers[2] = SMB2_ENCRYPTION_AES128_CCM;
648 pneg_ctxt->Ciphers[0] = SMB2_ENCRYPTION_AES128_GCM;
649 pneg_ctxt->Ciphers[1] = SMB2_ENCRYPTION_AES128_CCM;
845 cifs_dbg(FYI, "SMB311 cipher type:%d\n", le16_to_cpu(ctxt->Ciphers[0]));
847 if (ctxt->Ciphers[0] != SMB2_ENCRYPTION_AES256_GCM) {
851 } else if (ctxt->Ciphers[0] == 0) {
865 } else if ((ctxt->Ciphers[
[all...]
/linux-master/fs/smb/common/
H A Dsmb2pdu.h482 /* Encryption Algorithms Ciphers */
496 __le16 Ciphers[]; member in struct:smb2_encryption_neg_context
/linux-master/fs/smb/server/
H A Dsmb2pdu.c776 pneg_ctxt->Ciphers[0] = cipher_type;
914 if (pneg_ctxt->Ciphers[i] == SMB2_ENCRYPTION_AES128_GCM ||
915 pneg_ctxt->Ciphers[i] == SMB2_ENCRYPTION_AES128_CCM ||
916 pneg_ctxt->Ciphers[i] == SMB2_ENCRYPTION_AES256_CCM ||
917 pneg_ctxt->Ciphers[i] == SMB2_ENCRYPTION_AES256_GCM) {
919 pneg_ctxt->Ciphers[i]);
920 conn->cipher_type = pneg_ctxt->Ciphers[i];

Completed in 197 milliseconds