Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/ksmbd/
A Dauth.c1114 if (conn->cipher_type == SMB2_ENCRYPTION_AES128_GCM || in ksmbd_crypt_message()
1124 if (conn->cipher_type == SMB2_ENCRYPTION_AES128_GCM || in ksmbd_crypt_message()
1171 if (conn->cipher_type == SMB2_ENCRYPTION_AES128_GCM || in ksmbd_crypt_message()
A Dsmb2pdu.c902 if (pneg_ctxt->Ciphers[i] == SMB2_ENCRYPTION_AES128_GCM || in decode_encrypt_ctxt()
8534 if (cipher_type == SMB2_ENCRYPTION_AES128_GCM || in fill_transform_hdr()
/linux-6.3-rc2/fs/cifs/
A Dsmb2transport.c893 if ((server->cipher_type == SMB2_ENCRYPTION_AES128_GCM) || in smb3_crypto_aead_allocate()
907 if ((server->cipher_type == SMB2_ENCRYPTION_AES128_GCM) || in smb3_crypto_aead_allocate()
A Dioctl.c258 case SMB2_ENCRYPTION_AES128_GCM: in cifs_dump_full_key()
A Dsmb2pdu.c461 pneg_ctxt->Ciphers[0] = SMB2_ENCRYPTION_AES128_GCM; in build_encrypt_ctxt()
467 pneg_ctxt->Ciphers[0] = SMB2_ENCRYPTION_AES128_GCM; in build_encrypt_ctxt()
662 (ctxt->Ciphers[0] != SMB2_ENCRYPTION_AES128_GCM) && in decode_encrypt_ctx()
A Dsmb2ops.c4234 if ((cipher_type == SMB2_ENCRYPTION_AES128_GCM) || in fill_transform_hdr()
4419 if ((server->cipher_type == SMB2_ENCRYPTION_AES128_GCM) || in crypt_message()
/linux-6.3-rc2/fs/smbfs_common/
A Dsmb2pdu.h451 #define SMB2_ENCRYPTION_AES128_GCM cpu_to_le16(0x0002) macro

Completed in 43 milliseconds