Searched refs:modulus (Results 1 - 25 of 48) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/lib/
H A Ddivide.S38 * $2 - modulus/quotient
44 * $27 - quotient/modulus
63 #define modulus $2 define
71 #define modulus $27 define
104 bis $24,$24,modulus
109 LONGIFY(modulus)
123 1: cmpult divisor,modulus,compare
128 1: cmpult divisor,modulus,compare
139 cmpule divisor,modulus,compare
140 subq modulus,diviso
[all...]
H A Dev6-divide.S38 * $2 - modulus/quotient
44 * $27 - quotient/modulus
73 #define modulus $2 define
81 #define modulus $27 define
115 bis $24,$24,modulus # E :
121 LONGIFY(modulus) # E :
142 1: cmpult divisor,modulus,compare # E :
147 1: cmpult divisor,modulus,compare # E :
170 cmpule divisor,modulus,compare # E :
171 subq modulus,diviso
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/crypto/
H A Dzcrypt_cex2a.h57 /* Mod-Exp, with a small modulus */
63 unsigned char modulus[128]; member in struct:type50_meb1_msg
67 /* Mod-Exp, with a large modulus */
73 unsigned char modulus[256]; member in struct:type50_meb2_msg
77 /* CRT, with a small modulus */
90 /* CRT, with a large modulus */
H A Dzcrypt_pcica.h58 /* Mod-Exp, with a small modulus */
63 unsigned char modulus[128]; member in struct:type4_sme
66 /* Mod-Exp, with a large modulus */
71 unsigned char modulus[256]; member in struct:type4_lme
74 /* CRT, with a small modulus */
85 /* CRT, with a large modulus */
H A Dzcrypt_pcica.c88 unsigned char *modulus, *exponent, *message; local
101 modulus = sme->modulus + sizeof(sme->modulus) - mod_len;
112 modulus = lme->modulus + sizeof(lme->modulus) - mod_len;
117 if (copy_from_user(modulus, mex->n_modulus, mod_len) ||
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/engine/vendor_defns/
H A Datalla.h5 * regular mod_exp using the supplied modulus and exponent - no CRT form is
25 Item modulus; member in struct:RSAPrivateKeyStr
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/engines/vendor_defns/
H A Datalla.h5 * regular mod_exp using the supplied modulus and exponent - no CRT form is
25 Item modulus; member in struct:RSAPrivateKeyStr
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/x25/
H A Dx25_out.c141 int modulus; local
162 modulus = x25->neighbour->extended ? X25_EMODULUS : X25_SMODULUS;
165 end = (x25->va + x25->facilities.winsize_out) % modulus;
192 x25->vs = (x25->vs + 1) % modulus;
H A Dx25_in.c172 int modulus; local
175 modulus = (x25->neighbour->extended) ? X25_EMODULUS : X25_SMODULUS;
234 x25->vr = (x25->vr + 1) % modulus;
257 if (((x25->vl + x25->facilities.winsize_in) % modulus) == x25->vr) {
H A Dx25_subr.c57 int modulus = x25->neighbour->extended ? X25_EMODULUS : X25_SMODULUS; local
66 x25->va = (x25->va + 1) % modulus;
96 int modulus = x25->neighbour->extended ? X25_EMODULUS : X25_SMODULUS; local
101 vc = (vc + 1) % modulus;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/engine/
H A Dhw_atalla.c436 BIGNUM *modulus; local
443 modulus = exponent = argument = result = NULL;
453 modulus = BN_CTX_get(ctx);
462 if(!bn_wexpand(modulus, m->top) || !bn_wexpand(exponent, m->top) ||
472 memset(modulus->d, 0, numbytes);
474 BN_bn2bin(m, (unsigned char *)modulus->d + numbytes - BN_num_bytes(m));
477 keydata.modulus.data = (unsigned char *)modulus->d;
478 keydata.modulus.len = numbytes;
486 keydata.modulus
[all...]
H A Dhw_4758_cca.c102 long *modulusFieldLength, unsigned char *modulus);
393 unsigned char modulus[256]; local
394 long modulusFieldLength = sizeof(modulus);
441 modulus))
453 rtmp->n = BN_bin2bn(modulus, modulusFieldLength, NULL);
485 unsigned char modulus[512]; local
486 long modulusFieldLength = sizeof(modulus);
521 exponent, &modulusLength, &modulusFieldLength, modulus))
532 rtmp->n = BN_bin2bn(modulus, modulusFieldLength, NULL);
854 unsigned char *modulus)
852 getModulusAndExponent(const unsigned char*token, long *exponentLength, unsigned char *exponent, long *modulusLength, long *modulusFieldLength, unsigned char *modulus) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/engines/
H A De_atalla.c452 BIGNUM *modulus; local
459 modulus = exponent = argument = result = NULL;
469 modulus = BN_CTX_get(ctx);
478 if(!bn_wexpand(modulus, m->top) || !bn_wexpand(exponent, m->top) ||
488 memset(modulus->d, 0, numbytes);
490 BN_bn2bin(m, (unsigned char *)modulus->d + numbytes - BN_num_bytes(m));
493 keydata.modulus.data = (unsigned char *)modulus->d;
494 keydata.modulus.len = numbytes;
502 keydata.modulus
[all...]
H A De_4758cca.c106 long *modulusFieldLength, unsigned char *modulus);
415 unsigned char modulus[256]; local
416 long modulusFieldLength = sizeof(modulus);
463 modulus))
475 rtmp->n = BN_bin2bn(modulus, modulusFieldLength, NULL);
507 unsigned char modulus[512]; local
508 long modulusFieldLength = sizeof(modulus);
543 exponent, &modulusLength, &modulusFieldLength, modulus))
554 rtmp->n = BN_bin2bn(modulus, modulusFieldLength, NULL);
876 unsigned char *modulus)
874 getModulusAndExponent(const unsigned char*token, long *exponentLength, unsigned char *exponent, long *modulusLength, long *modulusFieldLength, unsigned char *modulus) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ax25/
H A Dax25_std_in.c47 ax25->modulus = AX25_MODULUS;
53 ax25->modulus = AX25_EMODULUS;
86 if (ax25->modulus == AX25_MODULUS) {
89 ax25->modulus = AX25_MODULUS;
153 ax25->modulus = AX25_MODULUS;
156 ax25->modulus = AX25_EMODULUS;
228 ax25->vr = (ax25->vr + 1) % ax25->modulus;
278 ax25->modulus = AX25_MODULUS;
281 ax25->modulus = AX25_EMODULUS;
383 ax25->vr = (ax25->vr + 1) % ax25->modulus;
[all...]
H A Dax25_ds_in.c40 ax25->modulus = AX25_MODULUS;
46 ax25->modulus = AX25_EMODULUS;
157 ax25->modulus = AX25_MODULUS;
160 ax25->modulus = AX25_EMODULUS;
243 ax25->vr = (ax25->vr + 1) % ax25->modulus;
H A Dax25_std_timer.c127 if (ax25->modulus == AX25_MODULUS) {
131 ax25->modulus = AX25_MODULUS;
138 if (ax25->modulus == AX25_MODULUS)
H A Dax25_subr.c60 ax25->va = (ax25->va + 1) % ax25->modulus;
93 vc = (vc + 1) % ax25->modulus;
113 if (ax25->modulus == AX25_MODULUS) {
168 if (ax25->modulus == AX25_MODULUS) {
H A Dax25_out.c212 if (ax25->modulus == AX25_MODULUS) {
249 end = (ax25->va + ax25->window) % ax25->modulus;
276 next = (ax25->vs + 1) % ax25->modulus;
344 ax25_addr_build(ptr, &ax25->source_addr, &ax25->dest_addr, ax25->digipeat, type, ax25->modulus);
H A Dax25_std_subr.c44 if (ax25->modulus == AX25_MODULUS)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/lapb/
H A Dlapb_subr.c52 int modulus; local
54 modulus = (lapb->mode & LAPB_EXTENDED) ? LAPB_EMODULUS : LAPB_SMODULUS;
63 lapb->va = (lapb->va + 1) % modulus;
92 int modulus; local
94 modulus = (lapb->mode & LAPB_EXTENDED) ? LAPB_EMODULUS : LAPB_SMODULUS;
99 vc = (vc + 1) % modulus;
H A Dlapb_out.c74 unsigned short modulus, start, end; local
76 modulus = (lapb->mode & LAPB_EXTENDED) ? LAPB_EMODULUS : LAPB_SMODULUS;
78 end = (lapb->va + lapb->window) % modulus;
103 lapb->vs = (lapb->vs + 1) % modulus;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/tests/
H A Dcavs_driver.pl141 # $1: modulus size
228 # $1: modulus size
1423 # $1 modulus size
1433 my $modulus = shift;
1444 my $ret = &$rsa_derive($modulus, $e, $xp1, $xp2, $Xp, $xq1, $xq2, $Xq);
1507 # $1 modulus size
1560 # $1 modulus
1570 my $modulus = shift;
1660 my $modulus = "";
1879 $modulus
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/apps/
H A Ddsa.c86 * -modulus - print the DSA public key
109 int modulus=0; local
174 else if (strcmp(*argv,"-modulus") == 0)
175 modulus=1;
215 BIO_printf(bio_err," -modulus print the DSA public value\n");
295 if (modulus)
H A Drsa.c86 * -modulus - print the RSA key modulus
110 int modulus=0; local
178 else if (strcmp(*argv,"-modulus") == 0)
179 modulus=1;
215 BIO_printf(bio_err," -modulus print the RSA key modulus\n");
295 if (modulus)

Completed in 206 milliseconds

12