Home
last modified time | relevance | path

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

/Linux-v5.15/fs/ksmbd/
Dauth.c695 if (sess->conn->cipher_type == SMB2_ENCRYPTION_AES256_CCM || in generate_key()
817 if (sess->conn->cipher_type == SMB2_ENCRYPTION_AES256_CCM || in generate_smb3encryptionkey()
1089 if (conn->cipher_type == SMB2_ENCRYPTION_AES256_CCM || in ksmbd_crypt_message()
Dsmb2pdu.h296 #define SMB2_ENCRYPTION_AES256_CCM cpu_to_le16(0x0003) macro
Dsmb2pdu.c910 pneg_ctxt->Ciphers[i] == SMB2_ENCRYPTION_AES256_CCM || in decode_encrypt_ctxt()
/Linux-v5.15/fs/cifs/
Dsmb2transport.c355 if ((server->cipher_type == SMB2_ENCRYPTION_AES256_CCM) || in generate_key()
457 if ((server->cipher_type == SMB2_ENCRYPTION_AES256_CCM) || in generate_smb3signingkey()
Dioctl.c262 case SMB2_ENCRYPTION_AES256_CCM: in cifs_dump_full_key()
Dsmb2pdu.h362 #define SMB2_ENCRYPTION_AES256_CCM cpu_to_le16(0x0003) macro
Dsmb2ops.c4515 if ((server->cipher_type == SMB2_ENCRYPTION_AES256_CCM) || in crypt_message()