Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/server/
H A Dauth.c739 (conn->cipher_type == SMB2_ENCRYPTION_AES256_CCM || in generate_key()
862 if (conn->cipher_type == SMB2_ENCRYPTION_AES256_CCM || in generate_smb3encryptionkey()
1148 if (conn->cipher_type == SMB2_ENCRYPTION_AES256_CCM || in ksmbd_crypt_message()
H A Dsmb2pdu.c927 pneg_ctxt->Ciphers[i] == SMB2_ENCRYPTION_AES256_CCM || in decode_encrypt_ctxt()
/openbmc/linux/fs/smb/client/
H A Dsmb2transport.c393 if ((server->cipher_type == SMB2_ENCRYPTION_AES256_CCM) || in generate_key()
510 if ((server->cipher_type == SMB2_ENCRYPTION_AES256_CCM) || in generate_smb3signingkey()
H A Dioctl.c281 case SMB2_ENCRYPTION_AES256_CCM: in cifs_dump_full_key()
H A Dsmb2ops.c4277 if ((server->cipher_type == SMB2_ENCRYPTION_AES256_CCM) || in crypt_message()
/openbmc/linux/fs/smb/common/
H A Dsmb2pdu.h485 #define SMB2_ENCRYPTION_AES256_CCM cpu_to_le16(0x0003) macro