Home
last modified time | relevance | path

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

/Linux-v6.6/fs/smb/server/
Dauth.c738 conn->cipher_type == SMB2_ENCRYPTION_AES256_GCM)) in generate_key()
861 conn->cipher_type == SMB2_ENCRYPTION_AES256_GCM) { in generate_smb3encryptionkey()
1129 conn->cipher_type == SMB2_ENCRYPTION_AES256_GCM) in ksmbd_crypt_message()
1139 conn->cipher_type == SMB2_ENCRYPTION_AES256_GCM) in ksmbd_crypt_message()
1145 conn->cipher_type == SMB2_ENCRYPTION_AES256_GCM) in ksmbd_crypt_message()
1186 conn->cipher_type == SMB2_ENCRYPTION_AES256_GCM) { in ksmbd_crypt_message()
Dsmb2pdu.c940 pneg_ctxt->Ciphers[i] == SMB2_ENCRYPTION_AES256_GCM) { in decode_encrypt_ctxt()
8547 cipher_type == SMB2_ENCRYPTION_AES256_GCM) in fill_transform_hdr()
/Linux-v6.6/fs/smb/client/
Dsmb2transport.c368 (server->cipher_type == SMB2_ENCRYPTION_AES256_GCM)) { in generate_key()
480 (server->cipher_type == SMB2_ENCRYPTION_AES256_GCM)) { in generate_smb3signingkey()
913 (server->cipher_type == SMB2_ENCRYPTION_AES256_GCM)) in smb3_crypto_aead_allocate()
927 (server->cipher_type == SMB2_ENCRYPTION_AES256_GCM)) in smb3_crypto_aead_allocate()
Dioctl.c263 case SMB2_ENCRYPTION_AES256_GCM: in cifs_dump_full_key()
Dcifs_debug.c484 if (server->cipher_type == SMB2_ENCRYPTION_AES256_GCM) in cifs_debug_data_proc_show()
Dsmb2pdu.c483 pneg_ctxt->Ciphers[0] = SMB2_ENCRYPTION_AES256_GCM; in build_encrypt_ctxt()
488 pneg_ctxt->Ciphers[1] = SMB2_ENCRYPTION_AES256_GCM; in build_encrypt_ctxt()
682 if (ctxt->Ciphers[0] != SMB2_ENCRYPTION_AES256_GCM) { in decode_encrypt_ctx()
702 (ctxt->Ciphers[0] != SMB2_ENCRYPTION_AES256_GCM)) { in decode_encrypt_ctx()
Dsmb2ops.c4189 (cipher_type == SMB2_ENCRYPTION_AES256_GCM)) in fill_transform_hdr()
4349 (server->cipher_type == SMB2_ENCRYPTION_AES256_GCM)) in crypt_message()
4376 (server->cipher_type == SMB2_ENCRYPTION_AES256_GCM)) in crypt_message()
/Linux-v6.6/fs/smb/common/
Dsmb2pdu.h476 #define SMB2_ENCRYPTION_AES256_GCM cpu_to_le16(0x0004) macro