/external/openssl/crypto/rsa/ |
D | rsa_test.c | 27 key->dmp1 = BN_bin2bn(dmp1, sizeof(dmp1)-1, key->dmp1); \ 60 static unsigned char dmp1[] = in key1() local 106 static unsigned char dmp1[] = in key2() local 167 static unsigned char dmp1[] = in key3() local
|
D | rsa_eay.c | 427 (rsa->dmp1 != NULL) && in RSA_eay_private_encrypt() 561 (rsa->dmp1 != NULL) && in RSA_eay_private_decrypt() 741 BIGNUM *dmp1,*dmq1,*c,*pr1; in RSA_eay_mod_exp() local 823 dmp1 = &local_dmp1; in RSA_eay_mod_exp() 824 BN_with_flags(dmp1, rsa->dmp1, BN_FLG_CONSTTIME); in RSA_eay_mod_exp() 827 dmp1 = rsa->dmp1; in RSA_eay_mod_exp() 828 if (!rsa->meth->bn_mod_exp(r0,r1,dmp1,rsa->p,ctx, in RSA_eay_mod_exp()
|
D | rsa_lib.c | 181 ret->dmp1=NULL; in RSA_new_method() 248 if (r->dmp1 != NULL) BN_clear_free(r->dmp1); in RSA_free() 301 t[3]= &r->dmp1; in RSA_memory_lock()
|
D | rsa_gen.c | 126 if(!rsa->dmp1 && ((rsa->dmp1=BN_new()) == NULL)) goto err; in rsa_builtin_keygen() 204 if (!BN_mod(rsa->dmp1,d,r1,ctx)) goto err; in rsa_builtin_keygen()
|
D | rsa_chk.c | 137 if (key->dmp1 != NULL && key->dmq1 != NULL && key->iqmp != NULL) in RSA_check_key() 146 if (BN_cmp(j, key->dmp1) != 0) in RSA_check_key()
|
D | rsa_asn1.c | 89 ASN1_SIMPLE(RSA, dmp1, BIGNUM),
|
D | rsa_ameth.c | 199 update_buflen(x->dmp1, &buf_len); in do_rsa_print() 242 if (!ASN1_bn_print(bp,"exponent1:",x->dmp1,m,off)) in do_rsa_print()
|
D | rsa.h | 143 BIGNUM *dmp1; member
|
/external/chromium_org/third_party/boringssl/src/crypto/rsa/ |
D | rsa_test.c | 72 key->dmp1 = BN_bin2bn(dmp1, sizeof(dmp1) - 1, key->dmp1); \ 104 static unsigned char dmp1[] = in key1() local 149 static unsigned char dmp1[] = in key2() local 209 static unsigned char dmp1[] = in key3() local
|
D | rsa.c | 138 if (rsa->dmp1 != NULL) in RSA_free() 139 BN_clear_free(rsa->dmp1); in RSA_free() 508 BIGNUM n, pm1, qm1, lcm, gcd, de, dmp1, dmq1, iqmp; in RSA_check_key() local 545 BN_init(&dmp1); in RSA_check_key() 573 has_crt_values = key->dmp1 != NULL; in RSA_check_key() 582 !BN_mod(&dmp1, key->d, &pm1, ctx) || in RSA_check_key() 591 if (BN_cmp(&dmp1, key->dmp1) != 0 || in RSA_check_key() 608 BN_free(&dmp1); in RSA_check_key() 626 if (rsa->p || rsa->q || rsa->dmp1 || rsa->dmq1 || rsa->iqmp) { in RSA_recover_crt_params() 689 rsa->dmp1 = BN_new(); in RSA_recover_crt_params() [all …]
|
D | rsa_impl.c | 588 ((rsa->p != NULL) && (rsa->q != NULL) && (rsa->dmp1 != NULL) && in private_transform() 641 BIGNUM *dmp1, *dmq1, *c, *pr1; in mod_exp() local 702 dmp1 = &local_dmp1; in mod_exp() 703 BN_with_flags(dmp1, rsa->dmp1, BN_FLG_CONSTTIME); in mod_exp() 704 if (!rsa->meth->bn_mod_exp(r0, r1, dmp1, rsa->p, ctx, rsa->_method_mod_p)) { in mod_exp() 825 if (!rsa->dmp1 && ((rsa->dmp1 = BN_new()) == NULL)) in keygen() 901 if (!BN_mod(rsa->dmp1, d, r1, ctx)) in keygen()
|
D | rsa_asn1.c | 88 ASN1_SIMPLE(RSA, dmp1, BIGNUM),
|
/external/ipsec-tools/src/racoon/ |
D | prsa_par.y | 189 if (!rsa_cur->p || !rsa_cur->q || !rsa_cur->dmp1 193 if (rsa_cur->dmp1) BN_clear_free(rsa_cur->dmp1); 199 rsa_cur->dmp1 = NULL; 301 …{ if (!rsa_cur->dmp1) rsa_cur->dmp1 = $3; else { prsaerror ("Exponent1 already defined\n"); YYABOR…
|
D | plainrsa-gen.c | 145 fprintf(fp, "\tExponent1: 0x%s\n", lowercase(BN_bn2hex(key->dmp1))); in gen_rsa_key()
|
/external/wpa_supplicant_8/src/tls/ |
D | rsa.c | 25 struct bignum *dmp1; /* d mod (p - 1); CRT exponent */ member 167 key->dmp1 = bignum_init(); in crypto_rsa_import_private_key() 172 key->p == NULL || key->q == NULL || key->dmp1 == NULL || in crypto_rsa_import_private_key() 222 pos = crypto_rsa_parse_integer(pos, end, key->dmp1); in crypto_rsa_import_private_key() 306 if (bignum_exptmod(tmp, key->dmp1, key->p, a) < 0) in crypto_rsa_exptmod() 370 bignum_deinit(key->dmp1); in crypto_rsa_free()
|
/external/chromium_org/content/child/webcrypto/openssl/ |
D | rsa_key_openssl.cc | 175 rsa->dmp1 = CreateBIGNUM(params.dp); in ImportRsaPrivateKey() 179 if (!rsa->n || !rsa->e || !rsa->d || !rsa->p || !rsa->q || !rsa->dmp1 || in ImportRsaPrivateKey() 492 CryptoData(BIGNUMToVector(rsa->dmp1)), in ExportKeyJwk()
|
/external/openssl/crypto/pem/ |
D | pvkfmt.c | 396 if (!read_lebn(&p, hnbyte, &rsa->dmp1)) in b2i_rsa() 600 || (BN_num_bytes(rsa->dmp1) > hnbyte) in check_bitlen_rsa() 622 write_lebn(out, rsa->dmp1, hnbyte); in write_rsa()
|
/external/chromium_org/third_party/boringssl/src/crypto/evp/ |
D | p_rsa_asn1.c | 194 update_buflen(rsa->dmp1, &buf_len); in do_rsa_print() 235 !ASN1_bn_print(out, "exponent1:", rsa->dmp1, m, off) || in do_rsa_print()
|
/external/chromium_org/third_party/boringssl/src/include/openssl/ |
D | rsa.h | 430 BIGNUM *dmp1; member
|
/external/openssl/include/openssl/ |
D | rsa.h | 143 BIGNUM *dmp1; member
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/ |
D | v8-crypto.js | 1497 this.dmp1 = null; 1577 this.dmp1 = parseBigInt(DP,16); 1611 this.dmp1 = this.d.mod(p1); 1625 var xp = x.mod(this.p).modPow(this.dmp1, this.p);
|
/external/chromium_org/v8/benchmarks/ |
D | crypto.js | 1505 this.dmp1 = null; 1585 this.dmp1 = parseBigInt(DP,16); 1619 this.dmp1 = this.d.mod(p1); 1633 var xp = x.mod(this.p).modPow(this.dmp1, this.p);
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/ |
D | v8-crypto.js | 1497 this.dmp1 = null; 1577 this.dmp1 = parseBigInt(DP,16); 1611 this.dmp1 = this.d.mod(p1); 1625 var xp = x.mod(this.p).modPow(this.dmp1, this.p);
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/ |
D | v8-crypto.js | 1497 this.dmp1 = null; 1577 this.dmp1 = parseBigInt(DP,16); 1611 this.dmp1 = this.d.mod(p1); 1625 var xp = x.mod(this.p).modPow(this.dmp1, this.p);
|
/external/openssl/crypto/engine/ |
D | eng_cryptodev.c | 1084 if (!rsa->p || !rsa->q || !rsa->dmp1 || !rsa->dmq1 || !rsa->iqmp) { in cryptodev_rsa_mod_exp() 1098 if (bn2crparam(rsa->dmp1, &kop.crk_param[3])) in cryptodev_rsa_mod_exp()
|