Searched refs:blockLength (Results 1 – 3 of 3) sorted by relevance
226 unsigned int blockLength:16; /* The length of the keypair data blk */ member
670 if ((keyBlock->blockLength + length) > iscsiAuthStringBlockMaxLength) { in iscsiAuthClientSetKeyValue()675 string = &keyBlock->stringBlock[keyBlock->blockLength]; in iscsiAuthClientSetKeyValue()681 keyBlock->blockLength += length; in iscsiAuthClientSetKeyValue()
227 unsigned int blockLength:16; /* The length of the keypair data blk */ member