Searched refs:ovec (Results 1 - 25 of 33) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/des/
H A Dcfb_enc.c81 unsigned char ovec[16]; local
84 unsigned char *ovec=(unsigned char *)sh; local
119 iv=&ovec[0];
128 memmove(ovec,ovec+num,8);
131 ovec[i]=ovec[i+num]<<rem |
132 ovec[i+num+1]>>(8-rem);
136 iv=&ovec[0];
162 iv=&ovec[
[all...]
H A Dcfb64ede.c159 unsigned char ovec[16]; local
187 iv=&ovec[0];
192 /* shift ovec left most of the bits... */
193 memmove(ovec,ovec+num/8,8+(num%8 ? 1 : 0));
198 ovec[i]<<=num%8;
199 ovec[i]|=ovec[i+1]>>(8-num%8);
201 iv=&ovec[0];
225 iv=&ovec[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/des/
H A Dcfb_enc.c84 unsigned char ovec[16]; local
87 unsigned char *ovec = (unsigned char *)sh; local
124 iv = &ovec[0];
133 memmove(ovec, ovec + num, 8);
136 ovec[i] = ovec[i + num] << rem |
137 ovec[i + num + 1] >> (8 - rem);
141 iv = &ovec[0];
167 iv = &ovec[
[all...]
H A Dcfb64ede.c155 unsigned char ovec[16]; local
185 iv = &ovec[0];
190 /* shift ovec left most of the bits... */
191 memmove(ovec, ovec + num / 8, 8 + (num % 8 ? 1 : 0));
195 ovec[i] <<= num % 8;
196 ovec[i] |= ovec[i + 1] >> (8 - num % 8);
198 iv = &ovec[0];
222 iv = &ovec[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/des/
H A Dcfb_enc.c81 unsigned char ovec[16]; local
84 unsigned char *ovec=(unsigned char *)sh; local
119 iv=&ovec[0];
128 memmove(ovec,ovec+num,8);
131 ovec[i]=ovec[i+num]<<rem |
132 ovec[i+num+1]>>(8-rem);
136 iv=&ovec[0];
162 iv=&ovec[
[all...]
H A Dcfb64ede.c159 unsigned char ovec[16]; local
187 iv=&ovec[0];
192 /* shift ovec left most of the bits... */
193 memmove(ovec,ovec+num/8,8+(num%8 ? 1 : 0));
198 ovec[i]<<=num%8;
199 ovec[i]|=ovec[i+1]>>(8-num%8);
201 iv=&ovec[0];
225 iv=&ovec[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/des/
H A Dcfb_enc.c84 unsigned char ovec[16]; local
87 unsigned char *ovec = (unsigned char *)sh; local
124 iv = &ovec[0];
133 memmove(ovec, ovec + num, 8);
136 ovec[i] = ovec[i + num] << rem |
137 ovec[i + num + 1] >> (8 - rem);
141 iv = &ovec[0];
167 iv = &ovec[
[all...]
H A Dcfb64ede.c155 unsigned char ovec[16]; local
185 iv = &ovec[0];
190 /* shift ovec left most of the bits... */
191 memmove(ovec, ovec + num / 8, 8 + (num % 8 ? 1 : 0));
195 ovec[i] <<= num % 8;
196 ovec[i] |= ovec[i + 1] >> (8 - num % 8);
198 iv = &ovec[0];
222 iv = &ovec[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/des/
H A Dcfb_enc.c81 unsigned char ovec[16]; local
84 unsigned char *ovec=(unsigned char *)sh; local
119 iv=&ovec[0];
128 memmove(ovec,ovec+num,8);
131 ovec[i]=ovec[i+num]<<rem |
132 ovec[i+num+1]>>(8-rem);
136 iv=&ovec[0];
162 iv=&ovec[
[all...]
H A Dcfb64ede.c159 unsigned char ovec[16]; local
187 iv=&ovec[0];
192 /* shift ovec left most of the bits... */
193 memmove(ovec,ovec+num/8,8+(num%8 ? 1 : 0));
198 ovec[i]<<=num%8;
199 ovec[i]|=ovec[i+1]>>(8-num%8);
201 iv=&ovec[0];
225 iv=&ovec[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/des/
H A Dcfb_enc.c84 unsigned char ovec[16]; local
87 unsigned char *ovec = (unsigned char *)sh; local
124 iv = &ovec[0];
133 memmove(ovec, ovec + num, 8);
136 ovec[i] = ovec[i + num] << rem |
137 ovec[i + num + 1] >> (8 - rem);
141 iv = &ovec[0];
167 iv = &ovec[
[all...]
H A Dcfb64ede.c155 unsigned char ovec[16]; local
185 iv = &ovec[0];
190 /* shift ovec left most of the bits... */
191 memmove(ovec, ovec + num / 8, 8 + (num % 8 ? 1 : 0));
195 ovec[i] <<= num % 8;
196 ovec[i] |= ovec[i + 1] >> (8 - num % 8);
198 iv = &ovec[0];
222 iv = &ovec[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/modes/
H A Dcfb128.c193 unsigned char ovec[16 * 2 + 1]; /* +1 because we dererefence (but don't local
200 memcpy(ovec, ivec, 16);
206 out[n] = (ovec[16 + n] = in[n] ^ ivec[n]);
209 out[n] = (ovec[16 + n] = in[n]) ^ ivec[n];
210 /* shift ovec left... */
214 memcpy(ivec, ovec + num, 16);
217 ivec[n] = ovec[n + num] << rem | ovec[n + num + 1] >> (8 - rem);
219 /* it is not necessary to cleanse ovec, since the IV is not secret */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/modes/
H A Dcfb128.c188 unsigned char ovec[16*2 + 1]; /* +1 because we dererefence (but don't use) one byte off the end */ local
193 memcpy(ovec,ivec,16);
199 out[n] = (ovec[16+n] = in[n] ^ ivec[n]);
202 out[n] = (ovec[16+n] = in[n]) ^ ivec[n];
203 /* shift ovec left... */
207 memcpy(ivec,ovec+num,16);
210 ivec[n] = ovec[n+num]<<rem | ovec[n+num+1]>>(8-rem);
212 /* it is not necessary to cleanse ovec, since the IV is not secret */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/modes/
H A Dcfb128.c193 unsigned char ovec[16 * 2 + 1]; /* +1 because we dererefence (but don't local
200 memcpy(ovec, ivec, 16);
206 out[n] = (ovec[16 + n] = in[n] ^ ivec[n]);
209 out[n] = (ovec[16 + n] = in[n]) ^ ivec[n];
210 /* shift ovec left... */
214 memcpy(ivec, ovec + num, 16);
217 ivec[n] = ovec[n + num] << rem | ovec[n + num + 1] >> (8 - rem);
219 /* it is not necessary to cleanse ovec, since the IV is not secret */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/modes/
H A Dcfb128.c188 unsigned char ovec[16*2 + 1]; /* +1 because we dererefence (but don't use) one byte off the end */ local
193 memcpy(ovec,ivec,16);
199 out[n] = (ovec[16+n] = in[n] ^ ivec[n]);
202 out[n] = (ovec[16+n] = in[n]) ^ ivec[n];
203 /* shift ovec left... */
207 memcpy(ivec,ovec+num,16);
210 ivec[n] = ovec[n+num]<<rem | ovec[n+num+1]>>(8-rem);
212 /* it is not necessary to cleanse ovec, since the IV is not secret */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/modes/
H A Dcfb128.c193 unsigned char ovec[16 * 2 + 1]; /* +1 because we dererefence (but don't local
200 memcpy(ovec, ivec, 16);
206 out[n] = (ovec[16 + n] = in[n] ^ ivec[n]);
209 out[n] = (ovec[16 + n] = in[n]) ^ ivec[n];
210 /* shift ovec left... */
214 memcpy(ivec, ovec + num, 16);
217 ivec[n] = ovec[n + num] << rem | ovec[n + num + 1] >> (8 - rem);
219 /* it is not necessary to cleanse ovec, since the IV is not secret */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/modes/
H A Dcfb128.c188 unsigned char ovec[16*2 + 1]; /* +1 because we dererefence (but don't use) one byte off the end */ local
193 memcpy(ovec,ivec,16);
199 out[n] = (ovec[16+n] = in[n] ^ ivec[n]);
202 out[n] = (ovec[16+n] = in[n]) ^ ivec[n];
203 /* shift ovec left... */
207 memcpy(ivec,ovec+num,16);
210 ivec[n] = ovec[n+num]<<rem | ovec[n+num+1]>>(8-rem);
212 /* it is not necessary to cleanse ovec, since the IV is not secret */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/lighttpd-1.4.39/src/
H A Dmod_redirect.c197 int ovec[N * 3]; local
204 if ((n = pcre_exec(match, extra, CONST_BUF_LEN(p->match_buf), 0, 0, ovec, 3 * N)) < 0) {
216 pcre_get_substring_list(p->match_buf->ptr, ovec, n, &list);
H A Dmod_ssi.c915 int ovec[N * 3]; local
1004 for (i = 0; (n = pcre_exec(p->ssi_regex, NULL, s.start, s.size, i, 0, ovec, N * 3)) > 0; i = ovec[1]) {
1008 if (!p->if_is_false) chunkqueue_append_file(con->write_queue, con->physical.path, i, ovec[0] - i);
1010 pcre_get_substring_list(s.start, ovec, n, &l);
H A Dmod_rewrite.c373 int ovec[N * 3]; local
379 if ((n = pcre_exec(match, NULL, CONST_BUF_LEN(p->match_buf), 0, 0, ovec, 3 * N)) < 0) {
391 pcre_get_substring_list(p->match_buf->ptr, ovec, n, &list);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/lighttpd-1.4.39/src/
H A Dmod_redirect.c197 int ovec[N * 3]; local
204 if ((n = pcre_exec(match, extra, CONST_BUF_LEN(p->match_buf), 0, 0, ovec, 3 * N)) < 0) {
216 pcre_get_substring_list(p->match_buf->ptr, ovec, n, &list);
H A Dmod_ssi.c915 int ovec[N * 3]; local
1004 for (i = 0; (n = pcre_exec(p->ssi_regex, NULL, s.start, s.size, i, 0, ovec, N * 3)) > 0; i = ovec[1]) {
1008 if (!p->if_is_false) chunkqueue_append_file(con->write_queue, con->physical.path, i, ovec[0] - i);
1010 pcre_get_substring_list(s.start, ovec, n, &l);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/lighttpd-1.4.39/src/
H A Dmod_redirect.c197 int ovec[N * 3]; local
204 if ((n = pcre_exec(match, extra, CONST_BUF_LEN(p->match_buf), 0, 0, ovec, 3 * N)) < 0) {
216 pcre_get_substring_list(p->match_buf->ptr, ovec, n, &list);
H A Dmod_ssi.c915 int ovec[N * 3]; local
1004 for (i = 0; (n = pcre_exec(p->ssi_regex, NULL, s.start, s.size, i, 0, ovec, N * 3)) > 0; i = ovec[1]) {
1008 if (!p->if_is_false) chunkqueue_append_file(con->write_queue, con->physical.path, i, ovec[0] - i);
1010 pcre_get_substring_list(s.start, ovec, n, &l);

Completed in 418 milliseconds

12