Lines Matching defs:length
233 const size_t user_peer_len = sizeof(jpake_client_id); // client and server have the same length
290 size_t length;
339 * that the data for each step is prepended with a length byte, and
344 * output with a length byte, even less a curve identifier, as that
353 /* Read the length byte then move past it to the data */
354 length = operation->buffer[operation->buffer_offset];
357 if (operation->buffer_offset + length > operation->buffer_length) {
361 if (output_size < length) {
367 length);
368 *output_length = length;
370 operation->buffer_offset += length;
433 * length byte, and then they're concatenated. Additionally, the
466 /* Write the length byte */