Home
last modified time | relevance | path

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

/linux-6.6.21/fs/smb/server/
Dauth.c1128 if (conn->cipher_type == SMB2_ENCRYPTION_AES128_GCM || in ksmbd_crypt_message()
1138 if (conn->cipher_type == SMB2_ENCRYPTION_AES128_GCM || in ksmbd_crypt_message()
1185 if (conn->cipher_type == SMB2_ENCRYPTION_AES128_GCM || in ksmbd_crypt_message()
Dsmb2pdu.c934 if (pneg_ctxt->Ciphers[i] == SMB2_ENCRYPTION_AES128_GCM || in decode_encrypt_ctxt()
8569 if (cipher_type == SMB2_ENCRYPTION_AES128_GCM || in fill_transform_hdr()
/linux-6.6.21/fs/smb/client/
Dsmb2transport.c917 if ((server->cipher_type == SMB2_ENCRYPTION_AES128_GCM) || in smb3_crypto_aead_allocate()
931 if ((server->cipher_type == SMB2_ENCRYPTION_AES128_GCM) || in smb3_crypto_aead_allocate()
Dioctl.c272 case SMB2_ENCRYPTION_AES128_GCM: in cifs_dump_full_key()
Dsmb2pdu.c630 pneg_ctxt->Ciphers[0] = SMB2_ENCRYPTION_AES128_GCM; in build_encrypt_ctxt()
636 pneg_ctxt->Ciphers[0] = SMB2_ENCRYPTION_AES128_GCM; in build_encrypt_ctxt()
844 (ctxt->Ciphers[0] != SMB2_ENCRYPTION_AES128_GCM) && in decode_encrypt_ctx()
Dsmb2ops.c4227 if ((cipher_type == SMB2_ENCRYPTION_AES128_GCM) || in fill_transform_hdr()
4414 if ((server->cipher_type == SMB2_ENCRYPTION_AES128_GCM) || in crypt_message()
/linux-6.6.21/fs/smb/common/
Dsmb2pdu.h474 #define SMB2_ENCRYPTION_AES128_GCM cpu_to_le16(0x0002) macro