Searched refs:bignum (Results 26 - 35 of 35) sorted by relevance

12

/external/v8/
H A DAndroid.v8common.mk9 src/bignum.cc \
10 src/bignum-dtoa.cc \
/external/wpa_supplicant_6/wpa_supplicant/
H A DMakefile791 OBJS += ../src/crypto/crypto_internal.o ../src/tls/bignum.o
792 OBJS_p += ../src/crypto/crypto_internal.o ../src/tls/bignum.o
1114 ../src/crypto/aes.o ../src/tls/bignum.o ../src/tls/rsa.o
1124 ../src/tls/bignum.o ../src/tls/rsa.o
H A DAndroid.mk812 OBJS += src/crypto/crypto_internal.c src/tls/bignum.c
813 OBJS_p += src/crypto/crypto_internal.c src/tls/bignum.c
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/
H A Dcrypto_internal.c24 #include "tls/bignum.h"
444 struct bignum *zero;
803 struct bignum *bn_base, *bn_exp, *bn_modulus, *bn_result;
/external/wpa_supplicant_8/hostapd/
H A DAndroid.mk614 OBJS += src/tls/bignum.c
H A DMakefile569 OBJS += ../src/tls/bignum.o
/external/dropbear/libtomcrypt/
H A Dcrypt.tex146 With this library all core functions (ciphers, hashes, prngs, and bignum) have the same prototype definition. They all load
151 application can support all ciphers/hashes/prngs/bignum without changing the source code.
166 pseudo--random number generators (PRNG), and bignum math routines are all used within the API through \textit{descriptor} tables which
3292 This will load the bignum from \textit{in} as a big endian integer in the format PKCS \#1 specifies, raises it to either \textit{e} or \textit{d} and stores the result
4443 These will encode or decode a signed INTEGER data type using the bignum data type to store the large INTEGER. To encode smaller values without allocating
4444 a bignum to store the value, the \textit{short} INTEGER functions were made available.
4949 need a PRNG can instantly take advantage of it. The same applies for ciphers, hashes, and bignum math routines.
5346 The entire API was designed with plug and play in mind at the low level. That is you can swap out any cipher, hash, PRNG or bignum library and the dependent API will not
5356 to functions that do the required work. For a given class of operation (e.g. cipher, hash, prng, bignum) the functions of a descriptor have identical prototypes which makes
5965 The library also makes use of the math descriptors to access math functions. While bignum mat
[all...]
/external/dropbear/libtommath/
H A Dbn.tex80 to implement ``bignum'' math. However, the resulting code has proven to be very useful. It has been used by numerous
1090 While AND, OR and XOR operations are not typical ``bignum functions'' they can be useful in several instances. The
/external/wpa_supplicant_8/wpa_supplicant/
H A DMakefile990 OBJS += ../src/tls/bignum.o
/external/expat/
H A Dconfigure15822 static long long int bignum = -9223372036854775807LL;
15920 return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'

Completed in 280 milliseconds

12