Searched refs:dmp1 (Results 26 - 50 of 168) sorted by relevance

1234567

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/engines/
H A De_gmp.c326 mpz_t dmp1; member in struct:st_e_gmp_rsa_ctx
349 mpz_init(hptr->dmp1);
358 if (!rsa->p || !rsa->q || !rsa->d || !rsa->dmp1 || !rsa->dmq1
364 !bn2gmp(rsa->q, hptr->q) || !bn2gmp(rsa->dmp1, hptr->dmp1) ||
376 mpz_clear(hptr->dmp1);
397 mpz_clear(hptr->dmp1);
440 mpz_powm(hptr->r0, hptr->r1, hptr->dmp1, hptr->p);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/engines/
H A De_gmp.c324 mpz_t dmp1; member in struct:st_e_gmp_rsa_ctx
343 mpz_init(hptr->dmp1);
352 if(!rsa->p || !rsa->q || !rsa->d || !rsa->dmp1 || !rsa->dmq1 || !rsa->iqmp)
358 !bn2gmp(rsa->q, hptr->q) || !bn2gmp(rsa->dmp1, hptr->dmp1) ||
370 mpz_clear(hptr->dmp1);
390 mpz_clear(hptr->dmp1);
434 mpz_powm(hptr->r0, hptr->r1, hptr->dmp1, hptr->p);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/rsa/
H A Drsa_lib.c176 ret->dmp1 = NULL;
247 if (r->dmp1 != NULL)
248 BN_clear_free(r->dmp1);
306 t[3] = &r->dmp1;
H A Drsa_chk.c151 if (key->dmp1 != NULL && key->dmq1 != NULL && key->iqmp != NULL) {
152 /* dmp1 = d mod (p-1)? */
165 if (BN_cmp(j, key->dmp1) != 0) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/demos/engines/cluster_labs/
H A Dcluster_labs.h5 const BIGNUM *q, const BIGNUM *dmp1,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/demos/engines/cluster_labs/
H A Dcluster_labs.h5 const BIGNUM *q, const BIGNUM *dmp1, const BIGNUM *dmq1,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/rsa/
H A Drsa_asn1.c88 ASN1_SIMPLE(RSA, dmp1, BIGNUM),
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/demos/engines/cluster_labs/
H A Dcluster_labs.h5 const BIGNUM *q, const BIGNUM *dmp1, const BIGNUM *dmq1,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/rsa/
H A Drsa_lib.c176 ret->dmp1 = NULL;
247 if (r->dmp1 != NULL)
248 BN_clear_free(r->dmp1);
306 t[3] = &r->dmp1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/demos/engines/cluster_labs/
H A Dcluster_labs.h5 const BIGNUM *q, const BIGNUM *dmp1,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/rsa/
H A Drsa_asn1.c88 ASN1_SIMPLE(RSA, dmp1, BIGNUM),
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/rsa/
H A Drsa_lib.c176 ret->dmp1 = NULL;
247 if (r->dmp1 != NULL)
248 BN_clear_free(r->dmp1);
306 t[3] = &r->dmp1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/demos/engines/cluster_labs/
H A Dcluster_labs.h5 const BIGNUM *q, const BIGNUM *dmp1,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/demos/engines/cluster_labs/
H A Dcluster_labs.h5 const BIGNUM *q, const BIGNUM *dmp1, const BIGNUM *dmq1,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/rsa/
H A Drsa_asn1.c88 ASN1_SIMPLE(RSA, dmp1, BIGNUM),
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/demos/engines/ibmca/
H A Dhw_ibmca.c97 const BIGNUM *q, const BIGNUM *dmp1,
589 if (!rsa->p || !rsa->q || !rsa->dmp1 || !rsa->dmq1 || !rsa->iqmp) {
597 to_return = ibmca_mod_exp_crt(r0, I, rsa->p, rsa->q, rsa->dmp1,
609 const BIGNUM *q, const BIGNUM *dmp1,
630 unsigned int dmp1bytes = BN_num_bytes(dmp1);
686 privKey->dpLength = CORRECT_ENDIANNESS(BN_num_bytes(dmp1) + 8);
733 /* pkey += pSize - BN_num_bytes(p); WROING this should be dmp1) */
734 pkey += pSize - BN_num_bytes(dmp1);
735 BN_bn2bin(dmp1, pkey);
736 pkey += BN_num_bytes(dmp1); /* mov
608 ibmca_mod_exp_crt(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, const BIGNUM *q, const BIGNUM *dmp1, const BIGNUM *dmq1, const BIGNUM *iqmp, BN_CTX *ctx) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/demos/engines/ibmca/
H A Dhw_ibmca.c96 const BIGNUM *q, const BIGNUM *dmp1, const BIGNUM *dmq1,
606 if(!rsa->p || !rsa->q || !rsa->dmp1 || !rsa->dmq1 || !rsa->iqmp)
618 to_return = ibmca_mod_exp_crt(r0, I, rsa->p, rsa->q, rsa->dmp1,
630 const BIGNUM *q, const BIGNUM *dmp1,
650 unsigned int dmp1bytes = BN_num_bytes(dmp1);
710 privKey->dpLength = CORRECT_ENDIANNESS(BN_num_bytes(dmp1)+8);
759 /* pkey += pSize - BN_num_bytes(p); WROING this should be dmp1) */
760 pkey += pSize - BN_num_bytes(dmp1);
761 BN_bn2bin(dmp1, pkey);
762 pkey += BN_num_bytes(dmp1); /* mov
629 ibmca_mod_exp_crt(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, const BIGNUM *q, const BIGNUM *dmp1, const BIGNUM *dmq1, const BIGNUM *iqmp, BN_CTX *ctx) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/demos/engines/ibmca/
H A Dhw_ibmca.c96 const BIGNUM *q, const BIGNUM *dmp1, const BIGNUM *dmq1,
606 if(!rsa->p || !rsa->q || !rsa->dmp1 || !rsa->dmq1 || !rsa->iqmp)
618 to_return = ibmca_mod_exp_crt(r0, I, rsa->p, rsa->q, rsa->dmp1,
630 const BIGNUM *q, const BIGNUM *dmp1,
650 unsigned int dmp1bytes = BN_num_bytes(dmp1);
710 privKey->dpLength = CORRECT_ENDIANNESS(BN_num_bytes(dmp1)+8);
759 /* pkey += pSize - BN_num_bytes(p); WROING this should be dmp1) */
760 pkey += pSize - BN_num_bytes(dmp1);
761 BN_bn2bin(dmp1, pkey);
762 pkey += BN_num_bytes(dmp1); /* mov
629 ibmca_mod_exp_crt(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, const BIGNUM *q, const BIGNUM *dmp1, const BIGNUM *dmq1, const BIGNUM *iqmp, BN_CTX *ctx) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/demos/engines/ibmca/
H A Dhw_ibmca.c97 const BIGNUM *q, const BIGNUM *dmp1,
589 if (!rsa->p || !rsa->q || !rsa->dmp1 || !rsa->dmq1 || !rsa->iqmp) {
597 to_return = ibmca_mod_exp_crt(r0, I, rsa->p, rsa->q, rsa->dmp1,
609 const BIGNUM *q, const BIGNUM *dmp1,
630 unsigned int dmp1bytes = BN_num_bytes(dmp1);
686 privKey->dpLength = CORRECT_ENDIANNESS(BN_num_bytes(dmp1) + 8);
733 /* pkey += pSize - BN_num_bytes(p); WROING this should be dmp1) */
734 pkey += pSize - BN_num_bytes(dmp1);
735 BN_bn2bin(dmp1, pkey);
736 pkey += BN_num_bytes(dmp1); /* mov
608 ibmca_mod_exp_crt(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, const BIGNUM *q, const BIGNUM *dmp1, const BIGNUM *dmq1, const BIGNUM *iqmp, BN_CTX *ctx) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/demos/engines/ibmca/
H A Dhw_ibmca.c97 const BIGNUM *q, const BIGNUM *dmp1,
589 if (!rsa->p || !rsa->q || !rsa->dmp1 || !rsa->dmq1 || !rsa->iqmp) {
597 to_return = ibmca_mod_exp_crt(r0, I, rsa->p, rsa->q, rsa->dmp1,
609 const BIGNUM *q, const BIGNUM *dmp1,
630 unsigned int dmp1bytes = BN_num_bytes(dmp1);
686 privKey->dpLength = CORRECT_ENDIANNESS(BN_num_bytes(dmp1) + 8);
733 /* pkey += pSize - BN_num_bytes(p); WROING this should be dmp1) */
734 pkey += pSize - BN_num_bytes(dmp1);
735 BN_bn2bin(dmp1, pkey);
736 pkey += BN_num_bytes(dmp1); /* mov
608 ibmca_mod_exp_crt(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, const BIGNUM *q, const BIGNUM *dmp1, const BIGNUM *dmq1, const BIGNUM *iqmp, BN_CTX *ctx) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/demos/engines/ibmca/
H A Dhw_ibmca.c96 const BIGNUM *q, const BIGNUM *dmp1, const BIGNUM *dmq1,
606 if(!rsa->p || !rsa->q || !rsa->dmp1 || !rsa->dmq1 || !rsa->iqmp)
618 to_return = ibmca_mod_exp_crt(r0, I, rsa->p, rsa->q, rsa->dmp1,
630 const BIGNUM *q, const BIGNUM *dmp1,
650 unsigned int dmp1bytes = BN_num_bytes(dmp1);
710 privKey->dpLength = CORRECT_ENDIANNESS(BN_num_bytes(dmp1)+8);
759 /* pkey += pSize - BN_num_bytes(p); WROING this should be dmp1) */
760 pkey += pSize - BN_num_bytes(dmp1);
761 BN_bn2bin(dmp1, pkey);
762 pkey += BN_num_bytes(dmp1); /* mov
629 ibmca_mod_exp_crt(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, const BIGNUM *q, const BIGNUM *dmp1, const BIGNUM *dmq1, const BIGNUM *iqmp, BN_CTX *ctx) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/heimdal/lib/hcrypto/
H A Drsa.c142 free_if(rsa->dmp1);
260 (rsa->p == NULL || rsa->q || rsa->dmp1 == NULL || rsa->dmq1 == NULL || rsa->iqmp == NULL))
459 k->dmp1 = heim_int2BN(&data.exponent1);
465 k->q == NULL || k->dmp1 == NULL || k->dmq1 == NULL || k->iqmp == NULL)
482 rsa->q == NULL || rsa->dmp1 == NULL || rsa->dmq1 == NULL ||
493 ret |= bn2heim_int(rsa->dmp1, &data.exponent1);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/heimdal/lib/hcrypto/
H A Drsa.c142 free_if(rsa->dmp1);
260 (rsa->p == NULL || rsa->q || rsa->dmp1 == NULL || rsa->dmq1 == NULL || rsa->iqmp == NULL))
459 k->dmp1 = heim_int2BN(&data.exponent1);
465 k->q == NULL || k->dmp1 == NULL || k->dmq1 == NULL || k->iqmp == NULL)
482 rsa->q == NULL || rsa->dmp1 == NULL || rsa->dmq1 == NULL ||
493 ret |= bn2heim_int(rsa->dmp1, &data.exponent1);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/heimdal/lib/hcrypto/
H A Drsa.c142 free_if(rsa->dmp1);
260 (rsa->p == NULL || rsa->q || rsa->dmp1 == NULL || rsa->dmq1 == NULL || rsa->iqmp == NULL))
459 k->dmp1 = heim_int2BN(&data.exponent1);
465 k->q == NULL || k->dmp1 == NULL || k->dmq1 == NULL || k->iqmp == NULL)
482 rsa->q == NULL || rsa->dmp1 == NULL || rsa->dmq1 == NULL ||
493 ret |= bn2heim_int(rsa->dmp1, &data.exponent1);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/engines/vendor_defns/
H A Dhwcryptohook.h401 HWCryptoHook_MPI dmp1,
413 HWCryptoHook_MPI dmp1,

Completed in 128 milliseconds

1234567