Home | History | Annotate | Download | only in bio

Lines Matching defs:used

17  * If this package is used in a product, Eric Young should be given attribution
18 * as the author of the parts of the library used.
35 * being used are not cryptographic related :-).
69 unsigned used; // number of bytes in the current line.
99 if (ctx->used == 0) {
116 if (ctx->used == 7) {
120 } else if (ctx->used == 15) {
131 ctx->right_chars[ctx->used] = to_char(data[i]);
132 ctx->used++;
134 if (ctx->used == 16) {
140 ctx->used = 0;
150 const unsigned n_bytes = ctx->used;
161 for (; ctx->used < 16; ctx->used++) {
163 if (ctx->used == 7) {
165 } else if (ctx->used == 15) {