/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/params/ |
D | RSAKeyParameters.java | 8 private BigInteger modulus; field in RSAKeyParameters 13 BigInteger modulus, in RSAKeyParameters()
|
D | RSAPrivateCrtKeyParameters.java | 19 BigInteger modulus, in RSAPrivateCrtKeyParameters()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/ |
D | RSAPublicKeyStructure.java | 20 private BigInteger modulus; field in RSAPublicKeyStructure 47 BigInteger modulus, in RSAPublicKeyStructure()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/ |
D | RSAPublicKey.java | 17 private BigInteger modulus; field in RSAPublicKey 44 BigInteger modulus, in RSAPublicKey()
|
D | RSAPrivateKeyStructure.java | 21 private BigInteger modulus; field in RSAPrivateKeyStructure 54 BigInteger modulus, in RSAPrivateKeyStructure()
|
D | RSAPrivateKey.java | 18 private BigInteger modulus; field in RSAPrivateKey 52 BigInteger modulus, in RSAPrivateKey()
|
/external/dropbear/libtomcrypt/src/math/fp/ |
D | ltc_ecc_fp_mulmod.c | 672 static int build_lut(int idx, void *modulus, void *mp, void *mu) in build_lut() 779 static int accel_fp_mul(int idx, void *k, ecc_point *R, void *modulus, void *mp, int map) in accel_fp_mul() 904 ecc_point *R, void *modulus, void *mp) in accel_fp_mul2add() 1112 ecc_point *C, void *modulus) in ltc_ecc_fp_mul2add() 1222 int ltc_ecc_fp_mulmod(void *k, ecc_point *G, ecc_point *R, void *modulus, int map) in ltc_ecc_fp_mulmod()
|
/external/dropbear/libtomcrypt/src/pk/ecc/ |
D | ltc_ecc_map.c | 33 int ltc_ecc_map(ecc_point *P, void *modulus, void *mp) in ltc_ecc_map()
|
D | ltc_ecc_projective_dbl_point.c | 34 int ltc_ecc_projective_dbl_point(ecc_point *P, ecc_point *R, void *modulus, void *mp) in ltc_ecc_projective_dbl_point()
|
D | ecc_test.c | 32 void *modulus, *order; in ecc_test() local
|
D | ltc_ecc_projective_add_point.c | 35 int ltc_ecc_projective_add_point(ecc_point *P, ecc_point *Q, ecc_point *R, void *modulus, void *mp) in ltc_ecc_projective_add_point()
|
D | ltc_ecc_mulmod_timing.c | 37 int ltc_ecc_mulmod(void *k, ecc_point *G, ecc_point *R, void *modulus, int map) in ltc_ecc_mulmod()
|
D | ltc_ecc_mulmod.c | 39 int ltc_ecc_mulmod(void *k, ecc_point *G, ecc_point *R, void *modulus, int map) in ltc_ecc_mulmod()
|
D | ltc_ecc_mul2add.c | 40 void *modulus) in ltc_ecc_mul2add()
|
/external/dropbear/libtommath/etc/ |
D | mont.c | 6 mp_int modulus, R, p, pp; in main() local
|
/external/wpa_supplicant_8/src/crypto/ |
D | crypto_internal-modexp.c | 18 const u8 *modulus, size_t modulus_len, in crypto_mod_exp()
|
/external/openssh/ |
D | dh.c | 265 dh_new_group_asc(const char *gen, const char *modulus) in dh_new_group_asc() 286 dh_new_group(BIGNUM *gen, BIGNUM *modulus) in dh_new_group()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/ |
D | JCERSAPublicKey.java | 22 private BigInteger modulus; field in JCERSAPublicKey
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/rsa/ |
D | BCRSAPublicKey.java | 20 private BigInteger modulus; field in BCRSAPublicKey
|
D | BCRSAPrivateKey.java | 28 protected BigInteger modulus; field in BCRSAPrivateKey
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_dsubexp.c | 34 static int merge_index(int v, int n, int modulus) { in merge_index()
|
/external/chromium_org/third_party/openssl/openssl/apps/ |
D | dsa.c | 113 int modulus=0; in MAIN() local
|
/external/openssl/apps/ |
D | dsa.c | 113 int modulus=0; in MAIN() local
|
/external/chromium_org/crypto/ |
D | rsa_private_key.h | 76 std::vector<uint8>* modulus() { return &modulus_; }; in modulus() function
|
/external/dropbear/libtomcrypt/testprof/ |
D | ecc_test.c | 35 void *modulus, *mp, *kA, *kB, *rA, *rB; in ecc_test_shamir() local
|