Home | History | Annotate | Download | only in openssh

Lines Matching full:sequential

214  * This scheme is optimized for sequential, increasing big-endian nonces.
742 * buffers are presented sequentially. In the sequential interface, the
750 * used whenever the sequential interface is not necessary.
1175 * and a sequential interface where the message is presented a little at a
1176 * time. The all-at-once is more optimaized than the sequential version and
1177 * should be preferred when the sequential interface is not required.