Home
last modified time | relevance | path

Searched refs:COPY_CHUNK_RES_KEY_SIZE (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/fs/smb/client/
Dsmb2pdu.h196 #define COPY_CHUNK_RES_KEY_SIZE 24 macro
198 char ResumeKey[COPY_CHUNK_RES_KEY_SIZE];
205 char SourceKey[COPY_CHUNK_RES_KEY_SIZE];
Dsmb2ops.c1451 memcpy(pcchunk->SourceKey, res_key->ResumeKey, COPY_CHUNK_RES_KEY_SIZE); in SMB2_request_res_key()