/external/openssl/crypto/asn1/ |
a_int.c | 404 ASN1_INTEGER *BN_to_ASN1_INTEGER(const BIGNUM *bn, ASN1_INTEGER *ai) 446 BIGNUM *ASN1_INTEGER_to_BN(const ASN1_INTEGER *ai, BIGNUM *bn) 448 BIGNUM *ret;
|
/external/openssl/crypto/ec/ |
ec_ameth.c | 267 const BIGNUM *priv_key; 373 BIGNUM *order = BN_new(); 433 BIGNUM *pub_key=NULL, *order=NULL; 437 const BIGNUM *priv_key;
|
ectest.c | 120 BIGNUM *s; 121 BIGNUM *r[10], *r0[10]; 198 BIGNUM *n1, *n2, *order; 241 BIGNUM *p, *a, *b; 245 BIGNUM *x, *y, *z; 633 const BIGNUM *scalars[4]; 634 BIGNUM scalar3; 785 BIGNUM *p, *a, *b; 790 BIGNUM *x, *y, *z, *cof; [all...] |
ec_oct.c | 72 const BIGNUM *x, int y_bit, BN_CTX *ctx) 106 const BIGNUM *x, int y_bit, BN_CTX *ctx)
|
/external/v8/src/ |
SConscript | 46 bignum.cc 47 bignum-dtoa.cc 243 bignum.cc 244 bignum-dtoa.cc
|
/external/chromium_org/third_party/openssl/openssl/crypto/ec/ |
ectest.c | 120 BIGNUM *s; 121 BIGNUM *r[10], *r0[10]; 198 BIGNUM *n1, *n2, *order; 241 BIGNUM *p, *a, *b; 245 BIGNUM *x, *y, *z; 633 const BIGNUM *scalars[4]; 634 BIGNUM scalar3; 785 BIGNUM *p, *a, *b; 790 BIGNUM *x, *y, *z, *cof; [all...] |
ec_oct.c | 72 const BIGNUM *x, int y_bit, BN_CTX *ctx) 106 const BIGNUM *x, int y_bit, BN_CTX *ctx)
|
/external/chromium/third_party/libjingle/source/talk/base/ |
opensslidentity.cc | 69 BIGNUM* exponent = BN_new(); 92 BIGNUM* serial_number = NULL;
|
/external/chromium_org/third_party/openssl/openssl/crypto/ecdh/ |
ech_ossl.c | 114 BIGNUM *x=NULL, *y=NULL; 115 const BIGNUM *priv_key;
|
/external/dropbear/ |
Makefile.in | 20 dss.o bignum.o \ 46 dss.h bignum.h signkey.h rsa.h random.h service.h auth.h \
|
/external/openssl/crypto/ecdh/ |
ech_ossl.c | 114 BIGNUM *x=NULL, *y=NULL; 115 const BIGNUM *priv_key;
|
/external/v8/ |
Android.v8common.mk | 9 src/bignum.cc \ 10 src/bignum-dtoa.cc \
|
/external/wpa_supplicant_8/src/eap_server/ |
eap_server_pwd.c | 37 BIGNUM *k; 38 BIGNUM *private_value; 39 BIGNUM *peer_scalar; 40 BIGNUM *my_scalar; 188 BIGNUM *mask = NULL, *x = NULL, *y = NULL; 291 BIGNUM *x = NULL, *y = NULL; 624 BIGNUM *x = NULL, *y = NULL, *cofactor = NULL; 738 BIGNUM *x = NULL, *y = NULL;
|
/external/openssh/ |
moduli.c | 137 static BIGNUM *largebase; 139 int gen_candidates(FILE *, u_int32_t, u_int32_t, BIGNUM *); 147 u_int32_t osize, u_int32_t ogenerator, BIGNUM * omodulus) 236 gen_candidates(FILE *out, u_int32_t memory, u_int32_t power, BIGNUM *start) 238 BIGNUM *q; 450 BIGNUM *q, *p, *a;
|
sshconnect1.c | 71 BIGNUM *challenge; 161 respond_to_rsa_challenge(BIGNUM * challenge, RSA * prv) 208 BIGNUM *challenge; 329 BIGNUM *challenge; 483 BIGNUM *key;
|
/external/wpa_supplicant_8/src/eap_peer/ |
eap_pwd.c | 36 BIGNUM *k; 37 BIGNUM *private_value; 38 BIGNUM *server_scalar; 39 BIGNUM *my_scalar; 271 BIGNUM *mask = NULL, *x = NULL, *y = NULL, *cofactor = NULL; 462 BIGNUM *x = NULL, *y = NULL;
|
/external/ipsec-tools/src/racoon/ |
crypto_openssl.c | 237 BIGNUM *bn = BN_new(); [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/bn/ |
bn_mul.c | 943 int BN_mul(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) 947 BIGNUM *rr; 952 BIGNUM *t=NULL; 1048 BIGNUM *tmp_bn = (BIGNUM *)b; 1056 BIGNUM *tmp_bn = (BIGNUM *)a;
|
/external/openssl/crypto/bn/ |
bn_mul.c | 943 int BN_mul(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) 947 BIGNUM *rr; 952 BIGNUM *t=NULL; 1048 BIGNUM *tmp_bn = (BIGNUM *)b; 1056 BIGNUM *tmp_bn = (BIGNUM *)a;
|
/external/chromium_org/third_party/openssl/openssl/apps/ |
apps.h | 297 BIGNUM *load_serial(char *serialfile, int create, ASN1_INTEGER **retai); 298 int save_serial(char *serialfile, char *suffix, BIGNUM *serial, ASN1_INTEGER **retai); 300 int rand_serial(BIGNUM *b, ASN1_INTEGER *ai);
|
/external/chromium_org/third_party/openssl/openssl/crypto/dsa/ |
dsa_ameth.c | 376 BIGNUM *a; 421 static void update_buflen(const BIGNUM *b, size_t *pbuflen) 437 const BIGNUM *priv_key, *pub_key;
|
/external/chromium_org/third_party/openssl/openssl/crypto/engine/ |
README | 197 What else? The bignum callbacks and associated ENGINE functions have been 199 mechanism now used by RSA/DSA/..., because there's no such thing as a BIGNUM 201 application code to automatically hook and use ENGINE supplied bignum functions
|
/external/chromium_org/v8/test/mjsunit/ |
array-splice.js | 367 var bigNum = (1 << 30) - 3; 368 var array = new Array(bigNum); 370 assertEquals(bigNum + 7, array.length);
|
/external/openssl/apps/ |
apps.h | 297 BIGNUM *load_serial(char *serialfile, int create, ASN1_INTEGER **retai); 298 int save_serial(char *serialfile, char *suffix, BIGNUM *serial, ASN1_INTEGER **retai); 300 int rand_serial(BIGNUM *b, ASN1_INTEGER *ai);
|
/external/openssl/crypto/dsa/ |
dsa_ameth.c | 376 BIGNUM *a; 421 static void update_buflen(const BIGNUM *b, size_t *pbuflen) 437 const BIGNUM *priv_key, *pub_key;
|