Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/cifs/
Dcifsencrypt.c413 unsigned char *blobend; in find_domain_name() local
420 blobend = blobptr + ses->auth_key.len; in find_domain_name()
422 while (blobptr + onesize < blobend) { in find_domain_name()
430 if (blobptr + attrsize > blobend) in find_domain_name()
465 unsigned char *blobend; in find_timestamp() local
473 blobend = blobptr + ses->auth_key.len; in find_timestamp()
475 while (blobptr + onesize < blobend) { in find_timestamp()
483 if (blobptr + attrsize > blobend) in find_timestamp()
/kernel/linux/linux-6.6/fs/smb/client/
Dcifsencrypt.c449 unsigned char *blobend; in find_domain_name() local
456 blobend = blobptr + ses->auth_key.len; in find_domain_name()
458 while (blobptr + onesize < blobend) { in find_domain_name()
466 if (blobptr + attrsize > blobend) in find_domain_name()
501 unsigned char *blobend; in find_timestamp() local
509 blobend = blobptr + ses->auth_key.len; in find_timestamp()
511 while (blobptr + onesize < blobend) { in find_timestamp()
519 if (blobptr + attrsize > blobend) in find_timestamp()