/external/openssl/crypto/dsa/ |
dsagen.c | 95 BIGNUM *n;
|
/external/openssl/crypto/ec/ |
ec_check.c | 62 BIGNUM *order;
|
ec_mult.c | 193 static signed char *compute_wNAF(const BIGNUM *scalar, int w, size_t *ret_len) 346 int ec_wNAF_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar, 347 size_t num, const EC_POINT *points[], const BIGNUM *scalars[], BN_CTX *ctx) 770 BIGNUM *order;
|
ec_asn1.c | 302 BIGNUM *tmp = NULL; 433 BIGNUM *tmp_1=NULL, *tmp_2=NULL; 569 BIGNUM *tmp=NULL; 744 BIGNUM *p = NULL, *a = NULL, *b = NULL; [all...] |
/external/openssl/crypto/rsa/ |
rsa_chk.c | 58 BIGNUM *i, *j, *k, *l, *m;
|
rsa_depr.c | 77 BIGNUM *e = BN_new();
|
rsa_pmeth.c | 75 BIGNUM *pub_exp; 508 BIGNUM *pubexp = NULL;
|
/external/openssl/crypto/store/ |
README | 40 Serial - the value is a BIGNUM
|
/external/v8/tools/visual_studio/ |
v8_base_arm.vcproj | 212 RelativePath="..\..\src\bignum.cc" 216 RelativePath="..\..\src\bignum.h" 220 RelativePath="..\..\src\bignum-dtoa.cc" 224 RelativePath="..\..\src\bignum-dtoa.h"
|
/external/wpa_supplicant/ |
Makefile | 580 OBJS += crypto_internal.o rsa.o bignum.o 581 OBJS_p += crypto_internal.o rsa.o bignum.o 791 bignum.o rsa.o 800 bignum.o rsa.o
|
Android.mk | 498 OBJS += crypto_internal.c rsa.c bignum.c 499 OBJS_p += crypto_internal.c rsa.c bignum.c
|
crypto_internal.c | 24 #include "bignum.h" 635 struct bignum *bn_base, *bn_exp, *bn_modulus, *bn_result;
|
/libcore/luni/src/main/java/java/math/ |
Multiplication.java | 82 // BEGIN android-note: multiply has been removed in favor of using OpenSSL BIGNUM
|
/external/openssl/crypto/asn1/ |
asn1.h | [all...] |
/external/openssl/include/openssl/ |
asn1.h | [all...] |
/external/llvm/lib/Support/ |
APInt.cpp | [all...] |
/external/dropbear/ |
options.h | 43 /* Setting this disables the fast exptmod bignum code. It saves ~5kB, but is 333 /* The maximum size of the bignum portion of the kexhash buffer */
|
cli-kex.c | 35 #include "bignum.h"
|
dropbearkey.c | 27 * non-null-terminated string, mp_int is a 32-bit len then the bignum data.
|
/external/openssl/crypto/ecdsa/ |
ecdsatest.c | 158 BIGNUM *tmp = NULL; 190 BIGNUM *r = NULL, *s = NULL;
|
ecs_lib.c | 205 BIGNUM *order=NULL;
|
/external/v8/src/ |
SConscript | 45 bignum.cc 46 bignum-dtoa.cc
|
/external/dropbear/libtommath/mtest/ |
mtest.c | 1 /* makes a bignum test harness with NUM tests per operation
|
/external/libvpx/examples/includes/geshi/geshi/ |
ruby.php | 72 'Benchmark::Tms', 'Bignum', 'Binding', 'CGI', 'CGI::Cookie',
|
/external/openssl/crypto/dh/ |
dh_gen.c | 105 BIGNUM *t1,*t2;
|