Home
last modified time | relevance | path

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

/linux-6.12.1/fs/smb/client/
Dsmb2pdu.h197 #define COPY_CHUNK_RES_KEY_SIZE 24 macro
199 char ResumeKey[COPY_CHUNK_RES_KEY_SIZE];
206 char SourceKey[COPY_CHUNK_RES_KEY_SIZE];
Dsmb2ops.c1527 memcpy(pcchunk->SourceKey, res_key->ResumeKey, COPY_CHUNK_RES_KEY_SIZE); in SMB2_request_res_key()