/external/openssh/ |
auth-rsa.c | 70 BIGNUM * 73 BIGNUM *challenge; 91 auth_rsa_verify_response(Key *key, BIGNUM *challenge, u_char response[16]) 133 BIGNUM *challenge, *encrypted_challenge; 165 const BIGNUM *client_n, Key **rkey) 271 auth_rsa_key_allowed(struct passwd *pw, BIGNUM *client_n, Key **rkey) 296 auth_rsa(Authctxt *authctxt, BIGNUM *client_n)
|
authfd.h | 87 ssh_decrypt_challenge(AuthenticationConnection *, Key *, BIGNUM *, u_char[16],
|
/external/openssl/crypto/bn/ |
bn_word.c | 63 BN_ULONG BN_mod_word(const BIGNUM *a, BN_ULONG w) 90 BN_ULONG BN_div_word(BIGNUM *a, BN_ULONG w) 126 int BN_add_word(BIGNUM *a, BN_ULONG w) 162 int BN_sub_word(BIGNUM *a, BN_ULONG w) 215 int BN_mul_word(BIGNUM *a, BN_ULONG w)
|
bn_mpi.c | 63 int BN_bn2mpi(const BIGNUM *a, unsigned char *d) 91 BIGNUM *BN_mpi2bn(const unsigned char *d, int n, BIGNUM *a)
|
bn_sqrt.c | 62 BIGNUM *BN_mod_sqrt(BIGNUM *in, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx) 70 BIGNUM *ret = in; 73 BIGNUM *A, *b, *q, *t, *x, *y;
|
/external/openssl/crypto/dsa/ |
dsa_ossl.c | 70 static int dsa_sign_setup(DSA *dsa, BN_CTX *ctx_in, BIGNUM **kinvp, BIGNUM **rp); 133 BIGNUM *kinv=NULL,*r=NULL,*s=NULL; 134 BIGNUM m; 135 BIGNUM xr; 216 static int dsa_sign_setup(DSA *dsa, BN_CTX *ctx_in, BIGNUM **kinvp, BIGNUM **rp) 219 BIGNUM k,kq,*K,*kinv=NULL,*r=NULL; 311 BIGNUM u1,u2,t1;
|
dsa_key.c | 96 BIGNUM *pub_key=NULL,*priv_key=NULL; 119 BIGNUM local_prk; 120 BIGNUM *prk;
|
/external/openssl/crypto/rsa/ |
rsa_gen.c | 74 static int rsa_builtin_keygen(RSA *rsa, int bits, BIGNUM *e_value, BN_GENCB *cb); 81 int RSA_generate_key_ex(RSA *rsa, int bits, BIGNUM *e_value, BN_GENCB *cb) 100 static int rsa_builtin_keygen(RSA *rsa, int bits, BIGNUM *e_value, BN_GENCB *cb) 102 BIGNUM *r0=NULL,*r1=NULL,*r2=NULL,*r3=NULL,*tmp; 103 BIGNUM local_r0,local_d,local_p; 104 BIGNUM *pr0,*d,*p;
|
/external/dropbear/ |
filelist.txt | 106 bignum.c Some bignum helper functions
|
Android.mk | 6 dss.c bignum.c \
|
/external/openssh/openbsd-compat/ |
openssl-compat.c | 73 BN_is_prime_ex(const BIGNUM *p, int nchecks, BN_CTX *ctx, void *cb) 83 RSA_generate_key_ex(RSA *rsa, int bits, BIGNUM *bn_e, void *cb)
|
openssl-compat.h | 116 int BN_is_prime_ex(const BIGNUM *, int, BN_CTX *, void *); 125 int RSA_generate_key_ex(RSA *, int, BIGNUM *, void *);
|
/external/openssl/crypto/dh/ |
dh_asn1.c | 83 ASN1_SIMPLE(DH, p, BIGNUM), 84 ASN1_SIMPLE(DH, g, BIGNUM),
|
dh_check.c | 78 BIGNUM *q=NULL; 122 int DH_check_pub_key(const DH *dh, const BIGNUM *pub_key, int *ret) 125 BIGNUM *q=NULL;
|
/external/v8/src/ |
dtoa.cc | 36 #include "bignum-dtoa.h" 100 // If the fast dtoa didn't succeed use the slower bignum version.
|
strtod.cc | 34 #include "bignum.h" 384 // Make sure that the Bignum will be able to hold all our numbers. 385 // Our Bignum implementation has a separate field for exponents. Shifts will 388 ASSERT(((kMaxDecimalPower + 1) * 333 / 100) < Bignum::kMaxSignificantBits); 389 Bignum input; 390 Bignum boundary; 403 int comparison = Bignum::Compare(input, boundary);
|
/external/v8/tools/ |
generate-ten-powers.scm | 36 v::bignum 42 ;;----------------bignum shifts ----------------------------------------------- 43 (define (bit-lshbx::bignum x::bignum by::bint) 46 (*bx x (exptbx #z2 (fixnum->bignum by))))) 48 (define (bit-rshbx::bignum x::bignum by::bint) 51 (/bx x (exptbx #z2 (fixnum->bignum by)))))
|
/external/dropbear/libtommath/ |
bn_mp_toradix.c | 18 /* stores a bignum as a ASCII string in a given radix (2..64) */
|
/external/openssl/crypto/ |
ossl_typ.h | 111 #ifdef BIGNUM 112 #undef BIGNUM 114 typedef struct bignum_st BIGNUM;
|
/external/openssl/include/openssl/ |
ossl_typ.h | 111 #ifdef BIGNUM 112 #undef BIGNUM 114 typedef struct bignum_st BIGNUM;
|
/external/openssl/crypto/ec/ |
ec_key.c | 241 BIGNUM *priv_key = NULL, *order = NULL; 308 const BIGNUM *order = NULL; 383 int EC_KEY_set_public_key_affine_coordinates(EC_KEY *key, BIGNUM *x, BIGNUM *y) 386 BIGNUM *tx, *ty; 472 const BIGNUM *EC_KEY_get0_private_key(const EC_KEY *key) 477 int EC_KEY_set_private_key(EC_KEY *key, const BIGNUM *priv_key)
|
/external/openssl/crypto/srp/ |
srp_grps.h | 21 static BIGNUM bn_group_1024 = { 55 static BIGNUM bn_group_1536 = { 97 static BIGNUM bn_group_2048 = { 155 static BIGNUM bn_group_3072 = { 229 static BIGNUM bn_group_4096 = { 335 static BIGNUM bn_group_6144 = { 473 static BIGNUM bn_group_8192 = { 482 static BIGNUM bn_generator_19 = { 490 static BIGNUM bn_generator_5 = { 498 static BIGNUM bn_generator_2 = [all...] |
/external/ipsec-tools/src/racoon/ |
crypto_openssl.h | 221 RSA *bignum_pubkey2rsa(BIGNUM *in); 226 extern int eay_v2bn __P((BIGNUM **, vchar_t *)); 227 extern int eay_bn2v __P((vchar_t **, BIGNUM *));
|
/external/v8/test/mjsunit/ |
array-unshift.js | 204 var bigNum = (1 << 30) - 3; 205 assertEquals(bigNum + 7, new Array(bigNum).unshift(1, 2, 3, 4, 5, 6, 7));
|
/external/dropbear/libtomcrypt/src/pk/asn1/der/integer/ |
der_length_integer.c | 44 /* size for bignum */
|