Searched refs:SMB2_ENCRYPTION_AES128_GCM (Results 1 – 6 of 6) sorted by relevance
1137 if (conn->cipher_type == SMB2_ENCRYPTION_AES128_GCM || in ksmbd_crypt_message()1147 if (conn->cipher_type == SMB2_ENCRYPTION_AES128_GCM || in ksmbd_crypt_message()1194 if (conn->cipher_type == SMB2_ENCRYPTION_AES128_GCM || in ksmbd_crypt_message()
926 if (pneg_ctxt->Ciphers[i] == SMB2_ENCRYPTION_AES128_GCM || in decode_encrypt_ctxt()8975 if (cipher_type == SMB2_ENCRYPTION_AES128_GCM || in fill_transform_hdr()
294 case SMB2_ENCRYPTION_AES128_GCM: in cifs_dump_full_key()
4165 if ((cipher_type == SMB2_ENCRYPTION_AES128_GCM) || in fill_transform_hdr()4342 if ((server->cipher_type == SMB2_ENCRYPTION_AES128_GCM) || in crypt_message()4540 if ((server->cipher_type == SMB2_ENCRYPTION_AES128_GCM) || in decrypt_raw_data()
630 pneg_ctxt->Ciphers[0] = SMB2_ENCRYPTION_AES128_GCM; in build_encrypt_ctxt()636 pneg_ctxt->Ciphers[0] = SMB2_ENCRYPTION_AES128_GCM; in build_encrypt_ctxt()854 (ctxt->Ciphers[0] != SMB2_ENCRYPTION_AES128_GCM) && in decode_encrypt_ctx()
484 #define SMB2_ENCRYPTION_AES128_GCM cpu_to_le16(0x0002) macro