Home
last modified time | relevance | path

Searched defs:modulus (Results 1 – 25 of 55) sorted by relevance

123

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/params/
DRSAKeyParameters.java8 private BigInteger modulus; field in RSAKeyParameters
13 BigInteger modulus, in RSAKeyParameters()
DRSAPrivateCrtKeyParameters.java19 BigInteger modulus, in RSAPrivateCrtKeyParameters()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
DRSAPublicKeyStructure.java20 private BigInteger modulus; field in RSAPublicKeyStructure
47 BigInteger modulus, in RSAPublicKeyStructure()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/
DRSAPublicKey.java17 private BigInteger modulus; field in RSAPublicKey
44 BigInteger modulus, in RSAPublicKey()
DRSAPrivateKeyStructure.java21 private BigInteger modulus; field in RSAPrivateKeyStructure
54 BigInteger modulus, in RSAPrivateKeyStructure()
DRSAPrivateKey.java18 private BigInteger modulus; field in RSAPrivateKey
52 BigInteger modulus, in RSAPrivateKey()
/external/dropbear/libtomcrypt/src/math/fp/
Dltc_ecc_fp_mulmod.c672 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/
Dltc_ecc_map.c33 int ltc_ecc_map(ecc_point *P, void *modulus, void *mp) in ltc_ecc_map()
Dltc_ecc_projective_dbl_point.c34 int ltc_ecc_projective_dbl_point(ecc_point *P, ecc_point *R, void *modulus, void *mp) in ltc_ecc_projective_dbl_point()
Decc_test.c32 void *modulus, *order; in ecc_test() local
Dltc_ecc_projective_add_point.c35 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()
Dltc_ecc_mulmod_timing.c37 int ltc_ecc_mulmod(void *k, ecc_point *G, ecc_point *R, void *modulus, int map) in ltc_ecc_mulmod()
Dltc_ecc_mulmod.c39 int ltc_ecc_mulmod(void *k, ecc_point *G, ecc_point *R, void *modulus, int map) in ltc_ecc_mulmod()
Dltc_ecc_mul2add.c40 void *modulus) in ltc_ecc_mul2add()
/external/dropbear/libtommath/etc/
Dmont.c6 mp_int modulus, R, p, pp; in main() local
/external/wpa_supplicant_8/src/crypto/
Dcrypto_internal-modexp.c18 const u8 *modulus, size_t modulus_len, in crypto_mod_exp()
/external/openssh/
Ddh.c265 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/
DJCERSAPublicKey.java22 private BigInteger modulus; field in JCERSAPublicKey
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/rsa/
DBCRSAPublicKey.java20 private BigInteger modulus; field in BCRSAPublicKey
DBCRSAPrivateKey.java28 protected BigInteger modulus; field in BCRSAPrivateKey
/external/libvpx/libvpx/vp9/decoder/
Dvp9_dsubexp.c34 static int merge_index(int v, int n, int modulus) { in merge_index()
/external/chromium_org/third_party/openssl/openssl/apps/
Ddsa.c113 int modulus=0; in MAIN() local
/external/openssl/apps/
Ddsa.c113 int modulus=0; in MAIN() local
/external/chromium_org/crypto/
Drsa_private_key.h76 std::vector<uint8>* modulus() { return &modulus_; }; in modulus() function
/external/dropbear/libtomcrypt/testprof/
Decc_test.c35 void *modulus, *mp, *kA, *kB, *rA, *rB; in ecc_test_shamir() local

123