Searched refs:validateRequestLength (Results 1 – 4 of 4) sorted by relevance
39 bool result = validateRequestLength(test.cmd, test.len); in TEST()
134 bool validateRequestLength(BlobOEMCommands command, size_t requestLen);
61 if (!validateRequestLength(command, requestLength)) in validateBlobCommand()
27 bool validateRequestLength(BlobOEMCommands command, size_t requestLen) in validateRequestLength() function