Home
last modified time | relevance | path

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

/Linux-v5.15/fs/cifs/
Dcifsencrypt.c319 unsigned char *blobend; in find_domain_name() local
326 blobend = blobptr + ses->auth_key.len; in find_domain_name()
328 while (blobptr + onesize < blobend) { in find_domain_name()
336 if (blobptr + attrsize > blobend) in find_domain_name()
371 unsigned char *blobend; in find_timestamp() local
379 blobend = blobptr + ses->auth_key.len; in find_timestamp()
381 while (blobptr + onesize < blobend) { in find_timestamp()
389 if (blobptr + attrsize > blobend) in find_timestamp()