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

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Ddsa.c91 * -modulus - print the DSA public key
114 int modulus=0; local
179 else if (strcmp(*argv,"-modulus") == 0)
180 modulus=1;
224 BIO_printf(bio_err," -modulus print the DSA public value\n");
304 if (modulus)
H A Drsa.c91 * -modulus - print the RSA key modulus
115 int modulus=0; local
183 else if (strcmp(*argv,"-modulus") == 0)
184 modulus=1;
224 BIO_printf(bio_err," -modulus print the RSA key modulus\n");
304 if (modulus)
H A Dreq.c121 * -modulus - print RSA modulus.
189 int modulus=0; local
419 else if (strcmp(*argv,"-modulus") == 0)
420 modulus=1;
508 BIO_printf(bio_err," -modulus RSA modulus\n");
1055 if (noout && !text && !modulus && !subject && !pubkey)
1114 if (modulus)
H A Dx509.c111 " -modulus - print the RSA key modulus\n",
184 int x509req=0,days=DEF_DAYS,modulus=0,pubkey=0; local
385 else if (strcmp(*argv,"-modulus") == 0)
386 modulus= ++num;
770 if (modulus == i)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ax25/
H A Dax25_ds_timer.c201 if (ax25->modulus == AX25_MODULUS) {
205 ax25->modulus = AX25_MODULUS;
212 if (ax25->modulus == AX25_MODULUS)
H A Dax25_addr.c218 const ax25_address *dest, const ax25_digi *d, int flag, int modulus)
236 if (modulus == AX25_MODULUS)
217 ax25_addr_build(unsigned char *buf, const ax25_address *src, const ax25_address *dest, const ax25_digi *d, int flag, int modulus) argument
H A Daf_ax25.c372 if (ax25->modulus == AX25_MODULUS) {
439 ax25->modulus = AX25_EMODULUS;
442 ax25->modulus = AX25_MODULUS;
473 ax25->modulus = AX25_EMODULUS;
476 ax25->modulus = AX25_MODULUS;
539 if (ax25->modulus == AX25_MODULUS) {
603 ax25->modulus = opt ? AX25_EMODULUS : AX25_MODULUS;
712 val = (ax25->modulus == AX25_EMODULUS);
887 ax25->modulus = oax25->modulus;
[all...]
H A Dax25_in.c413 ax25->modulus = AX25_EMODULUS;
416 ax25->modulus = AX25_MODULUS;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/crypto/
H A Dzcrypt_cca_key.h70 unsigned char modulus[128]; member in struct:cca_private_ext_ME_sec
77 * In a private key, the modulus doesn't appear in the public
99 * and modulus, in that order, where pad_len is the modulo 8
178 * In a private key, the modulus doesn't appear in the public
190 /* modulus */
191 temp = key->pvtMeSec.modulus +
192 sizeof(key->pvtMeSec.modulus) - mex->inputdatalength;
245 /* modulus */
342 * In a private key, the modulus doesn't appear in the public
H A Dzcrypt_cex2a.c100 mod = meb1->modulus + sizeof(meb1->modulus) - mod_len;
110 mod = meb2->modulus + sizeof(meb2->modulus) - mod_len;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/engine/vendor_defns/
H A Dcswift.h189 SW_LARGENUMBER modulus; /* modulus */ member in struct:_SW_EXP
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/engines/vendor_defns/
H A Dcswift.h189 SW_LARGENUMBER modulus; /* modulus */ member in struct:_SW_EXP
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/
H A Dsrp-entry.c23 * Index, if supplied, is the modulus/generator index from
26 * then the default "well known" EAP SRP-SHA1 modulus/generator is
29 * The default modulus/generator can be requested as index 0.
129 mytce.modulus.data = (u_char *)wkmodulus;
130 mytce.modulus.len = sizeof (wkmodulus);
136 (void) fprintf(stderr, "SRP modulus/generator %d not found\n",
H A Deap.c143 * A well-known 2048 bit modulus.
526 mytce.modulus.data = (u_char *)wkmodulus;
527 mytce.modulus.len = sizeof (wkmodulus);
533 * Client will have to verify this modulus/
1551 * If no modulus present, then use well-known
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/engine/
H A Dhw_cswift.c468 BIGNUM *modulus; local
478 modulus = exponent = argument = result = NULL;
490 modulus = BN_CTX_get(ctx);
499 if(!bn_wexpand(modulus, m->top) || !bn_wexpand(exponent, p->top) ||
506 sw_param.up.exp.modulus.nbytes = BN_bn2bin(m,
507 (unsigned char *)modulus->d);
508 sw_param.up.exp.modulus.value = (unsigned char *)modulus->d;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/engines/
H A De_cswift.c494 BIGNUM *modulus; local
504 modulus = exponent = argument = result = NULL;
516 modulus = BN_CTX_get(ctx);
525 if(!bn_wexpand(modulus, m->top) || !bn_wexpand(exponent, p->top) ||
532 sw_param.up.exp.modulus.nbytes = BN_bn2bin(m,
533 (unsigned char *)modulus->d);
534 sw_param.up.exp.modulus.value = (unsigned char *)modulus->d;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/demos/engines/rsaref/
H A Drsaref.c354 if (!RSAref_bn2bin(from->n,to->modulus,MAX_RSA_MODULUS_LEN)) return(0);
387 if (!RSAref_bn2bin(from->n,to->modulus,MAX_RSA_MODULUS_LEN)) return(0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/demos/engines/rsaref/
H A Drsaref.c354 if (!RSAref_bn2bin(from->n,to->modulus,MAX_RSA_MODULUS_LEN)) return(0);
387 if (!RSAref_bn2bin(from->n,to->modulus,MAX_RSA_MODULUS_LEN)) return(0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/lapb/
H A Dlapb_in.c334 int modulus = (lapb->mode & LAPB_EXTENDED) ? LAPB_EMODULUS : local
547 lapb->vr = (lapb->vr + 1) % modulus;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/apps/
H A Dreq.c109 * -modulus - print RSA modulus.
172 int modulus=0; local
353 else if (strcmp(*argv,"-modulus") == 0)
354 modulus=1;
440 BIO_printf(bio_err," -modulus RSA modulus\n");
957 if (noout && !text && !modulus && !subject && !pubkey)
1016 if (modulus)
H A Dx509.c103 " -modulus - print the RSA key modulus\n",
175 int x509req=0,days=DEF_DAYS,modulus=0,pubkey=0; local
383 else if (strcmp(*argv,"-modulus") == 0)
384 modulus= ++num;
760 if (modulus == i)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dax25.h106 #define AX25_MODULUS 8 /* Standard AX.25 modulus */
107 #define AX25_EMODULUS 128 /* Extended AX.25 modulus */
230 unsigned char state, modulus, pidincl; member in struct:ax25_cb
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/devices/
H A Ddoc2000.c232 int modulus = 0xffff; local
248 modulus = 0xff;
252 buf[i] = ReadDOC_(docptr, doc->ioreg + (i & modulus));

Completed in 207 milliseconds

12