Home
last modified time | relevance | path

Searched refs:SMB2_ENCRYPTION_AES128_CCM (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-6.6/fs/smb/client/
H A Dioctl.c271 case SMB2_ENCRYPTION_AES128_CCM: in cifs_dump_full_key()
H A Dsmb2pdu.c632 pneg_ctxt->Ciphers[2] = SMB2_ENCRYPTION_AES128_CCM; in build_encrypt_ctxt()
637 pneg_ctxt->Ciphers[1] = SMB2_ENCRYPTION_AES128_CCM; in build_encrypt_ctxt()
843 } else if ((ctxt->Ciphers[0] != SMB2_ENCRYPTION_AES128_CCM) && in decode_encrypt_ctx()
1207 server->cipher_type = SMB2_ENCRYPTION_AES128_CCM; in SMB2_negotiate()
/kernel/linux/linux-5.10/fs/cifs/
H A Dsmb2pdu.c469 pneg_ctxt->Ciphers[2] = SMB2_ENCRYPTION_AES128_CCM; in build_encrypt_ctxt()
474 pneg_ctxt->Ciphers[1] = SMB2_ENCRYPTION_AES128_CCM; in build_encrypt_ctxt()
643 } else if ((ctxt->Ciphers[0] != SMB2_ENCRYPTION_AES128_CCM) && in decode_encrypt_ctx()
967 server->cipher_type = SMB2_ENCRYPTION_AES128_CCM; in SMB2_negotiate()
H A Dsmb2pdu.h361 #define SMB2_ENCRYPTION_AES128_CCM cpu_to_le16(0x0001) macro
/kernel/linux/linux-6.6/fs/smb/common/
H A Dsmb2pdu.h473 #define SMB2_ENCRYPTION_AES128_CCM cpu_to_le16(0x0001) macro
/kernel/linux/linux-6.6/fs/smb/server/
H A Dsmb2pdu.c935 pneg_ctxt->Ciphers[i] == SMB2_ENCRYPTION_AES128_CCM || in decode_encrypt_ctxt()

Completed in 41 milliseconds