Home
last modified time | relevance | path

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

/Linux-v5.15/fs/ksmbd/
Dauth.c1073 if (conn->cipher_type == SMB2_ENCRYPTION_AES128_GCM || in ksmbd_crypt_message()
1083 if (conn->cipher_type == SMB2_ENCRYPTION_AES128_GCM || in ksmbd_crypt_message()
1130 if (conn->cipher_type == SMB2_ENCRYPTION_AES128_GCM || in ksmbd_crypt_message()
Dsmb2pdu.h295 #define SMB2_ENCRYPTION_AES128_GCM cpu_to_le16(0x0002) macro
Dsmb2pdu.c908 if (pneg_ctxt->Ciphers[i] == SMB2_ENCRYPTION_AES128_GCM || in decode_encrypt_ctxt()
8427 if (cipher_type == SMB2_ENCRYPTION_AES128_GCM || in fill_transform_hdr()
/Linux-v5.15/fs/cifs/
Dsmb2transport.c868 if ((server->cipher_type == SMB2_ENCRYPTION_AES128_GCM) || in smb3_crypto_aead_allocate()
882 if ((server->cipher_type == SMB2_ENCRYPTION_AES128_GCM) || in smb3_crypto_aead_allocate()
Dioctl.c258 case SMB2_ENCRYPTION_AES128_GCM: in cifs_dump_full_key()
Dsmb2pdu.h360 #define SMB2_ENCRYPTION_AES128_GCM cpu_to_le16(0x0002) macro
Dsmb2pdu.c469 pneg_ctxt->Ciphers[0] = SMB2_ENCRYPTION_AES128_GCM; in build_encrypt_ctxt()
475 pneg_ctxt->Ciphers[0] = SMB2_ENCRYPTION_AES128_GCM; in build_encrypt_ctxt()
660 (ctxt->Ciphers[0] != SMB2_ENCRYPTION_AES128_GCM) && in decode_encrypt_ctx()
Dsmb2ops.c4379 if ((cipher_type == SMB2_ENCRYPTION_AES128_GCM) || in fill_transform_hdr()
4558 if ((server->cipher_type == SMB2_ENCRYPTION_AES128_GCM) || in crypt_message()