Searched refs:SMB2_ENCRYPTION_AES256_CCM (Results 1 – 6 of 6) sorted by relevance
739 (conn->cipher_type == SMB2_ENCRYPTION_AES256_CCM || in generate_key()862 if (conn->cipher_type == SMB2_ENCRYPTION_AES256_CCM || in generate_smb3encryptionkey()1146 if (conn->cipher_type == SMB2_ENCRYPTION_AES256_CCM || in ksmbd_crypt_message()
922 pneg_ctxt->Ciphers[i] == SMB2_ENCRYPTION_AES256_CCM || in decode_encrypt_ctxt()
369 if ((server->cipher_type == SMB2_ENCRYPTION_AES256_CCM) || in generate_key()486 if ((server->cipher_type == SMB2_ENCRYPTION_AES256_CCM) || in generate_smb3signingkey()
281 case SMB2_ENCRYPTION_AES256_CCM: in cifs_dump_full_key()
4246 if ((server->cipher_type == SMB2_ENCRYPTION_AES256_CCM) || in crypt_message()
485 #define SMB2_ENCRYPTION_AES256_CCM cpu_to_le16(0x0003) macro