Searched refs:blobend (Results 1 - 1 of 1) sorted by last modified time

/linux-master/fs/smb/client/
H A Dcifsencrypt.c449 unsigned char *blobend; local
456 blobend = blobptr + ses->auth_key.len;
458 while (blobptr + onesize < blobend) {
466 if (blobptr + attrsize > blobend)
501 unsigned char *blobend; local
509 blobend = blobptr + ses->auth_key.len;
511 while (blobptr + onesize < blobend) {
519 if (blobptr + attrsize > blobend)

Completed in 165 milliseconds