Searched refs:wvalue (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bn/
H A Drsaz_exp.c93 int wvalue; local
235 wvalue = p_str[127] >> 3;
236 rsaz_1024_gather5_avx2(result, table_s, wvalue);
244 wvalue = *((unsigned short *)&p_str[index / 8]);
245 wvalue = (wvalue >> (index % 8)) & 31;
248 rsaz_1024_gather5_avx2(a_inv, table_s, wvalue); /* borrow a_inv */
255 wvalue = p_str[0] & 15;
257 rsaz_1024_gather5_avx2(a_inv, table_s, wvalue); /* borrow a_inv */
293 unsigned int wvalue; local
[all...]
H A Dbn_exp.c272 int i, j, bits, ret = 0, wstart, wend, window, wvalue; local
339 wvalue = 0; /* The 'value' of the window */
362 wvalue = 1;
368 wvalue <<= (i - wend);
369 wvalue |= 1;
383 /* wvalue will be an odd number < 2^window */
384 if (!BN_mod_mul_reciprocal(r, r, val[wvalue >> 1], &recp, ctx))
389 wvalue = 0;
405 int i, j, bits, ret = 0, wstart, wend, window, wvalue; local
486 wvalue
698 int i, bits, ret = 0, window, wvalue; local
1344 int i, j, bits, ret = 0, wstart, wend, window, wvalue; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bn/
H A Drsaz_exp.c93 int wvalue; local
235 wvalue = p_str[127] >> 3;
236 rsaz_1024_gather5_avx2(result, table_s, wvalue);
244 wvalue = *((unsigned short *)&p_str[index / 8]);
245 wvalue = (wvalue >> (index % 8)) & 31;
248 rsaz_1024_gather5_avx2(a_inv, table_s, wvalue); /* borrow a_inv */
255 wvalue = p_str[0] & 15;
257 rsaz_1024_gather5_avx2(a_inv, table_s, wvalue); /* borrow a_inv */
293 unsigned int wvalue; local
[all...]
H A Dbn_exp.c272 int i, j, bits, ret = 0, wstart, wend, window, wvalue; local
339 wvalue = 0; /* The 'value' of the window */
362 wvalue = 1;
368 wvalue <<= (i - wend);
369 wvalue |= 1;
383 /* wvalue will be an odd number < 2^window */
384 if (!BN_mod_mul_reciprocal(r, r, val[wvalue >> 1], &recp, ctx))
389 wvalue = 0;
405 int i, j, bits, ret = 0, wstart, wend, window, wvalue; local
486 wvalue
698 int i, bits, ret = 0, window, wvalue; local
1344 int i, j, bits, ret = 0, wstart, wend, window, wvalue; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/ec/
H A Decp_nistz256.c584 unsigned int wvalue; local
668 wvalue = p_str[0][(index - 1) / 8];
669 wvalue = (wvalue >> ((index - 1) % 8)) & mask;
671 ecp_nistz256_select_w5(r, table[0], _booth_recode_w5(wvalue) >> 1);
677 wvalue = p_str[i][off] | p_str[i][off + 1] << 8;
678 wvalue = (wvalue >> ((index - 1) % 8)) & mask;
680 wvalue = _booth_recode_w5(wvalue);
949 unsigned int wvalue; local
1140 unsigned int wvalue; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/ec/
H A Decp_nistz256.c584 unsigned int wvalue; local
668 wvalue = p_str[0][(index - 1) / 8];
669 wvalue = (wvalue >> ((index - 1) % 8)) & mask;
671 ecp_nistz256_select_w5(r, table[0], _booth_recode_w5(wvalue) >> 1);
677 wvalue = p_str[i][off] | p_str[i][off + 1] << 8;
678 wvalue = (wvalue >> ((index - 1) % 8)) & mask;
680 wvalue = _booth_recode_w5(wvalue);
949 unsigned int wvalue; local
1140 unsigned int wvalue; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/
H A Dbn_exp.c241 int i,j,bits,ret=0,wstart,wend,window,wvalue; local
307 wvalue=0; /* The 'value' of the window */
329 wvalue=1;
336 wvalue<<=(i-wend);
337 wvalue|=1;
352 /* wvalue will be an odd number < 2^window */
353 if (!BN_mod_mul_reciprocal(r,r,val[wvalue>>1],&recp,ctx))
358 wvalue=0;
374 int i,j,bits,ret=0,wstart,wend,window,wvalue; local
453 wvalue
574 int i,bits,ret=0,idx,window,wvalue; local
878 int i,j,bits,ret=0,wstart,wend,window,wvalue; local
[all...]

Completed in 115 milliseconds