Home
last modified time | relevance | path

Searched refs:SMB2_ENCRYPTION_AES256_CCM (Results 1 – 6 of 6) sorted by relevance

/Linux-v6.6/fs/smb/server/
Dauth.c737 (conn->cipher_type == SMB2_ENCRYPTION_AES256_CCM || in generate_key()
860 if (conn->cipher_type == SMB2_ENCRYPTION_AES256_CCM || in generate_smb3encryptionkey()
1144 if (conn->cipher_type == SMB2_ENCRYPTION_AES256_CCM || in ksmbd_crypt_message()
Dsmb2pdu.c939 pneg_ctxt->Ciphers[i] == SMB2_ENCRYPTION_AES256_CCM || in decode_encrypt_ctxt()
/Linux-v6.6/fs/smb/client/
Dsmb2transport.c367 if ((server->cipher_type == SMB2_ENCRYPTION_AES256_CCM) || in generate_key()
479 if ((server->cipher_type == SMB2_ENCRYPTION_AES256_CCM) || in generate_smb3signingkey()
Dioctl.c262 case SMB2_ENCRYPTION_AES256_CCM: in cifs_dump_full_key()
Dsmb2ops.c4348 if ((server->cipher_type == SMB2_ENCRYPTION_AES256_CCM) || in crypt_message()
/Linux-v6.6/fs/smb/common/
Dsmb2pdu.h475 #define SMB2_ENCRYPTION_AES256_CCM cpu_to_le16(0x0003) macro