Home
last modified time | relevance | path

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

/linux-6.1.9/fs/cifs/
Dcifsencrypt.c321 unsigned char *blobend; in find_domain_name() local
328 blobend = blobptr + ses->auth_key.len; in find_domain_name()
330 while (blobptr + onesize < blobend) { in find_domain_name()
338 if (blobptr + attrsize > blobend) in find_domain_name()
373 unsigned char *blobend; in find_timestamp() local
381 blobend = blobptr + ses->auth_key.len; in find_timestamp()
383 while (blobptr + onesize < blobend) { in find_timestamp()
391 if (blobptr + attrsize > blobend) in find_timestamp()