Home
last modified time | relevance | path

Searched refs:SMB2_ENCRYPTION_AES128_GCM (Results 1 - 11 of 11) sorted by relevance

/kernel/linux/linux-6.6/fs/smb/server/
H A 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()
H A 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()
/kernel/linux/linux-5.10/fs/cifs/
H A Dsmb2transport.c870 if ((server->cipher_type == SMB2_ENCRYPTION_AES128_GCM) || in smb3_crypto_aead_allocate()
884 if ((server->cipher_type == SMB2_ENCRYPTION_AES128_GCM) || in smb3_crypto_aead_allocate()
H A Dsmb2pdu.h362 #define SMB2_ENCRYPTION_AES128_GCM cpu_to_le16(0x0002) macro
H A Dsmb2pdu.c467 pneg_ctxt->Ciphers[0] = SMB2_ENCRYPTION_AES128_GCM; in build_encrypt_ctxt()
473 pneg_ctxt->Ciphers[0] = SMB2_ENCRYPTION_AES128_GCM; in build_encrypt_ctxt()
644 (ctxt->Ciphers[0] != SMB2_ENCRYPTION_AES128_GCM) && in decode_encrypt_ctx()
H A Dsmb2ops.c4168 if ((cipher_type == SMB2_ENCRYPTION_AES128_GCM) || in fill_transform_hdr()
4343 if ((server->cipher_type == SMB2_ENCRYPTION_AES128_GCM) || in crypt_message()
/kernel/linux/linux-6.6/fs/smb/client/
H A 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()
H A Dioctl.c272 case SMB2_ENCRYPTION_AES128_GCM: in cifs_dump_full_key()
H A 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()
H A 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()
/kernel/linux/linux-6.6/fs/smb/common/
H A Dsmb2pdu.h474 #define SMB2_ENCRYPTION_AES128_GCM cpu_to_le16(0x0002) macro

Completed in 49 milliseconds