Home
last modified time | relevance | path

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

/linux-6.12.1/fs/smb/server/
Dauth.c1134 if (conn->cipher_type == SMB2_ENCRYPTION_AES128_GCM || in ksmbd_crypt_message()
1144 if (conn->cipher_type == SMB2_ENCRYPTION_AES128_GCM || in ksmbd_crypt_message()
1191 if (conn->cipher_type == SMB2_ENCRYPTION_AES128_GCM || in ksmbd_crypt_message()
Dsmb2pdu.c922 if (pneg_ctxt->Ciphers[i] == SMB2_ENCRYPTION_AES128_GCM || in decode_encrypt_ctxt()
8894 if (cipher_type == SMB2_ENCRYPTION_AES128_GCM || in fill_transform_hdr()
/linux-6.12.1/fs/smb/client/
Dsmb2transport.c919 if ((server->cipher_type == SMB2_ENCRYPTION_AES128_GCM) || in smb3_crypto_aead_allocate()
933 if ((server->cipher_type == SMB2_ENCRYPTION_AES128_GCM) || in smb3_crypto_aead_allocate()
Dioctl.c297 case SMB2_ENCRYPTION_AES128_GCM: in cifs_dump_full_key()
Dsmb2pdu.c648 pneg_ctxt->Ciphers[0] = SMB2_ENCRYPTION_AES128_GCM; in build_encrypt_ctxt()
654 pneg_ctxt->Ciphers[0] = SMB2_ENCRYPTION_AES128_GCM; in build_encrypt_ctxt()
872 (ctxt->Ciphers[0] != SMB2_ENCRYPTION_AES128_GCM) && in decode_encrypt_ctx()
Dsmb2ops.c4190 if ((cipher_type == SMB2_ENCRYPTION_AES128_GCM) || in fill_transform_hdr()
4367 if ((server->cipher_type == SMB2_ENCRYPTION_AES128_GCM) || in crypt_message()
4565 if ((server->cipher_type == SMB2_ENCRYPTION_AES128_GCM) || in decrypt_raw_data()
/linux-6.12.1/fs/smb/common/
Dsmb2pdu.h484 #define SMB2_ENCRYPTION_AES128_GCM cpu_to_le16(0x0002) macro