Home
last modified time | relevance | path

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

/linux-4.19.296/fs/cifs/
Dcifsencrypt.c407 unsigned char *blobend; in find_domain_name() local
414 blobend = blobptr + ses->auth_key.len; in find_domain_name()
416 while (blobptr + onesize < blobend) { in find_domain_name()
424 if (blobptr + attrsize > blobend) in find_domain_name()
459 unsigned char *blobend; in find_timestamp() local
467 blobend = blobptr + ses->auth_key.len; in find_timestamp()
469 while (blobptr + onesize < blobend) { in find_timestamp()
477 if (blobptr + attrsize > blobend) in find_timestamp()