Lines Matching full:in
11 * This program is distributed in the hope that it will be useful,
36 * byte in the larger data set is changed / missing, it should be
70 * uint8_t *splitkey = .... read in 1 MB of data...
93 * @blocklen: the size of @in in bytes
94 * @stripes: the number of times to expand @in in size
95 * @in: the master key to be expanded in size
99 * Split the data in @in, which is @blocklen bytes in
101 * @blocklen * @stripes bytes in size.
108 const uint8_t *in,
115 * @blocklen: the size of @out in bytes
116 * @stripes: the number of times to decrease @in in size
117 * @in: the split key to be recombined
121 * Join the data in @in, which is @blocklen * @stripes
122 * bytes in size, to form the original small piece of
123 * data @out, which is @blocklen bytes in size.
130 const uint8_t *in,